Update to lz4-r107

This commit is contained in:
P J P 2013-10-23 20:31:45 +05:30
parent 587745102a
commit 05426c6688
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/lz4-r106.tar.gz
/lz4-r107.tar.gz

View File

@ -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

View File

@ -1 +1 @@
4d071aaecd42dd383dd58c5a7577663b lz4-r106.tar.gz
626947ce4c67f87fdce8922ae0f4cc00 lz4-r107.tar.gz