Replace %__make by just make
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=5
This commit is contained in:
parent
2d0af03052
commit
afd0ec1091
@ -100,15 +100,15 @@ tar --use=lzip -xf "%{S:0}"
|
|||||||
CPPFLAGS="%{optflags}" \
|
CPPFLAGS="%{optflags}" \
|
||||||
CXXFLAGS="%{optflags}"
|
CXXFLAGS="%{optflags}"
|
||||||
|
|
||||||
%__make %{?_smp_flags}
|
make %{?_smp_flags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__make DESTDIR="%{buildroot}" LDCONFIG=echo install
|
make DESTDIR="%{buildroot}" LDCONFIG=echo install
|
||||||
# configure had no --disable-static
|
# configure had no --disable-static
|
||||||
rm -f "%buildroot/%_libdir"/*.a
|
rm -f "%buildroot/%_libdir"/*.a
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make check
|
make check
|
||||||
|
|
||||||
%post -n liblz%{soname} -p /sbin/ldconfig
|
%post -n liblz%{soname} -p /sbin/ldconfig
|
||||||
%postun -n liblz%{soname} -p /sbin/ldconfig
|
%postun -n liblz%{soname} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user