SPECS: apache-mod_auth_kerb.spec - updated to 5.3 - removed obsole...

baggins baggins at pld-linux.org
Sun Apr 1 19:26:40 CEST 2007


Author: baggins                      Date: Sun Apr  1 17:26:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 5.3
- removed obsolete aprfix
- added krb4 bcond

---- Files affected:
SPECS:
   apache-mod_auth_kerb.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_auth_kerb.spec
diff -u SPECS/apache-mod_auth_kerb.spec:1.11 SPECS/apache-mod_auth_kerb.spec:1.12
--- SPECS/apache-mod_auth_kerb.spec:1.11	Sat Mar 31 23:07:47 2007
+++ SPECS/apache-mod_auth_kerb.spec	Sun Apr  1 19:26:35 2007
@@ -1,19 +1,21 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	krb4		# build with Kerberos V4 support
+#
 %define		mod_name	auth_kerb
 %define 	apxs	/usr/sbin/apxs
 Summary:	This is the Kerberos authentication module for Apache
 Summary(pl.UTF-8):	Moduł uwierzytelnienia Kerberos dla Apache
 Name:		apache-mod_%{mod_name}
-Version:	5.0
-%define pre rc6
-Release:	0.%{pre}.2
+Version:	5.3
+Release:	1
 Epoch:		1
 License:	GPL
 Group:		Networking/Daemons
-Source0:	http://dl.sourceforge.net/modauthkerb/mod_%{mod_name}-%{version}-%{pre}.tar.gz
-# Source0-md5:	274edfb950af20ce6ef0ddcb7c20263a
+Source0:	http://dl.sourceforge.net/modauthkerb/mod_%{mod_name}-%{version}.tar.gz
+# Source0-md5:	a363588578050b3d320a2ceccf3ed666
 Source1:	%{name}.conf
-Patch1:		%{name}-aprfix.patch
 URL:		http://modauthkerb.sourceforge.net/
 BuildRequires:	%{apxs}
 BuildRequires:	apache-devel
@@ -36,11 +38,14 @@
 uwierzytelnianie klientów HTTP z użyciem wpisów w katalogu Kerberosa.
 
 %prep
-%setup -q -n mod_%{mod_name}-%{version}-%{pre}
-%patch1 -p1
+%setup -q -n mod_%{mod_name}-%{version}
 
 %build
-%configure
+%configure \
+	%{?with_krb4:--with-krb4} \
+	%{!?with_krb4:--without-krb4} \
+	--with-apache=%{_prefix}
+
 %{__sed} -i -e 's/-pthread/-lpthread/' Makefile
 %{__make}
 
@@ -74,6 +79,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/04/01 17:26:35  baggins
+- updated to 5.3
+- removed obsolete aprfix
+- added krb4 bcond
+
 Revision 1.11  2007/03/31 21:07:47  baggins
 - rel 2
 - s/heimdal/krb5/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_auth_kerb.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list