SPECS: pam-pam_mount.spec - up to 1.2

arekm arekm at pld-linux.org
Mon Nov 3 00:07:37 CET 2008


Author: arekm                        Date: Sun Nov  2 23:07:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.2

---- Files affected:
SPECS:
   pam-pam_mount.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/pam-pam_mount.spec
diff -u SPECS/pam-pam_mount.spec:1.31 SPECS/pam-pam_mount.spec:1.32
--- SPECS/pam-pam_mount.spec:1.31	Sun Nov  2 22:26:19 2008
+++ SPECS/pam-pam_mount.spec	Mon Nov  3 00:07:32 2008
@@ -3,18 +3,19 @@
 Summary:	A PAM module that can mount remote volumes for a user session
 Summary(pl.UTF-8):	Moduł PAM, pozwalający montować zdalne zasoby na czas sesji użytkownika
 Name:		pam-%{modulename}
-Version:	0.33
-Release:	2
+Version:	1.2
+Release:	1
 Epoch:		0
 License:	LGPL
 Group:		Base
-Source0:	http://dl.sourceforge.net/pam-mount/%{modulename}-%{version}.tar.bz2
-# Source0-md5:	08beec698dd95fc88e119848002a4e2e
+Source0:	http://dl.sourceforge.net/pam-mount/%{modulename}-%{version}.tar.lzma
+# Source0-md5:	7386eeb6ea3b7f4b21e30fd98dab0828
 URL:		http://pam-mount.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	glib2-devel
 BuildRequires:	libtool
+BuildRequires:	libxml2-devel
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pam-devel
 BuildRequires:	pkgconfig
@@ -69,7 +70,9 @@
 loopbacku, ale może być rozszerzony w prosty sposób.
 
 %prep
-%setup -q -n %{modulename}-%{version}
+%setup -q -c -T
+lzma -dc %{SOURCE0} | tar xf - -C .
+mv pam_mount*/* .
 
 %build
 %{__libtoolize}
@@ -97,8 +100,6 @@
 # void code on non-OpenBSD, besides broken
 rm -f $RPM_BUILD_ROOT{%{_bindir}/mount_ehd,%{_mandir}/man8/mount_ehd.8}
 
-install scripts/convert_pam_mount_conf.pl $RPM_BUILD_ROOT%{_sbindir}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -106,19 +107,17 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) /%{_lib}/security/pam_mount.so
 %config(noreplace) %verify(not md5 mtime size) /etc/security/pam_mount.conf.xml
-%attr(755,root,root) /sbin/mount.crypt
-%attr(755,root,root) /sbin/umount.crypt
-%attr(755,root,root) %{_bindir}/autoehd
-%attr(755,root,root) %{_bindir}/mkehd
+%attr(755,root,root) /sbin/mount.*
+%attr(755,root,root) /sbin/umount.*
 %attr(755,root,root) %{_bindir}/mount.crypt
-%attr(755,root,root) %{_bindir}/passwdehd
-%attr(755,root,root) %{_sbindir}/convert_pam_mount_conf.pl
+%attr(755,root,root) %{_bindir}/*-*
 %attr(755,root,root) %{_sbindir}/pmvarrun
-%{_mandir}/man1/mkehd.1*
-%{_mandir}/man8/autoehd.8*
+%attr(755,root,root) %{_sbindir}/*-*
+%{_mandir}/man1/*-*.1*
+%{_mandir}/man5/pam_mount.conf.5*
 %{_mandir}/man8/mount.crypt.8*
 %{_mandir}/man8/pam_mount.8*
-%{_mandir}/man8/passwdehd.8*
+%{_mandir}/man8/*-*.8*
 %{_mandir}/man8/pmvarrun.8*
 %{_mandir}/man8/umount.crypt.8*
 
@@ -128,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2008/11/02 23:07:32  arekm
+- up to 1.2
+
 Revision 1.31  2008/11/02 21:26:19  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam-pam_mount.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list