From c25b68d828c5669ea3348795587f1a1478acfc15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 11 Sep 2012 14:34:49 +0200 Subject: [PATCH] Escape per-cent signs in comments --- perl.spec | 4 ++-- 1 file 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*