]> git.pld-linux.org Git - packages/poldek.git/blobdiff - poldek.spec
- rel .38; one more zlib fix
[packages/poldek.git] / poldek.spec
index 16a5c7ef9896ccfdd98b7f6b3d8e0b213599a4e8..a87f4c79cad4e37a9dcbae74d73c854e7a75e8bd 100644 (file)
@@ -15,7 +15,7 @@
 %define        ver_rpm 4.5-5
 #
 %define                snap    20080820.23
-%define                rel             36
+%define                rel             38
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
@@ -71,6 +71,7 @@ Patch31:      %{name}-ls-queryfmt.patch
 Patch32:       %{name}-prepare_url_fix.patch
 Patch33:       %{name}-noloop_on_terminal_loos.patch
 Patch34:       %{name}-show_only_relative_used_space.patch
+Patch35:       %{name}-zlib.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -238,12 +239,15 @@ Moduły języka Python dla poldka.
 %patch33 -p1
 # do not info. about amount of transaction space req. but relative to already installed
 %patch34 -p1
+# fixes failures with zlib >= 1.2.3.7
+%patch35 -p0
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %build
 %{__libtoolize}
+%{__autoheader}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
This page took 0.026103 seconds and 4 git commands to generate.