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*