]> git.pld-linux.org Git - packages/apache1-mod_auth_mysql.git/blobdiff - apache1-mod_auth_mysql.spec
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/apache1-mod_auth_mysql.git] / apache1-mod_auth_mysql.spec
index 1fd8fb89857d08f46956c1c3e7d2afa1c2d213c9..4bee2626bd7bdccd391b14861eb3f781ef5ba1c6 100644 (file)
@@ -13,34 +13,20 @@ Summary(pl):        Modu
 Summary(pt_BR):        Autenticação via MySQL para o Apache
 Summary(sv):   Grundläggande autenticering för webbservern Apache med en MySQL-databas
 Name:          apache-mod_%{mod_name}
-Version:       0.11
-Release:       4
+Version:       2.20a
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
-Group(cs):     Sí»ové/Démoni
-Group(da):     Netværks/Dæmoner
-Group(de):     Netzwerkwesen/Server
-Group(es):     Red/Servidores
-Group(fr):     Réseau/Serveurs
-Group(is):     Net/Púkar
-Group(it):     Rete/Demoni
-Group(no):     Nettverks/Daemoner
-Group(pl):     Sieciowe/Serwery
-Group(pt):     Rede/Servidores
-Group(ru):     óÅÔØ/äÅÍÏÎÙ
-Group(sl):     Omre¾ni/Stre¾niki
-Group(sv):     Nätverk/Demoner
-Group(uk):     íÅÒÅÖÁ/äÅÍÏÎÉ
-Source0:       ftp://ftp.kcilink.com/pub/mod_%{mod_name}.c.gz
-Source1:       ftp://ftp.kciLink.com/pub/mysql-group-auth.txt
-Patch0:                %{name}-name.patch
+Source0:       http://web.oyvax.com/src/mod_auth_mysql-%{version}.tar.gz
+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)
+Obsoletes:     mod_auth_mysql
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
 
@@ -91,12 +77,16 @@ servade av en webbserver genom att kontrollera data i en
 MySQL-databas.
 
 %prep
-%setup -q -T -c
-gzip -dc %{SOURCE0} > mod_%{mod_name}.c
-%patch -p1
+%setup -q -n mod_%{mod_name}-%{version}
 
 %build
-%{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lmysqlclient
+aclocal
+%{__autoconf}
+%configure \
+       --with-apxs=%{apxs} \
+       --with-mysql=%{_prefix}
+
+%{apxs} -c -I %{_includedir}/mysql mod_%{mod_name}.c -o mod_%{mod_name}.so -lmysqlclient
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -104,10 +94,6 @@ install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 
-install %{SOURCE1} .
-
-gzip -9nf *.txt
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -127,5 +113,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README* USAGE
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.384003 seconds and 4 git commands to generate.