Changed install instruction to be compatible with older coreutils (#1119084)
This commit is contained in:
parent
19ca8b8285
commit
c08583125f
@ -1,6 +1,6 @@
|
|||||||
Name: lmdb
|
Name: lmdb
|
||||||
Version: 0.9.11
|
Version: 0.9.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Memory-mapped key-value database
|
Summary: Memory-mapped key-value database
|
||||||
|
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
@ -64,8 +64,8 @@ rm -rf man # Doxygen generated manpages
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
# make install expects existing directory tree
|
# make install expects existing directory tree
|
||||||
mkdir -m=0755 -p %{buildroot}%{_prefix}{/bin,/include}
|
mkdir -m 0755 -p %{buildroot}%{_prefix}{/bin,/include}
|
||||||
mkdir -m=0755 -p %{buildroot}{%{_libdir},%{_mandir}/man1}
|
mkdir -m 0755 -p %{buildroot}{%{_libdir},%{_mandir}/man1}
|
||||||
make DESTDIR=%{buildroot} prefix=%{_prefix} libprefix=%{_libdir} manprefix=%{_mandir} install
|
make DESTDIR=%{buildroot} prefix=%{_prefix} libprefix=%{_libdir} manprefix=%{_mandir} install
|
||||||
|
|
||||||
|
|
||||||
@ -95,6 +95,9 @@ LD_LIBRARY_PATH=$PWD make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 26 2014 Jan Stanek <jstanek@redhat.com> - 0.9.11-3
|
||||||
- Added delay in testing which was needed on s390* arches (#1104232)
|
- Added delay in testing which was needed on s390* arches (#1104232)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user