[lmdb] Changed install instruction to be compatible with older coreutils (#1119084)

Jan Staněk jstanek at fedoraproject.org
Mon Jul 14 07:43:26 UTC 2014


commit c08583125ff93728af3789dccdd3cbfcecf160fb
Author: Jan Staněk <jstanek at redhat.com>
Date:   Mon Jul 14 09:43:44 2014 +0200

    Changed install instruction to be compatible with older coreutils (#1119084)

 lmdb.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lmdb.spec b/lmdb.spec
index 1e9526a..936e1db 100644
--- a/lmdb.spec
+++ b/lmdb.spec
@@ -1,6 +1,6 @@
 Name:           lmdb
 Version:        0.9.11
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Memory-mapped key-value database
 
 License:        OpenLDAP
@@ -64,8 +64,8 @@ rm -rf man # Doxygen generated manpages
 
 %install
 # make install expects existing directory tree
-mkdir -m=0755 -p %{buildroot}%{_prefix}{/bin,/include}
-mkdir -m=0755 -p %{buildroot}{%{_libdir},%{_mandir}/man1}
+mkdir -m 0755 -p %{buildroot}%{_prefix}{/bin,/include}
+mkdir -m 0755 -p %{buildroot}{%{_libdir},%{_mandir}/man1}
 make DESTDIR=%{buildroot} prefix=%{_prefix} libprefix=%{_libdir} manprefix=%{_mandir} install
 
 
@@ -95,6 +95,9 @@ LD_LIBRARY_PATH=$PWD make test
 
 
 %changelog
+* Mon Jul 14 2014 Jan Stanek <jstanek at redhat.com> - 0.9.11-4
+- Changed install instruction to be compatible with older coreutils (#1119084)
+
 * Thu Jun 26 2014 Jan Stanek <jstanek at redhat.com> - 0.9.11-3
 - Added delay in testing which was needed on s390* arches (#1104232)
 


More information about the scm-commits mailing list