commit 634c887645e606e03fee11d97a0c72ab5eaecaf1
Author: Mathieu Bridon <boche...@fedoraproject.org>
Date:   Tue Jan 22 11:54:09 2013 +0800

    Replace usage of the %{__perl} macro by the plain perl command
    
    This was suggested by Petr during the review.

 perl-Text-Affixes.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Affixes.spec b/perl-Text-Affixes.spec
index c549f2e..d254227 100644
--- a/perl-Text-Affixes.spec
+++ b/perl-Text-Affixes.spec
@@ -28,7 +28,7 @@ Provides methods for prefixes and suffixes analysis of text.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
@@ -52,6 +52,7 @@ make test
 
 %changelog
 - Add missing build requirements.
+- Replace usage of the %%{__perl} macro by the plain perl command.
 
 * Fri Jan 18 2013 Mathieu Bridon <boche...@fedoraproject.org> - 0.07-1
 - Initial package for Fedora, with help from cpanspec.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to