Skip static library installation: BZ#1105110#c5

This commit is contained in:
P J P 2014-06-07 15:27:55 +05:30
parent 9d62b22b70
commit 4533fda33e

View File

@ -2,7 +2,7 @@
Name: lz4
Version: r117
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Extremely fast compression algorithm
Group: Applications/System
@ -39,7 +39,7 @@ make %{?_smp_mflags}
%install
make install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p"
chmod -x $RPM_BUILD_ROOT%{_includedir}/*.h
chmod -x $RPM_BUILD_ROOT%{_usr}/lib/liblz4.a
rm $RPM_BUILD_ROOT%{_usr}/lib/liblz4.a
%post -p /sbin/ldconfig
@ -63,9 +63,11 @@ chmod -x $RPM_BUILD_ROOT%{_usr}/lib/liblz4.a
%defattr (-, root, root, -)
%doc LICENSE NEWS
%{_includedir}/*.h
%{_usr}/lib/liblz4.a
%changelog
* Sat Jun 07 2014 pjp <pjp@fedoraproject.org> - r117-2
- Skip static library from installation.
* Fri Jun 06 2014 pjp <pjp@fedoraproject.org> - r117-1
- new release
- added lz4c & lz4cat manual pages.