SPECS: pam-pam_mount.spec - up to 0.13.0, new URL and source, obso...

zbyniu zbyniu at pld-linux.org
Thu May 25 02:58:43 CEST 2006


Author: zbyniu                       Date: Thu May 25 00:58:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.13.0, new URL and source, obsoleted patches removed

---- Files affected:
SPECS:
   pam-pam_mount.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/pam-pam_mount.spec
diff -u SPECS/pam-pam_mount.spec:1.18 SPECS/pam-pam_mount.spec:1.19
--- SPECS/pam-pam_mount.spec:1.18	Mon Dec  5 00:10:18 2005
+++ SPECS/pam-pam_mount.spec	Thu May 25 02:58:38 2006
@@ -3,22 +3,21 @@
 Summary:	A PAM module that can mount remote volumes for a user session
 Summary(pl):	Moduł PAM, pozwalający mountować zdalne zasoby na czas sesji użytkownika
 Name:		pam-%{modulename}
-Version:	0.9.20
-Release:	2
+Version:	0.13.0
+Release:	1
 Epoch:		0
 License:	LGPL
 Group:		Base
-Vendor:		Flyn Computing
-Source0:	http://www.flyn.org/projects/%{modulename}/%{modulename}-%{version}.tar.gz
-# Source0-md5:	392b1d69f36d5f2d053c393594cff9cb
-Patch0:		%{name}-zlib.patch
-Patch1:		%{name}-evp.patch
-URL:		http://www.flyn.org/
+Source0:	http://dl.sourceforge.net/pam-mount/%{modulename}-%{version}.tbz2
+# Source0-md5:	a1a09d403e27b73ab848b5ba76071d19
+URL:		http://pam-mount.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	glib2-devel
 BuildRequires:	libtool
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pam-devel
+BuildRequires:	pkgconfig
 BuildRequires:	zlib-devel
 Obsoletes:	pam_mount
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -70,8 +69,6 @@
 
 %prep
 %setup -q -n %{modulename}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -84,13 +81,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/security
+install -d $RPM_BUILD_ROOT{/etc/security,/sbin}
 
 %{__make} install \
 	moduledir=/%{_lib}/security \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install config/pam_mount.conf $RPM_BUILD_ROOT/etc/security
+ln -sf %{_bindir}/mount.crypt $RPM_BUILD_ROOT/sbin
 
 rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_mount.{la,a}
 
@@ -99,9 +97,10 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog FAQ NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) /sbin/*
 %attr(755,root,root) /%{_lib}/security/pam_mount.so
 %config(noreplace) %verify(not md5 mtime size) /etc/security/pam_mount.conf
 %{_mandir}/man8/*
@@ -112,6 +111,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/05/25 00:58:38  zbyniu
+- up to 0.13.0, new URL and source, obsoleted patches removed
+
 Revision 1.18  2005/12/04 23:10:18  glen
 - adapterized (sorted %verify flags)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pam-pam_mount.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list