Accepting request 83325 from security:chipcard

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build (forwarded request 83128 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coolkey?expand=0&rev=13
This commit is contained in:
Lars Vogdt 2011-09-19 13:57:03 +00:00 committed by Git OBS Bridge
commit 08e6db2310
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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