Accepting request 83832 from server:mail
- Remove redundant tags/sections from specfile as discussed on opensuse-packaging - Use %_smp_mflags for parallel build (forwarded request 82973 from jengelh) OBS-URL: https://build.opensuse.org/request/show/83832 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alpine?expand=0&rev=21
This commit is contained in:
commit
09990a9b77
@ -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
|
||||
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user