Escape per-cent signs in comments

This commit is contained in:
Petr Písař 2012-09-11 14:34:49 +02:00
parent b82a76b316
commit c25b68d828
1 changed files with 2 additions and 2 deletions

View File

@ -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*