rpms/perl-Net-IP/devel perl-Net-IP.spec,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Feb 4 18:29:58 UTC 2007


Author: rnorwood

Update of /cvs/dist/rpms/perl-Net-IP/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11455

Modified Files:
	perl-Net-IP.spec 
Log Message:
Fix up spec file issues for package review.


Index: perl-Net-IP.spec
===================================================================
RCS file: /cvs/dist/rpms/perl-Net-IP/devel/perl-Net-IP.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Net-IP.spec	5 Jul 2006 19:33:16 -0000	1.6
+++ perl-Net-IP.spec	4 Feb 2007 18:29:56 -0000	1.7
@@ -1,19 +1,18 @@
 Name:           perl-Net-IP
 Version:        1.25
-Release: 	2.fc6
+Release:        3%{?dist}
 Summary:        Perl module for manipulation of IPv4 and IPv6 addresses
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Net-IP/
-Source:         ftp:/cpan.org/pub/CPAN/authors/id/M/MA/MANU/Net-IP-%{version}.tar.gz
+Source:         ftp://cpan.org/pub/CPAN/authors/id/M/MA/MANU/Net-IP-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Patch0:		perl-Net-IP-1.25-bz197425.patch
+Patch0:         perl-Net-IP-1.25-bz197425.patch
 
 %description
 This is the Net::IP module for Perl, designed to allow easy
@@ -37,7 +36,7 @@
 rm -rf $RPM_BUILD_ROOT
 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 ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -59,6 +58,10 @@
 
 
 %changelog
+* Sun Feb 04 2007 Robin Norwood <rnorwood at redhat.com> - 1.25-3
+- Resolves: bz#226271
+- Incorporate some fixes to the spec file from Ville:
+
 * Wed Jul 05 2006 Jason Vas Dias <jvdias at redhat.com> - 1.25-2
 - fix bug 197925 - make intip handle zero-valued IP addresses
 




More information about the fedora-cvs-commits mailing list