[perl-Text-Affixes: 4/10] Replace usage of the %{__perl} macro by the plain perl command

Mathieu Bridon bochecha at fedoraproject.org
Fri Jan 25 04:33:19 UTC 2013


commit 634c887645e606e03fee11d97a0c72ab5eaecaf1
Author: Mathieu Bridon <bochecha at 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 <bochecha at fedoraproject.org> - 0.07-1
 - Initial package for Fedora, with help from cpanspec.



More information about the perl-devel mailing list