forked from pool/protobuf-c
Accepting request 573409 from server:monitoring
- Drop %__-type macro indirections. (forwarded request 559386 from jengelh) OBS-URL: https://build.opensuse.org/request/show/573409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf-c?expand=0&rev=12
This commit is contained in:
commit
cc93c5978a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 14:29:07 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Drop %__-type macro indirections.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 15:59:33 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -78,12 +78,12 @@ cmake \
|
||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
|
||||
-DCMAKE_STRIP="/usr/bin/touch" \
|
||||
..
|
||||
%__make %{?_smp_flags}
|
||||
make %{?_smp_flags}
|
||||
popd #build
|
||||
%else
|
||||
autoreconf -fvi
|
||||
%configure
|
||||
%__make %{?_smp_flags}
|
||||
make %{?_smp_flags}
|
||||
%endif
|
||||
|
||||
%install
|
||||
@ -92,10 +92,10 @@ pushd build
|
||||
%makeinstall
|
||||
popd #build
|
||||
%else
|
||||
%makeinstall
|
||||
%make_install
|
||||
%endif
|
||||
%__rm "%{buildroot}%{_libdir}"/*.a
|
||||
%__rm "%{buildroot}%{_libdir}"/*.la
|
||||
rm "%{buildroot}/%{_libdir}"/*.a
|
||||
rm "%{buildroot}/%{_libdir}"/*.la
|
||||
|
||||
%post -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
||||
%postun -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user