|
|
@ -1,13 +1,15 @@
|
|
|
|
Name: perl-Net-IP
|
|
|
|
Name: perl-Net-IP
|
|
|
|
Version: 1.25
|
|
|
|
Version: 1.25
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Release: 13%{?dist}
|
|
|
|
Summary: Perl module for manipulation of IPv4 and IPv6 addresses
|
|
|
|
Summary: Perl module for manipulation of IPv4 and IPv6 addresses
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
# Some ambiguity here, see http://rt.cpan.org/Ticket/Display.html?id=28689
|
|
|
|
# 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)
|
|
|
|
License: MIT and (GPL+ or Artistic)
|
|
|
|
URL: http://search.cpan.org/dist/Net-IP/
|
|
|
|
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)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -38,7 +40,7 @@ make %{?_smp_mflags}
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$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 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/*
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 1.25-13
|
|
|
|
|
|
|
|
- fix the source URL
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 1.25-12
|
|
|
|
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 1.25-12
|
|
|
|
- fix license tag
|
|
|
|
- fix license tag
|
|
|
|
|
|
|
|
|
|
|
|