Author: scop
Update of /cvs/extras/rpms/perl-Net-Netmask/devel In directory cvs.fedora.redhat.com:/tmp/cvs-serv29340
Modified Files: .cvsignore perl-Net-Netmask.spec sources Log Message: Sync with fedora.us 1.9011-0.fdr.1.
Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Netmask/devel/.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:25:06 -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/devel/perl-Net-Netmask.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Net-Netmask.spec 10 Dec 2004 22:03:08 -0000 1.4 +++ perl-Net-Netmask.spec 26 Dec 2004 20:25:06 -0000 1.5 @@ -1,19 +1,20 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Net-Netmask -Version: 1.9007 -Release: 2 +Version: 1.9011 +Release: 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.... +Source0: http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9011.... 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-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/devel/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:25:06 -0000 1.3 @@ -1 +1 @@ -f40ea4456f2facab4e1d5d166fb655cc Net-Netmask-1.9007.tar.gz +c3cead35b8832a15abba734885446315 Net-Netmask-1.9011.tar.gz
scm-commits@lists.fedoraproject.org