diff --git a/lmdb.spec b/lmdb.spec index 2097e4d..d8af334 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -6,7 +6,7 @@ Name: lmdb Version: 0.9.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Memory-mapped key-value database License: OpenLDAP @@ -71,7 +71,7 @@ pushd %{archive_path} # make install expects existing directory tree mkdir -m 0755 -p %{buildroot}{%{_bindir},%{_includedir}} mkdir -m 0755 -p %{buildroot}{%{_libdir}/pkgconfig,%{_mandir}/man1} -make DESTDIR=%{buildroot} prefix=%{_prefix} libdir=%{_libdir} mandir=%{_mandir} install +%make_install prefix=%{_prefix} libdir=%{_libdir} mandir=%{_mandir} popd # Install pkgconfig file @@ -120,6 +120,10 @@ popd %changelog +* Mon Jul 13 2020 Tom Stellard - 0.9.25-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Jul 07 2020 Jan Staněk - 0.9.25-1 - Upgrade to version 0.9.25 - Use OpenLDAP git directly in place of GitHub mirror