[perl-ParseUtil-Domain: 3/11] Replace usage of the %{__perl} macro by the plain perl command

Mathieu Bridon bochecha at fedoraproject.org
Thu Mar 7 06:40:58 UTC 2013


commit 9211b648a6b2cd18f7c3cf6311044713f03c9aac
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Jan 25 13:05:01 2013 +0800

    Replace usage of the %{__perl} macro by the plain perl command

 perl-ParseUtil-Domain.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-ParseUtil-Domain.spec b/perl-ParseUtil-Domain.spec
index 318f362..13dcd39 100644
--- a/perl-ParseUtil-Domain.spec
+++ b/perl-ParseUtil-Domain.spec
@@ -31,7 +31,7 @@ BuildRequires:  perl(Test::Routine)
 BuildRequires:  perl(Unicode::CharName) >= 1.07
 BuildRequires:  perl(YAML)
 
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -45,7 +45,7 @@ by the Public Suffix List (http://publicsuffix.org/list/) to parse tlds.
 
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 
@@ -68,5 +68,7 @@ by the Public Suffix List (http://publicsuffix.org/list/) to parse tlds.
 
 
 %changelog
+- Replace usage of the %%{__perl} macro by the plain perl command.
+
 * Wed Jan 02 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 2.22-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list