[packages/libapreq] Rel 2; skip unresolved apache httpd symbols

arekm arekm at pld-linux.org
Tue Mar 10 17:27:45 CET 2026


commit 5b29dd837802e5bcf26f89b1fbf209ec28b61e32
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Mar 10 17:27:39 2026 +0100

    Rel 2; skip unresolved apache httpd symbols

 libapreq.spec           | 11 ++++++++---
 pod-structure-fix.patch | 20 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/libapreq.spec b/libapreq.spec
index de6ca95..dbf8b38 100644
--- a/libapreq.spec
+++ b/libapreq.spec
@@ -2,17 +2,21 @@
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
 #
+%define		skip_post_check_so	libapreq\.so\..*
+
 Summary:	Generic Apache Request Library
 Summary(pl.UTF-8):	Standardowa biblioteka zapytań Apache
 Summary(pt_BR.UTF-8):	Biblioteca de requisiçoes do Apache
 Name:		libapreq
 Version:	1.34
-Release:	1
+Release:	2
 License:	Apache Group
 Group:		Libraries
-Source0:	http://www.apache.org/dist/httpd/libapreq/%{name}-%{version}.tar.gz
+Source0:	https://archive.apache.org/dist/httpd/libapreq/%{name}-%{version}.tar.gz
 # Source0-md5:	2bee94cf9f36fb156b794bd469fcc550
-URL:		http://httpd.apache.org/apreq/
+URL:		https://httpd.apache.org/apreq/
+# locally written: fix POD nesting for modern pod2man
+Patch0:		pod-structure-fix.patch
 BuildRequires:	apache1-devel >= 1.3
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -61,6 +65,7 @@ Statyczna wersja biblioteki libapreq.
 
 %prep
 %setup -q
+%patch -P0 -p1
 
 %build
 %{__libtoolize}
diff --git a/pod-structure-fix.patch b/pod-structure-fix.patch
new file mode 100644
index 0000000..c59d23f
--- /dev/null
+++ b/pod-structure-fix.patch
@@ -0,0 +1,20 @@
+--- libapreq-1.34/libapreq.pod.orig	2009-10-03 22:31:46.000000000 +0200
++++ libapreq-1.34/libapreq.pod	2026-03-10 18:00:00.000000000 +0100
+@@ -196,8 +196,6 @@
+ 
+ =head1 ApacheCookie
+ 
+-=over 4
+-
+ =head2 ApacheCookie *ApacheCookie_new (request_rec *r, ...) 
+ 
+ This function creates a new I<ApacheCookie> object, using the given
+@@ -336,8 +334,6 @@
+ Returns a string version of the cookie:
+ 
+  ap_table_add(r->headers_out, "Set-Cookie", ApacheCookie_as_string(c));
+-
+-=back
+ 
+ =head1 BUGS
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libapreq.git/commitdiff/5b29dd837802e5bcf26f89b1fbf209ec28b61e32



More information about the pld-cvs-commit mailing list