--- /dev/null
+--- poldek-0.42.2/configure.ac~ 2021-11-11 23:41:40.000000000 +0100
++++ poldek-0.42.2/configure.ac 2021-11-11 23:52:39.152953112 +0100
+@@ -327,7 +327,7 @@
+ #fi
+ else
+ if test "${is_rpmorg}." = "yes."; then
+- AC_CHECK_LIB(db, db_create, [DBLIB="-ldb"],,[$LIBS])
++ : ;
+ else
+ AC_CHECK_LIB(db4, db_create, [DBLIB="-ldb4" DBINCLUDE="-I/usr/include/db4"],
+ [AC_CHECK_LIB(db-4.1, db_create, [DBLIB="-ldb-4.1" DBINCLUDE="-I/usr/include/db4.1"],
+@@ -372,9 +372,11 @@
+ AC_DEFINE([HAVE_RPM_4_2],1,[])])
+ AC_CHECK_FUNCS(hGetColor, AC_DEFINE([HAVE_RPM_HGETCOLOR],1,[]))
+
++if test "${is_rpmorg}." != "yes."; then
+ AC_CHECK_HEADERS([db_185.h],,[
+ AC_MSG_WARN(["disabled synchronization with db file-dependencies"]) ])
+ AC_CHECK_FUNCS(__db185_open)
++fi
+
+ dnl 4.0.4 has cross dependenecies(?)
+ if test "${is_rpm4_0_4}." = "yes." -a "${ENABLE_STATIC}." = "yes." ; then
%bcond_with tests # tests
# required versions (forced to avoid SEGV with mixed db used by rpm and poldek)
-%define db_pkg db
-%define ver_db 5.3
%define ver_rpm 1:4.14
-%define ver_db_devel %(rpm -q --qf '%|E?{%{E}:}|%{V}-%{R}' --what-provides db-devel)
Summary: RPM packages management helper tool
Summary(hu.UTF-8): RPM csomagkezelést segítő eszköz
Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM
Name: poldek
Version: 0.42.2
-Release: 7
+Release: 9
License: GPL v2
Group: Applications/System
#Source0: http://poldek.pld-linux.org/download/snapshots/%{name}-%{version}-cvs%{snap}.tar.bz2
Patch15: skip-buildid-obsoletes.patch
Patch16: verify-signature.patch
Patch17: %{name}-rsa_sig_rpmorg.patch
+Patch18: no-bdb-for-rpm-org.patch
URL: http://poldek.pld-linux.org/
-BuildRequires: %{db_pkg}-devel >= %{ver_db}
BuildRequires: autoconf >= 2.63
BuildRequires: automake >= 1:1.11
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
BuildRequires: zstd-devel
%if %{with static}
-BuildRequires: %{db_pkg}-static >= %{ver_db}
BuildRequires: bzip2-static
BuildRequires: glibc-static
BuildRequires: libxml2-static
%endif
Requires(postun): awk
Requires(postun): sed >= 4.0
-Requires: %{db_pkg} >= %{ver_db_devel}
Requires: %{name}-libs = %{version}-%{release}
Requires: /bin/run-parts
Requires: rpm >= %{ver_rpm}
%patch15 -p1
%patch16 -p1
%patch17 -p1
+%patch18 -p1
%{__rm} doc/poldek.info
%{__rm} m4/libtool.m4 m4/lt*.m4