Accepting request 82786 from server:mail
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build (forwarded request 82699 from jengelh) OBS-URL: https://build.opensuse.org/request/show/82786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abook?expand=0&rev=5
This commit is contained in:
commit
94af18ab9d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 10:42:44 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 12:18:00 UTC 2011 - asn@cryptomilk.org
|
Tue Aug 9 12:18:00 UTC 2011 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
@ -40,15 +40,12 @@ use with mutt mail client.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fstack-protector-all" %{?jobs:-j %jobs}
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fstack-protector-all" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf -- "%{buildroot}"
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
|
%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
|
||||||
|
Loading…
Reference in New Issue
Block a user