[perl-URI] - Mass rebuild with perl-5.12.0

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Sep 22 14:39:26 UTC 2010


commit 7a267e072240dc57046515354a4b0f72bdac500a
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Sep 22 16:38:02 2010 +0200

    - Mass rebuild with perl-5.12.0

 .gitignore    |    1 +
 perl-URI.spec |    8 ++++----
 sources       |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf830f8..9953720 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 URI-1.54.tar.gz
+/URI-1.55.tar.gz
diff --git a/perl-URI.spec b/perl-URI.spec
index 3c99a64..59180f6 100644
--- a/perl-URI.spec
+++ b/perl-URI.spec
@@ -1,6 +1,6 @@
 Name:           perl-URI
-Version:        1.54
-Release:        2%{?dist}
+Version:        1.55
+Release:        1%{?dist}
 Summary:        A Perl module implementing URI parsing and manipulation
 
 Group:          Development/Libraries
@@ -28,7 +28,7 @@ updated by RFC 2732).
 chmod 644 uri-test
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 
@@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes README uri-test
-%{perl_vendorlib}/URI*
+%{perl_privlib}/URI*
 %{_mandir}/man3/*.3*
 
 
diff --git a/sources b/sources
index 09b77ad..7c207c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dabc621fd116064395483d80c329095b  URI-1.54.tar.gz
+e66a2ab45da92a2c5f67a495c88999f5  URI-1.55.tar.gz


More information about the scm-commits mailing list