]> git.pld-linux.org Git - packages/apache-mod_auth_mysql.git/commitdiff
- link mod_auth_mysql.so with libmysqlclient (module was seriously broken!) apache-mod_auth_mysql-2_20a-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Apr 2002 08:25:45 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more specific Prereq
- release 2, STBR ASAP

Changed files:
    apache-mod_auth_mysql.spec -> 1.18

apache-mod_auth_mysql.spec

index a27664de7e66f808de256d136f9ce1d6e16447fe..0e60c6a2a8fd282f8943a7fa21cf7743330e9edb 100644 (file)
@@ -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
This page took 0.580021 seconds and 4 git commands to generate.