6.24 bump
This commit is contained in:
parent
c9a13e64ab
commit
cb5f54d50c
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ libwww-perl-5.834.tar.gz
|
||||
/libwww-perl-6.21.tar.gz
|
||||
/libwww-perl-6.22.tar.gz
|
||||
/libwww-perl-6.23.tar.gz
|
||||
/libwww-perl-6.24.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.23
|
||||
Version: 6.24
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl interface to the World-Wide Web
|
||||
License: GPL+ or Artistic
|
||||
@ -9,7 +9,6 @@ Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/libwww-perl-%{versio
|
||||
Patch0: libwww-perl-6.19-Accept-proxy-URLs-with-IPv6-host-names.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
@ -125,13 +124,12 @@ use and even classes that help you implement simple HTTP servers.
|
||||
|
||||
%build
|
||||
# Install the aliases by default
|
||||
perl Makefile.PL INSTALLDIRS=vendor --aliases < /dev/null
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 --aliases < /dev/null
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
# Some optional tests require resolvable hostname
|
||||
@ -148,6 +146,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 15 2017 Petr Pisar <ppisar@redhat.com> - 6.24-1
|
||||
- 6.24 bump
|
||||
|
||||
* Tue Mar 07 2017 Petr Pisar <ppisar@redhat.com> - 6.23-1
|
||||
- 6.23 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwww-perl-6.23.tar.gz) = c6ab7177078c586272f59377225fdefbecc4ce5edf469c9274990c76f44101adfa5420b762ed115dc5fd44cbd95590e61ba6bdd8c18ebd41f6ca282008bd0287
|
||||
SHA512 (libwww-perl-6.24.tar.gz) = 433e62b802f770b1d7c46bbe3a3b16c0e4423ded77b04f394a49340da98a97c74f8332ffc29c1bc0765cdc8277a2fe110a371b6b0be0f9e94ed104273ee0a1d1
|
||||
|
Loading…
Reference in New Issue
Block a user