From c08583125ff93728af3789dccdd3cbfcecf160fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Mon, 14 Jul 2014 09:43:44 +0200 Subject: [PATCH] Changed install instruction to be compatible with older coreutils (#1119084) --- lmdb.spec | 9 ++++++--- 1 file 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 - 0.9.11-4 +- Changed install instruction to be compatible with older coreutils (#1119084) + * Thu Jun 26 2014 Jan Stanek - 0.9.11-3 - Added delay in testing which was needed on s390* arches (#1104232)