packages: librpcsecgss/librpcsecgss.spec - renamed krb5 bcond to gssglue (t...

qboosh qboosh at pld-linux.org
Fri Aug 13 20:15:19 CEST 2010


Author: qboosh                       Date: Fri Aug 13 18:15:19 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- renamed krb5 bcond to gssglue (this is that the bcond does)

---- Files affected:
packages/librpcsecgss:
   librpcsecgss.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/librpcsecgss/librpcsecgss.spec
diff -u packages/librpcsecgss/librpcsecgss.spec:1.28 packages/librpcsecgss/librpcsecgss.spec:1.29
--- packages/librpcsecgss/librpcsecgss.spec:1.28	Fri Aug 13 20:13:19 2010
+++ packages/librpcsecgss/librpcsecgss.spec	Fri Aug 13 20:15:14 2010
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	krb5		# build with MIT Kerberos instead of Heimdal
+%bcond_with	gssglue	# use GSSGLUE layer instead of linking with Heimdal Kerberos directly
 #
 Summary:	rpcsec_gss implementation library
 Summary(pl.UTF-8):	Biblioteka implementująca rpcsec_gss
@@ -16,14 +16,14 @@
 URL:		http://www.citi.umich.edu/projects/nfsv4/linux/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
-%if %{with krb5}
+%if %{with gssglue}
 BuildRequires:	libgssglue-devel >= 0.1
 %else
 BuildRequires:	heimdal-devel
 %endif
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
-%if %{with krb5}
+%if %{with gssglue}
 Requires:	libgssglue >= 0.1
 %else
 Requires:	heimdal-libs
@@ -43,7 +43,7 @@
 Summary(pl.UTF-8):	Pliki programistyczne biblioteki librpcsecgss
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-%if %{with krb5}
+%if %{with gssglue}
 Requires:	libgssglue-devel >= 0.1
 %else
 Requires:	heimdal-devel
@@ -77,7 +77,7 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--with-gssapiimpl=%{?with_krb5:libgssglue}%{!?with_krb5:heimdal-gssapi}
+	--with-gssapiimpl=%{?with_gssglue:libgssglue}%{!?with_gssglue:heimdal-gssapi}
 %{__make}
 
 %install
@@ -115,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2010/08/13 18:15:14  qboosh
+- renamed krb5 bcond to gssglue (this is that the bcond does)
+
 Revision 1.28  2010/08/13 18:13:19  qboosh
 - updated to 0.19
 - implemented heimdal patch in more flexible way, allowing to choose heimdal even if libgssglue is installed
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/librpcsecgss/librpcsecgss.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list