]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/blobdiff - apache-mod_auth_kerb.spec
- s/-pthread/-lpthread/
[packages/apache-mod_auth_kerb.git] / apache-mod_auth_kerb.spec
index 78eb6c18df92d687324b3368a854021518459e0d..81e74080cc382fff4b4c6d5ebf557ce0e6cd13ee 100644 (file)
@@ -1,17 +1,18 @@
 %define                mod_name        auth_kerb
 %define        apxs    /usr/sbin/apxs
-Summary:       This is the kerb authentication module for Apache
-Summary(pl):   Modu³ autentykacji kerb dla Apache
+Summary:       This is the Kerberos authentication module for Apache
+Summary(pl):   Modu³ uwierzytelnienia Kerberos dla Apache
 Name:          apache-mod_%{mod_name}
 Version:       5.0
-%define pre rc4
+%define pre rc6
 Release:       0.%{pre}.1
 Epoch:         1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/modauthkerb/mod_%{mod_name}-%{version}-%{pre}.tar.gz
-# Source0-md5: a717d5875e3f67c73b5d505ee4e46733
+# Source0-md5: 274edfb950af20ce6ef0ddcb7c20263a
 Source1:       %{name}.conf
+Patch1:        %{name}-aprfix.patch
 URL:           http://modauthkerb.sourceforge.net/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel
@@ -24,18 +25,22 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is an authentication module for Apache that allows you to
-authenticate HTTP clients using user entries in an kerb directory.
+authenticate HTTP clients using user entries in an Kerberos directory.
 
 %description -l pl
-To jest modu³ autentykacji dla Apache pozwalaj±cy na autentykacjê
-klientów HTTP z u¿yciem wpisów w katalogu kerby.
+To jest modu³ uwierzytelnienia dla Apache pozwalaj±cy na
+uwierzytelnianie klientów HTTP z u¿yciem wpisów w katalogu Kerberosa.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}-%{pre}
+%patch1 -p1
 
 %build
 %configure
-make
+
+sed -i 's/-pthread/-lpthread/' Makefile
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.065323 seconds and 4 git commands to generate.