diff --git a/perl-Net-IP.spec b/perl-Net-IP.spec index 9883bd7..7007719 100644 --- a/perl-Net-IP.spec +++ b/perl-Net-IP.spec @@ -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 - 1.25-13 +- fix the source URL + * Wed Jan 27 2010 Stepan Kasal - 1.25-12 - fix license tag