forked from pool/userspace-rcu
Accepting request 121919 from home:jengelh:branches:devel:libraries:c_c++
- Exclusively ship shared library - Strip redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/121919 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/userspace-rcu?expand=0&rev=2
This commit is contained in:
parent
758b9a7e67
commit
0d15980244
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 11:08:07 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Exclusively ship shared library
|
||||
- Strip redundant tags/sections from specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 10:59:43 CET 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -59,16 +59,13 @@ accesses to detect grace periods after which memory reclamation is possible.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules
|
||||
%configure --disable-silent-rules --disable-static
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%__rm "%{buildroot}%{_libdir}"/*.{a,la}
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
rm "%buildroot/%_libdir"/*.la
|
||||
|
||||
%post -n liburcu%{soname} -p /sbin/ldconfig
|
||||
%postun -n liburcu%{soname} -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user