This commit is contained in:
Tom "spot" Callaway 2011-10-02 11:46:27 +02:00
parent a3a1e25b3a
commit a2da937991
3 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ URI-1.54.tar.gz
/URI-1.55.tar.gz
/URI-1.56.tar.gz
/URI-1.58.tar.gz
/URI-1.59.tar.gz

View File

@ -1,13 +1,12 @@
Name: perl-URI
Version: 1.58
Release: 2%{?dist}
Version: 1.59
Release: 1%{?dist}
Summary: A Perl module implementing URI parsing and manipulation
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/URI/
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(MIME::Base64)
@ -33,7 +32,6 @@ make %{?_smp_mflags}
%install
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 -type d -depth -exec rmdir {} 2>/dev/null ';'
@ -44,18 +42,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README uri-test
%{perl_privlib}/URI*
%{_mandir}/man3/*.3*
%changelog
* Sun Oct 2 2011 Tom Callaway <spot@fedoraproject.org> - 1.59-1
- update to 1.59
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.58-2
- Perl mass rebuild

View File

@ -1 +1 @@
540575aee18616ad9a21e0af7a1e7b18 URI-1.58.tar.gz
fecebf8fa20e2d26ea4a1649c095e96e URI-1.59.tar.gz