Update spec file to install unlz4 & its manual.

This commit is contained in:
P J P 2015-04-06 12:15:41 +05:30
parent 67dd32e1fc
commit 678bd50682
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz
/lz4-e25b51de7b51101e04ceea194dd557fcc23c03ca.tar.gz
/lz4-r128.tar.gz
/lz4-160661c7a4cbf805f4af74d2e3932a17a66e6ce7.tar.gz

View File

@ -1,9 +1,9 @@
%global _hardened_build 1
%global commit e25b51de7b51101e04ceea194dd557fcc23c03ca
%global commit 160661c7a4cbf805f4af74d2e3932a17a66e6ce7
Name: lz4
Version: r128
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Extremely fast compression algorithm
Group: Applications/System
@ -53,7 +53,7 @@ make %{?_smp_mflags}
%install
%configure
%make_install LIBDIR=%{_libdir} INSTALL="install -p"
%make_install LIBDIR=%{_libdir} PREFIX=/usr INSTALL="install -p"
chmod -x %{buildroot}%{_includedir}/*.h
@ -66,7 +66,9 @@ chmod -x %{buildroot}%{_includedir}/*.h
%{_bindir}/lz4
%{_bindir}/lz4c
%{_bindir}/lz4cat
%{_bindir}/unlz4
%{_mandir}/man1/lz4*
%{_mandir}/man1/unlz4*
%{_libdir}/liblz4.so.1*
@ -83,6 +85,9 @@ chmod -x %{buildroot}%{_includedir}/*.h
%changelog
* Mon Apr 06 2015 pjp <pjp@fedoraproject.org> - r128-2
- Update files section to install unlz4 & its manual
* Wed Apr 01 2015 pjp <pjp@fedoraproject.org> - r128-1
- lz4cli sparse file support
- Restored lz4hc compression ratio

View File

@ -1 +1 @@
ebcc102f31e890974f96b7a05861d9fd lz4-r128.tar.gz
81e17a70d097d4665b26b7164dc6bfe6 lz4-160661c7a4cbf805f4af74d2e3932a17a66e6ce7.tar.gz