[perl] PathTools - this version wasnt released on cpan, cant put it into separated git.

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Aug 14 10:18:07 UTC 2012


commit 7286e7dd86a76b01bd179055616f88fc860318ad
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Aug 13 16:25:39 2012 +0200

    PathTools - this version wasnt released on cpan, cant put it into separated git.

 perl.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 964beaa..c1f60f0 100644
--- a/perl.spec
+++ b/perl.spec
@@ -926,7 +926,8 @@ Package::Constants lists all the constants defined in a certain package.  This
 can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
 for a Constants.pm file.
 
-%if %{dual_life} || %{rebuild_from_scratch}
+#%%if %{dual_life} || %{rebuild_from_scratch}
+# this version wasn't released on cpan, cant put it into separated git
 %package PathTools
 Summary:        PathTools Perl module (Cwd, File::Spec)
 # PathTools aka File::Spec
@@ -938,7 +939,7 @@ Requires:       %perl_compat
 
 %description PathTools
 PathTools Perl module (Cwd, File::Spec).
-%endif
+#%%endif
 
 %package Params-Check
 Summary:        Generic input parsing/checking mechanism
@@ -2460,14 +2461,14 @@ sed \
 %{privlib}/Package/
 %{_mandir}/man3/Package::Constants*
 
-%if %{dual_life} || %{rebuild_from_scratch}
+#%%if %{dual_life} || %{rebuild_from_scratch}
 %files PathTools
 %{archlib}/Cwd.pm
 %{archlib}/File/Spec*
 %{archlib}/auto/Cwd/
 %{_mandir}/man3/Cwd*
 %{_mandir}/man3/File::Spec*
-%endif
+#%%endif
 
 %files Params-Check
 %{privlib}/Params/


More information about the scm-commits mailing list