From: Jakub Bogusz Date: Mon, 8 Apr 2002 08:25:45 +0000 (+0000) Subject: - link mod_auth_mysql.so with libmysqlclient (module was seriously broken!) X-Git-Tag: apache-mod_auth_mysql-2_20a-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_auth_mysql.git;a=commitdiff_plain;h=046f0cd20cb1216d148d6fbcfe09689f846ad2ea;hp=323848e38b4eca54d0dba2ac722b67462b804ab6 - 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 --- 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