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
This commit is contained in:
Wolfgang Rosenauer 2011-09-19 06:16:34 +00:00 committed by Git OBS Bridge
parent 82df799850
commit 0d702ba71d
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