rpms/perl-Net-CIDR-Lite/EL-4 .cvsignore, 1.2, 1.3 perl-Net-CIDR-Lite.spec, 1.2, 1.3 sources, 1.2, 1.3

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


Author: steve

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

Modified Files:
	.cvsignore perl-Net-CIDR-Lite.spec sources 
Log Message:
Sync with EL-5 branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-CIDR-Lite/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Aug 2005 19:47:09 -0000	1.2
+++ .cvsignore	13 Aug 2007 23:53:24 -0000	1.3
@@ -1 +1 @@
-Net-CIDR-Lite-0.18.tar.gz
+Net-CIDR-Lite-0.20.tar.gz


Index: perl-Net-CIDR-Lite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-CIDR-Lite/EL-4/perl-Net-CIDR-Lite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Net-CIDR-Lite.spec	1 Aug 2005 23:38:15 -0000	1.2
+++ perl-Net-CIDR-Lite.spec	13 Aug 2007 23:53:24 -0000	1.3
@@ -1,18 +1,16 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Net-CIDR-Lite
-Version:        0.18
-Release:        2%{?dist}
+Version:        0.20
+Release:        2.1%{?dist}
 Summary:        Net::CIDR::Lite Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-CIDR-Lite/
-Source0:        http://www.cpan.org/modules/by-module/Net/Net-CIDR-Lite-0.18.tar.gz
+Source0:        http://www.cpan.org/authors/id/D/DO/DOUGW/Net-CIDR-Lite-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 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
@@ -23,7 +21,6 @@
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
 make %{?_smp_mflags}
 
 %install
@@ -32,11 +29,14 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+perldoc -t perlgpl > COPYING
+perldoc -t perlartistic > Artistic
 
-%check || :
+%check
 make test
 
 %clean
@@ -44,11 +44,26 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README COPYING Artistic
 %{perl_vendorlib}/*
 %{_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.
+
+* Tue Mar 21 2006 Steven Pritchard <steve at kspei.com> 0.20-1
+- Update to 0.20
+- Use canonical URL
+
+* Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 0.18-3
+- Minor spec cleanup
+- Add COPYING and Artistic
+
 * Mon Aug 01 2005 Steven Pritchard <steve at kspei.com> 0.18-2
 - Add BR Test::Pod and Test::Pod::Coverage for make test
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-CIDR-Lite/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Aug 2005 19:47:09 -0000	1.2
+++ sources	13 Aug 2007 23:53:24 -0000	1.3
@@ -1 +1 @@
-c4c839713b701458e880bf2d058cbab4  Net-CIDR-Lite-0.18.tar.gz
+54998db6b297ffc8a20adb91ea744200  Net-CIDR-Lite-0.20.tar.gz




More information about the fedora-extras-commits mailing list