diff --git a/ed.changes b/ed.changes index 7fec037..6d9ee64 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant/obsolete tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Sun Sep 19 10:31:09 CEST 2010 - vuntz@opensuse.org diff --git a/ed.spec b/ed.spec index a6488b2..a5397f2 100644 --- a/ed.spec +++ b/ed.spec @@ -15,9 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: ed Url: http://www.gnu.org/software/ed/ License: GPLv3+ ; LGPLv2.1+ @@ -41,7 +38,7 @@ sed -i \ %build %{configure} -make +make %{?_smp_mflags} %install %{makeinstall} @@ -49,9 +46,6 @@ make %{__mv} %{buildroot}/%{_bindir}/ed %{buildroot}/bin/ed %{__ln_s} /bin/ed %{buildroot}/%{_bindir}/ed -%clean -rm -rf %{buildroot} - %check make check