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

View File

@ -4,7 +4,7 @@
Name: libtdb
Version: 1.4.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The tdb library
License: LGPLv3+
URL: http://tdb.samba.org/
@ -63,10 +63,10 @@ zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
--bundled-libraries=NONE \
--builtin-libraries=replace
make %{?_smp_mflags} V=1
%make_build
%check
make %{?_smp_mflags} check
%make_build check
%install
make install DESTDIR=$RPM_BUILD_ROOT
@ -100,6 +100,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
%ldconfig_scriptlets
%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
- Rebuilt for Python 3.9