[perl] cleaned spec (thanks to Grigory Batalov) - Module-Metadata sub-package contained perl_privlib inste

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Oct 20 10:20:20 UTC 2011


commit 54e231e4b4be3ecfb6d14bee0d8fafd66f572d5e
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Oct 20 12:20:06 2011 +0200

    cleaned spec (thanks to Grigory Batalov)
    -  Module-Metadata sub-package contained perl_privlib instead of privlib
    -  %%files parent section was repeated twice

 perl.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 9d2bdae..0cacbbd 100644
--- a/perl.spec
+++ b/perl.spec
@@ -22,7 +22,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        196%{?dist}
+Release:        197%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -1745,7 +1745,7 @@ echo "%{name}-libs:" \
 %exclude %{_mandir}/man3/Module::Loaded*
 
 # Module-Metadata
-%exclude %{perl_privlib}/Module/Metadata.pm
+%exclude %{privlib}/Module/Metadata.pm
 %exclude %{_mandir}/man3/Module::Metadata.3pm*
 
 # Module-Pluggable
@@ -2274,10 +2274,6 @@ echo "%{name}-libs:" \
 %{privlib}/Version/Requirements.pm
 %{_mandir}/man3/Version::Requirements*
 
-%files parent 
-%{privlib}/parent.pm
-%{_mandir}/man3/parent.3*
-
 %files threads
 %dir %{archlib}/auto/threads
 %{archlib}/auto/threads/threads*
@@ -2302,6 +2298,11 @@ echo "%{name}-libs:" \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.14.2-197
+- cleaned spec (thanks to Grigory Batalov)
+-  Module-Metadata sub-package contained perl_privlib instead of privlib
+-  %%files parent section was repeated twice
+
 * Fri Oct 14 2011 Petr Pisar <ppisar at redhat.com> - 4:5.14.2-196
 - Filter false perl(DynaLoader) provide from perl-ExtUtils-MakeMaker
   (bug #736714)


More information about the scm-commits mailing list