[packages/zlib] package missing header; rel 2
atler
atler at pld-linux.org
Thu Feb 19 00:07:26 CET 2026
commit 144382eb8f0733acefe0daeb5ffd572fa2a82ddf
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Feb 19 00:06:33 2026 +0100
package missing header; rel 2
header.patch | 10 ++++++++++
zlib.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/zlib.spec b/zlib.spec
index 07560fb..b977b25 100644
--- a/zlib.spec
+++ b/zlib.spec
@@ -18,12 +18,13 @@ Summary(tr.UTF-8): Sıkıştırma işlemleri için kitaplık
Summary(uk.UTF-8): Бібліотека для компресії та декомпресії
Name: zlib
Version: 1.3.2
-Release: 1
+Release: 2
License: BSD
Group: Libraries
Source0: https://www.zlib.net/%{name}-%{version}.tar.gz
# Source0-md5: a1e6c958597af3c67d162995a342138a
Patch0: %{name}-asm.patch
+Patch1: header.patch
URL: https://www.zlib.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -293,6 +294,7 @@ Ten pakiet zawiera statyczną wersję biblioteki minizip.
%prep
%setup -q
+%patch -P1 -p1
%if %{with asmopt}
%patch -P0 -p1
%ifarch i686 pentium3 pentium4 athlon
diff --git a/header.patch b/header.patch
new file mode 100644
index 0000000..4d0b602
--- /dev/null
+++ b/header.patch
@@ -0,0 +1,10 @@
+--- zlib-1.3.2/contrib/minizip/Makefile.am.orig 2012-03-27 05:17:41.000000000 +0200
++++ zlib-1.3.2/contrib/minizip/Makefile.am 2026-02-18 23:54:46.431983060 +0100
+@@ -27,6 +27,7 @@
+ minizip_includedir = $(includedir)/minizip
+ minizip_include_HEADERS = \
+ crypt.h \
++ ints.h \
+ ioapi.h \
+ mztools.h \
+ unzip.h \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zlib.git/commitdiff/144382eb8f0733acefe0daeb5ffd572fa2a82ddf
More information about the pld-cvs-commit
mailing list