[lz4/el6] Update to lz4-r107

pjp pjp at fedoraproject.org
Wed Oct 23 15:08:02 UTC 2013


commit 967f1e32d6790ceaea405e0e7b7558a48649a6d2
Author: P J P <pjp at fedoraproject.org>
Date:   Wed Oct 23 20:38:00 2013 +0530

    Update to lz4-r107

 .gitignore |    1 +
 lz4.spec   |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53eefc1..52f8b29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lz4-r106.tar.gz
+/lz4-r107.tar.gz
diff --git a/lz4.spec b/lz4.spec
index 968e7ef..fc12aa9 100644
--- a/lz4.spec
+++ b/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 at fedoraproject.org> - r107-1
+- new release r107
+
 * Mon Oct 07 2013 pjp <pjp at fedoraproject.org> - r106-3
 - fixed install section to replace /usr/ with a macro.
   -> https://bugzilla.redhat.com/show_bug.cgi?id=1015263#c5
diff --git a/sources b/sources
index 0b45439..75c9efa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d071aaecd42dd383dd58c5a7577663b  lz4-r106.tar.gz
+626947ce4c67f87fdce8922ae0f4cc00  lz4-r107.tar.gz


More information about the scm-commits mailing list