Update to lz4-r107
This commit is contained in:
parent
587745102a
commit
05426c6688
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/lz4-r106.tar.gz
|
||||
/lz4-r107.tar.gz
|
||||
|
||||
12
lz4.spec
12
lz4.spec
@ -1,15 +1,15 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: lz4
|
||||
Version: r106
|
||||
Release: 3%{?dist}
|
||||
Version: r107
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely fast compression algorithm
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
URL: https://code.google.com/p/lz4/
|
||||
Source0: https://dl.dropboxusercontent.com/u/59565338/LZ4/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
|
||||
%description
|
||||
LZ4 is an extremely fast loss-less compression algorithm, providing compression
|
||||
@ -26,16 +26,20 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
%make_install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p"
|
||||
make install PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALL="install -p"
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING NEWS
|
||||
%{_bindir}/lz4
|
||||
%{_bindir}/lz4c
|
||||
%{_mandir}/man1/lz4.1.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 23 2013 pjp <pjp@fedoraproject.org> - r107-1
|
||||
- new release r107
|
||||
|
||||
* Mon Oct 07 2013 pjp <pjp@fedoraproject.org> - r106-3
|
||||
- fixed install section to replace /usr/ with a macro.
|
||||
-> https://bugzilla.redhat.com/show_bug.cgi?id=1015263#c5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user