|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perltidy
|
|
|
|
|
Version: 20060614
|
|
|
|
|
Version: 20060719
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tool for indenting and reformatting Perl scripts
|
|
|
|
|
|
|
|
|
@ -40,7 +40,7 @@ make %{?_smp_mflags}
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060719-1
|
|
|
|
|
- 20060719.
|
|
|
|
|
- Fix order of options to find(1) in %%install.
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060614-1
|
|
|
|
|
- 20060614, specfile cleanups, include examples in docs.
|
|
|
|
|
|
|
|
|
|