From f04fe5457a4134eb84540a9540abcd7b926437ff Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Dec 03 2007 12:03:11 +0000 Subject: - Convert spec file to UTF-8 (bug #226233). - Use _bindir macro in %files (bug #226233). - Parallel make (bug #226233). - Better defattr declaration (bug #226233). --- diff --git a/patch.spec b/patch.spec index cb82bdd..9be7756 100644 --- a/patch.spec +++ b/patch.spec @@ -1,7 +1,7 @@ Summary: The GNU patch command, for modifying/upgrading files Name: patch Version: 2.5.4 -Release: 30%{?dist} +Release: 31%{?dist} License: GPLv2+ URL: http://www.gnu.org/software/patch/patch.html Group: Development/Tools @@ -45,7 +45,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %ifarch sparc sparc64 make CPPFLAGS="" %else -make +make %{?smp_mflags} %endif %install @@ -56,12 +56,18 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc NEWS README -/usr/bin/* +%{_bindir}/* %{_mandir}/*/* %changelog +* Mon Dec 3 2007 Tim Waugh 2.5.4-31 +- Convert spec file to UTF-8 (bug #226233). +- Use _bindir macro in %%files (bug #226233). +- Parallel make (bug #226233). +- Better defattr declaration (bug #226233). + * Thu Oct 4 2007 Tim Waugh - Beginnings of an SELinux patch (bug #165799); not applied yet. @@ -157,10 +163,10 @@ rm -rf $RPM_BUILD_ROOT * Wed Jul 12 2000 Prospector - automatic rebuild -* Tue Jun 13 2000 Trond Eivind Glomsr�d +* Tue Jun 13 2000 Trond Eivind Glomsrød - Use %%makeinstall, %%{_tmppath} and %%{_mandir} -* Fri May 12 2000 Trond Eivind Glomsr�d +* Fri May 12 2000 Trond Eivind Glomsrød - added URL * Wed Feb 16 2000 Bernhard Rosenkraenzer