diff --git a/alpine.changes b/alpine.changes index 049075f..8cd386c 100644 --- a/alpine.changes +++ b/alpine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 17 10:55:07 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Sat Sep 3 18:53:17 UTC 2011 - crrodriguez@opensuse.org diff --git a/alpine.spec b/alpine.spec index 9a61757..34d521b 100644 --- a/alpine.spec +++ b/alpine.spec @@ -53,7 +53,6 @@ Version: 2.00 Release: 61 License: Apache Software License .. Group: Productivity/Networking/Email/Clients -AutoReqProv: on Url: http://www.washington.edu/alpine/ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -112,7 +111,6 @@ when operations take a long time. License: Apache Software License .. Summary: A small, easy to use editor Group: Productivity/Editors/Other -AutoReqProv: on %description -n pico Pico is a simple, display-oriented text editor based on the Pine @@ -126,7 +124,6 @@ Characters are inserted into the text as they are typed. License: Apache Software License .. Summary: Simple file system browser Group: Productivity/File utilities -AutoReqProv: on %description -n pilot Pilot is a simple, display-oriented file system browser based on the @@ -257,7 +254,7 @@ autoreconf -fiv # # imap does not use CFLAGS from configure, needs EXTRACFLAGS/EXTRALDFLAGS: # -make %{?jobs:-j%jobs} EXTRACFLAGS="$CFLAGS" EXTRALDFLAGS="$EXTRALDFLAGS" +make %{?_smp_mflags} EXTRACFLAGS="$CFLAGS" EXTRALDFLAGS="$EXTRALDFLAGS" %install make install DESTDIR=%buildroot @@ -333,9 +330,6 @@ if [ -s %{_sourcedir}/compile-warnings-%{suse_version}-%{_arch}.log ]; then fi fi -%clean -rm -rf %buildroot - %files %defattr(-, root, root) %doc %{_mandir}/man1/alpine.*