From 046f0cd20cb1216d148d6fbcfe09689f846ad2ea Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 8 Apr 2002 08:25:45 +0000 Subject: [PATCH] - link mod_auth_mysql.so with libmysqlclient (module was seriously broken!) - more specific Prereq - release 2, STBR ASAP Changed files: apache1-mod_auth_mysql.spec -> 1.18 --- apache1-mod_auth_mysql.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apache1-mod_auth_mysql.spec b/apache1-mod_auth_mysql.spec index a27664d..0e60c6a 100644 --- a/apache1-mod_auth_mysql.spec +++ b/apache1-mod_auth_mysql.spec @@ -14,7 +14,7 @@ Summary(pt_BR): Autentica Summary(sv): Grundläggande autenticering för webbservern Apache med en MySQL-databas Name: apache-mod_%{mod_name} Version: 2.20a -Release: 1 +Release: 2 License: GPL Group: Networking/Daemons Source0: http://web.oyvax.com/src/mod_auth_mysql-%{version}.tar.gz @@ -22,7 +22,7 @@ URL: http://www.diegonet.com/support/mod_auth_mysql.shtml BuildRequires: mysql-devel BuildRequires: %{apxs} BuildRequires: apache(EAPI)-devel -Prereq: %{_sbindir}/apxs +Requires(post,preun): %{_sbindir}/apxs Requires: apache(EAPI) Requires: apache-mod_auth BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -85,7 +85,7 @@ autoconf --with-apxs=%{apxs} \ --with-mysql=%{_prefix} -%{apxs} -c -I %{_includedir}/mysql mod_%{mod_name}.c -o mod_%{mod_name}.so +%{apxs} -c -I %{_includedir}/mysql mod_%{mod_name}.c -o mod_%{mod_name}.so -lmysqlclient %install rm -rf $RPM_BUILD_ROOT -- 2.43.0