]> git.pld-linux.org Git - packages/apache-mod_auth_mysql.git/commitdiff
- updated to 1.11, apache-mod_auth_mysql-0_11-1
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Oct 2001 17:30:30 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added some %doc,
- merget translations from CNV.

Changed files:
    apache-mod_auth_mysql.spec -> 1.7

apache-mod_auth_mysql.spec

index 6c73b4bcabba784613ece2ad3737538f6d5c0472..39c00503de741fbd21781e45d1d1064d300efd0f 100644 (file)
@@ -1,14 +1,17 @@
 %define                mod_name        auth_mysql
 Summary:       This is the MySQL authentication module for Apache
+Summary(es):   Autenticación vía MySQL para Apache
 Summary(pl):   Modu³ autentykacji MySQL dla Apache
+Summary(pt_BR):        Autenticação via MySQL para o Apache
 Name:          apache-mod_%{mod_name}
-Version:       0.3
-Release:       3
+Version:       0.11
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
 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
 BuildRequires: mysql-devel
 BuildRequires: /usr/sbin/apxs
@@ -24,17 +27,24 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This is an authentication module for Apache that allows you to
 authenticate HTTP clients using mysql RDBMS.
 
+%description -l es
+Autenticación vía MySQL para Apache.
+
 %description -l pl
 To jest modu³ autentykacji dla Apache pozwalaj±cy na autentykacjê
 klientów HTTP z u¿yciem bazy danych mysql.
 
+%description -l pt_BR
+Com o mod_auth_mysql você pode fazer autenticação no Apache usando o
+MySQL.
+
 %prep 
 %setup -q -T -c
 gzip -dc %{SOURCE0} > mod_%{mod_name}.c
 %patch -p1
 
 %build
-/usr/sbin/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lmysqlclient
+%{_sbindir}/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lmysqlclient
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -42,6 +52,10 @@ 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
 
@@ -61,4 +75,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
+%doc *.gz
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.079188 seconds and 4 git commands to generate.