4.047 bump
This commit is contained in:
parent
79a5461d34
commit
b803a15fae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
NetAddr-IP-4.027.tar.gz
|
||||
/NetAddr-IP-4.042.tar.gz
|
||||
/NetAddr-IP-4.044.tar.gz
|
||||
/NetAddr-IP-4.047.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-NetAddr-IP
|
||||
Version: 4.044
|
||||
Release: 4%{?dist}
|
||||
Version: 4.047
|
||||
Release: 1%{?dist}
|
||||
Summary: Manages IPv4 and IPv6 addresses and subnets
|
||||
# Upstream explicitly gave permission for us to distribute under Artistic 2.0
|
||||
# Will be reflected in next release.
|
||||
@ -10,7 +10,10 @@ URL: http://search.cpan.org/dist/NetAddr-IP/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
|
||||
Source1: License_of_perl-NetAddr-IP.txt
|
||||
Patch0: NetAddr-IP-4.042-UTF8.patch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
# Don't "provide" private Perl libs or redundant unversioned provides
|
||||
@ -25,22 +28,18 @@ Math::BigInt as in previous versions.
|
||||
%prep
|
||||
%setup -q -n NetAddr-IP-%{version}
|
||||
cp %{SOURCE1} .
|
||||
|
||||
# Fix UTF-8
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -56,6 +55,9 @@ make test
|
||||
%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2011 Petr Sabata <contyk@redhat.com> - 4.047-1
|
||||
- 4.047 bump
|
||||
|
||||
* Mon Jul 25 2011 Petr Pisar <ppisar@redhat.com> - 4.044-4
|
||||
- Fix RPM 4.9 dependency filtering
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user