Update to 1.60
- New upstream release 1.60 - Do not reverse the order of new parameters - Avoid test failure if the local hostname is 'foo' (CPAN RT#75519) - Work around a stupid join bug in 5.8.[12] (CPAN RT#59274) - Updated repository URL - Don't need to remove empty directories from buildroot - BR: perl(constant)
This commit is contained in:
parent
5d64e5c56a
commit
c68518da8f
@ -1,6 +1,6 @@
|
||||
Name: perl-URI
|
||||
Version: 1.59
|
||||
Release: 3%{?dist}
|
||||
Version: 1.60
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl module implementing URI parsing and manipulation
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/URI/
|
||||
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
@ -25,7 +26,7 @@ updated by RFC 2732).
|
||||
|
||||
%prep
|
||||
%setup -q -n URI-%{version}
|
||||
chmod 644 uri-test
|
||||
chmod -c 644 uri-test
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=perl
|
||||
@ -34,7 +35,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type d -depth -exec rmdir {} ';' 2>/dev/null
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -57,6 +57,15 @@ make test
|
||||
%{_mandir}/man3/URI::ldap.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 26 2012 Paul Howarth <paul@city-fan.org> - 1.60-1
|
||||
- Update to 1.60
|
||||
- Do not reverse the order of new parameters
|
||||
- Avoid test failure if the local hostname is 'foo' (CPAN RT#75519)
|
||||
- Work around a stupid join bug in 5.8.[12] (CPAN RT#59274)
|
||||
- Updated repository URL
|
||||
- Don't need to remove empty directories from buildroot
|
||||
- BR: perl(constant)
|
||||
|
||||
* Fri Jan 20 2012 Paul Howarth <paul@city-fan.org> - 1.59-3
|
||||
- Break build dependency loop by only using perl(Business::ISBN) if we're not
|
||||
bootstrapping
|
||||
|
Loading…
Reference in New Issue
Block a user