rpms/perl-Net-CIDR-Lite/EL-5 perl-Net-CIDR-Lite.spec,1.5,1.6

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Aug 13 23:51:16 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Net-CIDR-Lite/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20989

Modified Files:
	perl-Net-CIDR-Lite.spec 
Log Message:
Use fixperms macro instead of our own chmod incantation.
Temporarily disable Test::Pod* build dependencies.



Index: perl-Net-CIDR-Lite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-CIDR-Lite/EL-5/perl-Net-CIDR-Lite.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Net-CIDR-Lite.spec	17 Sep 2006 20:55:31 -0000	1.5
+++ perl-Net-CIDR-Lite.spec	13 Aug 2007 23:50:44 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-Net-CIDR-Lite
 Version:        0.20
-Release:        2%{?dist}
+Release:        2.1%{?dist}
 Summary:        Net::CIDR::Lite Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -10,7 +10,7 @@
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # For "make test".
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+#BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
 
 %description
 Faster alternative to Net::CIDR when merging a large number of CIDR
@@ -31,7 +31,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl > COPYING
 perldoc -t perlartistic > Artistic
@@ -49,6 +49,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 13 2007 Steven Pritchard <steve at kspei.com> 0.20-2.1
+- Use fixperms macro instead of our own chmod incantation.
+- Temporarily disable Test::Pod* build dependencies.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.20-2
 - Fix find option order.
 




More information about the fedora-extras-commits mailing list