SPECS: perl-NetAddr-IP.spec - use package names where possible
qboosh
qboosh at pld-linux.org
Wed Oct 25 10:28:32 CEST 2006
Author: qboosh Date: Wed Oct 25 08:28:32 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use package names where possible
---- Files affected:
SPECS:
perl-NetAddr-IP.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/perl-NetAddr-IP.spec
diff -u SPECS/perl-NetAddr-IP.spec:1.7 SPECS/perl-NetAddr-IP.spec:1.8
--- SPECS/perl-NetAddr-IP.spec:1.7 Wed Oct 25 10:23:48 2006
+++ SPECS/perl-NetAddr-IP.spec Wed Oct 25 10:28:26 2006
@@ -19,9 +19,9 @@
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
-BuildRequires: perl(Math::BigInt)
-BuildRequires: perl(Module::Signature)
BuildRequires: perl(Test::More)
+BuildRequires: perl-Math-BigInt
+BuildRequires: perl-Module-Signature
%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -62,7 +62,7 @@
%{perl_vendorarch}/NetAddr/IP/Util_IS.pm
%dir %{perl_vendorarch}/auto/NetAddr/IP/Util
%{perl_vendorarch}/auto/NetAddr/IP/Util/Util.bs
-%attr(755,root,root) %{perl_vendorarch}/auto/NetAddr/IP/Util/Util.so
+%attr(755,root,root) %{perl_vendorarch}/auto/NetAddr/IP/Util/Util.so
%{perl_vendorarch}/auto/NetAddr/IP/Util/autosplit.ix
%{perl_vendorarch}/auto/NetAddr/IP/Util/*.al
%dir %{perl_vendorarch}/auto/NetAddr/IP/UtilPP
@@ -78,6 +78,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/10/25 08:28:26 qboosh
+- use package names where possible
+
Revision 1.7 2006/10/25 08:23:48 ankry
- no longer noarch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-NetAddr-IP.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list