- Mass rebuild with perl-5.12.0
This commit is contained in:
parent
41ca0c1300
commit
7a267e0722
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
URI-1.54.tar.gz
|
URI-1.54.tar.gz
|
||||||
|
/URI-1.55.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 1.54
|
Version: 1.55
|
||||||
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
|
||||||
@ -28,7 +28,7 @@ updated by RFC 2732).
|
|||||||
chmod 644 uri-test
|
chmod 644 uri-test
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=perl
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes README uri-test
|
%doc Changes README uri-test
|
||||||
%{perl_vendorlib}/URI*
|
%{perl_privlib}/URI*
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user