Author: philipp

Update of /cvs/pkgs/rpms/perl-Net-Patricia/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv360

Modified Files:
        perl-Net-Patricia.spec sources 
Log Message:
Refresh .spec file with cpanspec.


Index: perl-Net-Patricia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/F-12/perl-Net-Patricia.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-Net-Patricia.spec      19 May 2010 20:01:58 -0000      1.14
+++ perl-Net-Patricia.spec      19 May 2010 21:29:06 -0000      1.15
@@ -1,13 +1,20 @@
 Name:           perl-Net-Patricia
 Version:        1.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Patricia Trie perl module for fast IP address lookups
-License:        GPLv2+
+License:        Distributable, see COPYING
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-Patricia/
-Source0:        
http://search.cpan.org/CPAN/authors/id/P/PH/PHILIPP/Net-Patricia-%{version}.tar.gz
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Socket6)
+Source0:        
http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Socket6)
+BuildRequires:  perl(version)
+BuildRequires:  perl(Net::CIDR::Lite) >= 0.20
+Requires:       perl(Socket6)
+Requires:       perl(version)
+Requires:       perl(Net::CIDR::Lite) >= 0.20
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -34,11 +41,11 @@ rm -rf $RPM_BUILD_ROOT
 
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f \
-  \( -name .packlist -o -name '*.bs' -size 0 \) -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -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/*
 
 %check
 make test
@@ -48,12 +55,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING Changes README
+%doc Changes COPYING README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Net*
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 04 2010 Marcela Maslanova <mmasl...@redhat.com> - 1.16-2
+- Mass rebuild with perl-5.12.0
+
 * Fri Feb 24 2010 Philip Prindeville <phil...@fedoraproject.org > - 1.16-1
 - new upstream version, official release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources     19 May 2010 20:01:59 -0000      1.7
+++ sources     19 May 2010 21:29:06 -0000      1.8
@@ -1 +1 @@
-e19d565a9f751b772d22ce588f6c10f4  Net-Patricia-1.17.tar.gz
+e192cdbbb2dfd706b14263ae97a8a9e9  Net-Patricia-1.17.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to