rpms/perl-Net-IP/devel perl-Net-IP.spec,1.16,1.17

Štěpán Kasal kasal at fedoraproject.org
Wed Jan 27 11:53:18 UTC 2010


Author: kasal

Update of /cvs/pkgs/rpms/perl-Net-IP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28442

Modified Files:
	perl-Net-IP.spec 
Log Message:
- fix the source URL


Index: perl-Net-IP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-IP/devel/perl-Net-IP.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-Net-IP.spec	27 Jan 2010 11:13:01 -0000	1.16
+++ perl-Net-IP.spec	27 Jan 2010 11:53:18 -0000	1.17
@@ -1,13 +1,15 @@
 Name:           perl-Net-IP
 Version:        1.25
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Perl module for manipulation of IPv4 and IPv6 addresses
 
 Group:          Development/Libraries
 # Some ambiguity here, see http://rt.cpan.org/Ticket/Display.html?id=28689
+# MIT-like for the IP.pm itself, and "like Perl itself" for all the other
+# scripts included.
 License:        MIT and (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:         http://www.cpan.org/authors/id/M/MA/MANU/Net-IP-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -38,7 +40,7 @@ make %{?_smp_mflags}
 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 -depth -type d -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 27 2010 Stepan Kasal <skasal at redhat.com> - 1.25-13
+- fix the source URL
+
 * Wed Jan 27 2010 Stepan Kasal <skasal at redhat.com> - 1.25-12
 - fix license tag
 




More information about the perl-devel mailing list