1.59
This commit is contained in:
parent
a3a1e25b3a
commit
a2da937991
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ URI-1.54.tar.gz
|
|||||||
/URI-1.55.tar.gz
|
/URI-1.55.tar.gz
|
||||||
/URI-1.56.tar.gz
|
/URI-1.56.tar.gz
|
||||||
/URI-1.58.tar.gz
|
/URI-1.58.tar.gz
|
||||||
|
/URI-1.59.tar.gz
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 1.58
|
Version: 1.59
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Perl module implementing URI parsing and manipulation
|
Summary: A Perl module implementing URI parsing and manipulation
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/URI/
|
URL: http://search.cpan.org/dist/URI/
|
||||||
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: perl(MIME::Base64)
|
BuildRequires: perl(MIME::Base64)
|
||||||
@ -33,7 +32,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
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 -type d -depth -exec rmdir {} 2>/dev/null ';'
|
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
|
make test
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc Changes README uri-test
|
%doc Changes README uri-test
|
||||||
%{perl_privlib}/URI*
|
%{perl_privlib}/URI*
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.58-2
|
||||||
- Perl mass rebuild
|
- Perl mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user