Tom Stellard 2020-07-13 22:37:22 +00:00
parent c6666ec7c0
commit 634692f2bc

View File

@ -4,7 +4,7 @@
Name: libtdb Name: libtdb
Version: 1.4.3 Version: 1.4.3
Release: 3%{?dist} Release: 4%{?dist}
Summary: The tdb library Summary: The tdb library
License: LGPLv3+ License: LGPLv3+
URL: http://tdb.samba.org/ URL: http://tdb.samba.org/
@ -63,10 +63,10 @@ zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
--bundled-libraries=NONE \ --bundled-libraries=NONE \
--builtin-libraries=replace --builtin-libraries=replace
make %{?_smp_mflags} V=1 %make_build
%check %check
make %{?_smp_mflags} check %make_build check
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -100,6 +100,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
%ldconfig_scriptlets %ldconfig_scriptlets
%changelog %changelog
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.4.3-4
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.3-3 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.3-3
- Rebuilt for Python 3.9 - Rebuilt for Python 3.9