Minor clean-ups
This commit is contained in:
parent
9ac590c531
commit
09d3e1c48a
@ -29,8 +29,8 @@ one or more listen sockets.
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
|
||||
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
|
||||
%{__chmod} -R u+w %{buildroot}/*
|
||||
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
|
||||
%{__chmod} -R u+w %{buildroot}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
@ -79,10 +79,10 @@ one or more listen sockets.
|
||||
- Cosmetic changes for fedora xtras
|
||||
|
||||
* Sun Feb 20 2005 Dag Wieers <dag@wieers.com> - 1.08-2
|
||||
- Cosmetic changes.
|
||||
- Cosmetic changes
|
||||
|
||||
* Thu Mar 18 2004 Dag Wieers <dag@wieers.com> - 1.08-1
|
||||
- Updated to release 1.08.
|
||||
- Updated to release 1.08
|
||||
|
||||
* Mon Jul 14 2003 Dag Wieers <dag@wieers.com> - 1.04-0
|
||||
- Initial package. (using DAR)
|
||||
- Initial package (using DAR)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user