]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.spec
VfyLevel can't contain RPMSIG_SIGNATURE_TYPE when VfyFlags contain RPMVSF_MASK_NOSIGN...
[packages/poldek.git] / poldek.spec
index 0ccd2328bf19fe74d995011f23d6abe28aebf965..5a2d8585ece4ed7e7df112a008ac7c38ff726338 100644 (file)
@@ -7,14 +7,14 @@
 %bcond_without imode   # don't build interactive mode
 %bcond_with    python  # don't build python bindings
 %bcond_with    snap    # install configs for official Th snapshot
-%bcond_with    rpm4    # use rpm4 instead of rpm5
+%bcond_with    rpm5    # use rpm5 instead of rpm4
 %bcond_with    tests   # tests
 
 # current snapshot name
-%define                SNAP    2019
+%define                SNAP    2020
 
 # required versions (forced to avoid SEGV with mixed db used by rpm and poldek)
-%if %{with rpm4}
+%if %{without rpm5}
 %define                db_pkg          db
 %define                ver_db          5.3
 %define                ver_rpm         1:4.14
@@ -25,7 +25,7 @@
 %define                ver_rpm         5.4.10
 %endif
 
-%define                rel     3
+%define                rel     7
 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
@@ -63,6 +63,11 @@ Patch8:              rpm4-uname-deps.patch
 Patch9:                sqlite-rpmdb.patch
 Patch10:       rpm4-cpuinfo-deps.patch
 Patch11:       rpm4-no-dir-deps.patch
+Patch12:       rpm4-rpmvercmp.patch
+Patch13:       trurlib-shared.patch
+Patch14:       rpm4-script-req-workaround.patch
+Patch15:       skip-buildid-obsoletes.patch
+Patch16:       verify-signature.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: %{db_pkg}-devel >= %{ver_db}
 BuildRequires: autoconf >= 2.63
@@ -75,6 +80,7 @@ BuildRequires:        gettext-tools >= 0.11.5
 BuildRequires: libgomp-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2
+BuildRequires: lua54-devel
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pcre-devel
@@ -109,7 +115,7 @@ BuildRequires:      zstd-static
 %endif
 Requires(postun):      awk
 Requires(postun):      sed >= 4.0
-%if %{with rpm4}
+%if %{without rpm5}
 Requires:      %{db_pkg} >= %{ver_db_devel}
 %else
 Requires:      %{db_pkg} >= %{ver_db}
@@ -246,6 +252,15 @@ Moduły języka Python dla poldka.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+cd trurlib
+%patch13 -p1
+cd ..
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
 
 %{__rm} doc/poldek.info
 %{__rm} m4/libtool.m4 m4/lt*.m4
This page took 0.036735 seconds and 4 git commands to generate.