SHA256
3
0
forked from pool/zlib

Rip out %make_install; replace by something sane

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=11
This commit is contained in:
Jan Engelhardt 2012-11-22 01:19:04 +00:00 committed by Git OBS Bridge
parent 337ae3f393
commit d6fbd30e84
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 22 01:17:59 UTC 2012 - jengelh@inai.de
- Replace %make_install by normal make install;
the former is a constant source of agony in older or non-SUSE.
-------------------------------------------------------------------
Mon Oct 22 05:10:48 UTC 2012 - coolo@suse.com

View File

@ -120,7 +120,7 @@ time make check
%install
mkdir -p %{buildroot}%{_libdir}
%make_install
make install DESTDIR="%buildroot"
ln -s -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libz.so) %{buildroot}%{_libdir}/libz.so
rm -v %{buildroot}/%{_lib}/libz.so
# static lib