From 0d702ba71d4e7aa34212d859f106590541bd5a0e51f82b82e96a93b1072b287b Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 19 Sep 2011 06:16:34 +0000 Subject: [PATCH] Accepting request 83128 from home:jengelh:bl-c - Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83128 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/coolkey?expand=0&rev=8 --- coolkey.changes | 6 ++++++ coolkey.spec | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/coolkey.changes b/coolkey.changes index 6063a96..4383b45 100644 --- a/coolkey.changes +++ b/coolkey.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 17 23:52:06 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Mon Jan 10 19:19:02 CET 2011 - sbrabec@suse.cz diff --git a/coolkey.spec b/coolkey.spec index 331a7b2..5ccbde1 100644 --- a/coolkey.spec +++ b/coolkey.spec @@ -123,15 +123,12 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure\ --disable-dependency-tracking \ --enable-pk11install -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall ln -s pkcs11/libcoolkeypk11.so $RPM_BUILD_ROOT/%{_libdir} -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig