[lz4/el5] Update to lz4-r121-3

pjp pjp at fedoraproject.org
Fri Aug 8 18:30:33 UTC 2014


commit 1380c6a8b4989cbd65eb6f7589c2ef6d579d19a5
Author: P J P <pjp at fedoraproject.org>
Date:   Sat Aug 9 00:00:23 2014 +0530

    Update to lz4-r121-3

 lz4.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lz4.spec b/lz4.spec
index f762ed4..b4c52d3 100644
--- a/lz4.spec
+++ b/lz4.spec
@@ -2,7 +2,7 @@
 
 Name:           lz4
 Version:        r121
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Extremely fast compression algorithm
 
 Group:          Applications/System
@@ -44,7 +44,7 @@ make %{?_smp_mflags}
 
 
 %install
-%make_install LIBDIR=%{_libdir} INSTALL="install -p"
+make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} INSTALL="install -p"
 chmod -x %{buildroot}%{_includedir}/*.h
 rm %{buildroot}%{_libdir}/liblz4.a
 
@@ -69,6 +69,9 @@ rm %{buildroot}%{_libdir}/liblz4.a
 %{_libdir}/pkgconfig/liblz4.pc
 
 %changelog
+* Fri Aug 08 2014 pjp <pjp at fedoraproject.org> - r121-3
+- fixed a make_install macro error
+
 * Fri Aug 08 2014 Igor Gnatenko <i.gnatenko.brain at gmail.com> - r121-2
 - fix destdir
 


More information about the scm-commits mailing list