From afd0ec1091387e8f2e0a86cd404e9dfcd7537f9a4f75eb9ecafcbc213f7818a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 Nov 2013 17:44:16 +0000 Subject: [PATCH] Replace %__make by just make OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=5 --- lzlib.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lzlib.spec b/lzlib.spec index 0798673..f313c1a 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -100,15 +100,15 @@ tar --use=lzip -xf "%{S:0}" CPPFLAGS="%{optflags}" \ CXXFLAGS="%{optflags}" -%__make %{?_smp_flags} +make %{?_smp_flags} %install -%__make DESTDIR="%{buildroot}" LDCONFIG=echo install +make DESTDIR="%{buildroot}" LDCONFIG=echo install # configure had no --disable-static rm -f "%buildroot/%_libdir"/*.a %check -%__make check +make check %post -n liblz%{soname} -p /sbin/ldconfig %postun -n liblz%{soname} -p /sbin/ldconfig