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