Author: qboosh Date: Tue Aug 26 19:26:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 56
---- Files affected: SPECS: ecryptfs-utils.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/ecryptfs-utils.spec diff -u SPECS/ecryptfs-utils.spec:1.11 SPECS/ecryptfs-utils.spec:1.12 --- SPECS/ecryptfs-utils.spec:1.11 Tue Jul 22 07:50:30 2008 +++ SPECS/ecryptfs-utils.spec Tue Aug 26 21:26:49 2008 @@ -2,12 +2,12 @@ Summary: The eCryptfs mount helper and support libraries Summary(pl.UTF-8): Narzędzie pomocnicze i biblioteki do montowania eCryptfs Name: ecryptfs-utils -Version: 52 +Version: 56 Release: 1 License: GPL v2+ Group: Base Source0: http://dl.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2 -# Source0-md5: f0b56fddbb75f048252eb9bfd923766f +# Source0-md5: e199bf29f63ea501c95fc166ed71c093 Patch0: %{name}-sh.patch URL: http://ecryptfs.sourceforge.net/ BuildRequires: autoconf >= 2.59 @@ -90,7 +90,6 @@ %{__autoheader} %{__automake} %configure \ - --disable-rpath \ --enable-gpg \ --enable-openssl \ --enable-pam \ @@ -105,10 +104,6 @@ %{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT -install -D doc/manpage/ecryptfs-manager.8 $RPM_BUILD_ROOT%{_mandir}/man8/ecryptfs-manager.8 -install -D doc/manpage/ecryptfsd.8 $RPM_BUILD_ROOT%{_mandir}/man8/ecryptfsd.8 -install -D doc/manpage/mount.ecryptfs.8 $RPM_BUILD_ROOT%{_mandir}/man8/mount.ecryptfs.8 - %clean rm -rf $RPM_BUILD_ROOT @@ -131,6 +126,9 @@ %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_passphrase.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_pkcs11_helper.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_tspi.so +%{_mandir}/man1/ecryptfs-*.1* +%{_mandir}/man1/mount.ecryptfs_private.1* +%{_mandir}/man1/umount.ecryptfs_private.1* %{_mandir}/man7/ecryptfs.7* %{_mandir}/man8/ecryptfs-*.8* %{_mandir}/man8/ecryptfsd.8* @@ -151,6 +149,7 @@ %defattr(644,root,root,755) %doc doc/ecryptfs-pam-doc.txt %attr(755,root,root) /%{_lib}/security/pam_ecryptfs.so +%{_mandir}/man8/pam_ecryptfs.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -158,6 +157,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2008/08/26 19:26:49 qboosh +- updated to 56 + Revision 1.11 2008/07/22 05:50:30 qboosh - updated to 52 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ecryptfs-utils.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
