commit c25b68d828c5669ea3348795587f1a1478acfc15
Author: Petr Písař <[email protected]>
Date:   Tue Sep 11 14:34:49 2012 +0200

    Escape per-cent signs in comments

 perl.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index c6e3235..d4b0783 100644
--- a/perl.spec
+++ b/perl.spec
@@ -933,7 +933,7 @@ 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)
@@ -2478,7 +2478,7 @@ 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*
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to