Update spec file to install unlz4 & its manual.
This commit is contained in:
parent
67dd32e1fc
commit
678bd50682
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/lz4-ca353cfe6e6ed078501774f0a25d2eb8190036c9.tar.gz
|
||||
/lz4-e25b51de7b51101e04ceea194dd557fcc23c03ca.tar.gz
|
||||
/lz4-r128.tar.gz
|
||||
/lz4-160661c7a4cbf805f4af74d2e3932a17a66e6ce7.tar.gz
|
||||
|
||||
11
lz4.spec
11
lz4.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user