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

This commit is contained in:
Jan Staněk 2014-07-14 09:43:44 +02:00
parent 19ca8b8285
commit c08583125f

View File

@ -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@redhat.com> - 0.9.11-4
- Changed install instruction to be compatible with older coreutils (#1119084)
* Thu Jun 26 2014 Jan Stanek <jstanek@redhat.com> - 0.9.11-3
- Added delay in testing which was needed on s390* arches (#1104232)