- 20060719.
- Fix order of options to find(1) in %install.
This commit is contained in:
parent
25d59a6fc5
commit
6e1c1be861
@ -1 +1 @@
|
||||
Perl-Tidy-20060614.tar.gz
|
||||
Perl-Tidy-20060719.tar.gz
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user