Author: tpg Date: Tue Feb 13 03:56:44 2007 New Revision: 120246 Modified: packages/cooker/time/current/SPECS/time.spec
Log: - fix typo Modified: packages/cooker/time/current/SPECS/time.spec ============================================================================== --- packages/cooker/time/current/SPECS/time.spec (original) +++ packages/cooker/time/current/SPECS/time.spec Tue Feb 13 03:56:44 2007 @@ -1,7 +1,7 @@ Summary: A GNU utility for monitoring a program's use of system resources Name: time Version: 1.7 -Release: %mkrel 29 +Release: %mkrel 30 License: GPL Group: Monitoring URL: http://www.gnu.org/directory/GNU/time.html @@ -52,7 +52,7 @@ %install [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} -%makeinstall_std +%makeinstall %clean [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} @@ -64,7 +64,7 @@ %_remove_install_info %name.info %files -%defattr(644,root,root.755) +%defattr(644,root,root,755) %doc NEWS README %attr(755,root,root) %{_bindir}/%{name} %{_infodir}/%{name}.info*
