SPECS: libgssapi.spec - updated to 0.6 (now dlopens particular GSS...

qboosh qboosh at pld-linux.org
Thu Dec 8 23:21:19 CET 2005


Author: qboosh                       Date: Thu Dec  8 22:21:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.6 (now dlopens particular GSSAPI implementation lib)
- removed outdated configure patch

---- Files affected:
SPECS:
   libgssapi.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/libgssapi.spec
diff -u SPECS/libgssapi.spec:1.7 SPECS/libgssapi.spec:1.8
--- SPECS/libgssapi.spec:1.7	Thu Oct  6 01:04:14 2005
+++ SPECS/libgssapi.spec	Thu Dec  8 23:21:14 2005
@@ -2,21 +2,16 @@
 Summary:	GSSAPI interface using mechanisms from other GSSAPI implementations
 Summary(pl):	Interfejs GSSAPI używający mechanizmów z innych implementacji GSSAPI
 Name:		libgssapi
-Version:	0.5
+Version:	0.6
 Release:	1
 License:	mixture of UM and Sun licenses
 Group:		Libraries
 Source0:	http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/%{name}-%{version}.tar.gz
-# Source0-md5:	64746c8f015ce5f6a57785853425b7ee
-Patch0:		%{name}-configure.patch
+# Source0-md5:	e11eb9bc5d3e8e5011918cd2ba6eb8a4
 URL:		http://www.citi.umich.edu/projects/nfsv4/linux/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
-BuildRequires:	heimdal-devel >= 0.7
 BuildRequires:	libtool
-# it's checked before heimdal (which is preferred in PLD)
-BuildConflicts:	krb5-devel
-Requires:	heimdal-libs
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,15 +50,13 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure \
-	--with-krb5=/usr
+%configure
 %{__make}
 
 %install
@@ -72,6 +65,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install -D doc/gssapi_mech.conf $RPM_BUILD_ROOT%{_sysconfdir}/mech.conf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -80,13 +75,16 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING README
+%doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/libgssapi.so.*.*.*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mech.conf
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgssapi.so
 %{_libdir}/libgssapi.la
+%{_includedir}/gssglue
+%{_pkgconfigdir}/libgssapi.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -98,6 +96,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/12/08 22:21:14  qboosh
+- updated to 0.6 (now dlopens particular GSSAPI implementation lib)
+- removed outdated configure patch
+
 Revision 1.7  2005/10/05 23:04:14  qboosh
 - updated to 0.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libgssapi.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list