rpms/perl-Net-Netmask/FC-1 .cvsignore, 1.2, 1.3 perl-Net-Netmask.spec, 1.2, 1.3 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 26 20:19:05 UTC 2004


Author: scop

Update of /cvs/extras/rpms/perl-Net-Netmask/FC-1
In directory cvs.fedora.redhat.com:/tmp/cvs-serv29236/FC-1

Modified Files:
	.cvsignore perl-Net-Netmask.spec sources 
Log Message:
auto-import perl-Net-Netmask-1.9011-0.fdr.1.1 on branch FC-1 from perl-Net-Netmask-1.9011-0.fdr.1.1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-Netmask/FC-1/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:07:11 -0000	1.2
+++ .cvsignore	26 Dec 2004 20:19:03 -0000	1.3
@@ -1 +1 @@
-Net-Netmask-1.9007.tar.gz
+Net-Netmask-1.9011.tar.gz


Index: perl-Net-Netmask.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-Netmask/FC-1/perl-Net-Netmask.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Net-Netmask.spec	8 Nov 2004 05:07:17 -0000	1.2
+++ perl-Net-Netmask.spec	26 Dec 2004 20:19:03 -0000	1.3
@@ -1,19 +1,20 @@
 %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
 
 Name:           perl-Net-Netmask
-Version:        1.9007
-Release:        0.fdr.2.1
+Version:        1.9011
+Release:        0.fdr.1.1
 Epoch:          0
 Summary:        Perl module for manipulation and lookup of IP network blocks
 
 Group:          Development/Libraries
 License:        Artistic
 URL:            http://search.cpan.org/dist/Net-Netmask/
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9007.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9011.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl
+BuildRequires:  perl >= 1:5.6.1
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Net::Netmask parses and understands IPv4 CIDR blocks. It's built with
@@ -26,17 +27,14 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-  PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
-  INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
-find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \
-  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
+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 ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
@@ -52,11 +50,15 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG README
-%{perl_vendorlib}/Net
+%{perl_vendorlib}/Net/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun Aug 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9011-0.fdr.1
+- Update to 1.9011.
+- Bring up to date with current fedora.us Perl spec template.
+
 * Sun Feb  8 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9007-0.fdr.2
 - Reduce directory ownership bloat.
 - Run tests in the %%check section.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-Netmask/FC-1/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:07:11 -0000	1.2
+++ sources	26 Dec 2004 20:19:03 -0000	1.3
@@ -1 +1 @@
-f40ea4456f2facab4e1d5d166fb655cc  Net-Netmask-1.9007.tar.gz
+c3cead35b8832a15abba734885446315  Net-Netmask-1.9011.tar.gz




More information about the scm-commits mailing list