- 20060719.

- Fix order of options to find(1) in %install.
This commit is contained in:
Ville Skyttä 2006-07-20 15:40:32 +00:00
parent 25d59a6fc5
commit 6e1c1be861
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
Perl-Tidy-20060614.tar.gz
Perl-Tidy-20060719.tar.gz

View File

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

View File

@ -1 +1 @@
4f147bdec6140216db983a72c01bbfd7 Perl-Tidy-20060614.tar.gz
8996668ca4550ae51060deeb577b2022 Perl-Tidy-20060719.tar.gz