commit 6702df363b6bc6cf0c1ba39461bd688c9c641063 Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Tue Jan 22 11:35:41 2013 +0800 Don't use the %{__perl} macro This was suggested by Petr during the review. perl-ClamAV-Client.spec | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- diff --git a/perl-ClamAV-Client.spec b/perl-ClamAV-Client.spec index ddada5b..9472124 100644 --- a/perl-ClamAV-Client.spec +++ b/perl-ClamAV-Client.spec @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: perl(Module::Build) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -26,7 +26,7 @@ full functionality of the clamd client/server protocol is supported. %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build @@ -47,5 +47,7 @@ full functionality of the clamd client/server protocol is supported. %changelog +- Replace usage of the %%{__perl} macro by the plain perl command. + * Tue Jan 15 2013 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 0.11-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@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel