From b537b02b9421fe253fa59ebb80c223d5b0d0497bf7f4580fbc39211b1699198e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 6 Feb 2018 16:59:07 +0000 Subject: [PATCH] Accepting request 559386 from home:jengelh:branches:server:monitoring - Drop %__-type macro indirections. OBS-URL: https://build.opensuse.org/request/show/559386 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/protobuf-c?expand=0&rev=17 --- protobuf-c.changes | 5 +++++ protobuf-c.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/protobuf-c.changes b/protobuf-c.changes index 337451f..977b92d 100644 --- a/protobuf-c.changes +++ b/protobuf-c.changes @@ -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 diff --git a/protobuf-c.spec b/protobuf-c.spec index 0858a51..5f6dd3b 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -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