Author: arekm Date: Wed Feb 2 22:57:06 2011 GMT Module: packages Tag: HEAD ---- Log message: up to 85
---- Files affected: packages/ecryptfs-utils: ecryptfs-utils.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/ecryptfs-utils/ecryptfs-utils.spec diff -u packages/ecryptfs-utils/ecryptfs-utils.spec:1.18 packages/ecryptfs-utils/ecryptfs-utils.spec:1.19 --- packages/ecryptfs-utils/ecryptfs-utils.spec:1.18 Mon May 31 14:10:23 2010 +++ packages/ecryptfs-utils/ecryptfs-utils.spec Wed Feb 2 23:57:01 2011 @@ -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: 83 +Version: 85 Release: 1 License: GPL v2+ Group: Base Source0: http://launchpad.net/ecryptfs/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz -# Source0-md5: 1c97d96437d62921744647d4157a8f3e +# Source0-md5: eacf9488681d99651da544a4c261f784 Patch0: %{name}-sh.patch URL: http://ecryptfs.sourceforge.net/ BuildRequires: autoconf >= 2.59 @@ -22,10 +22,15 @@ BuildRequires: perl-tools-pod BuildRequires: pkcs11-helper-devel >= 1.04 BuildRequires: pkgconfig +BuildRequires: python-devel +BuildRequires: swig BuildRequires: trousers-devel Requires: uname(release) >= 2.6.19 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# python module +%define skip_post_check_so _libecryptfs.so.0.0.0 + %description eCryptfs is a stacked cryptographic filesystem that ships in Linux kernel versions 2.6.19 and above. This package provides the mount @@ -80,6 +85,16 @@ %description -n pam-pam_ecryptfs -l pl.UTF-8 Moduł PAM ecryptfs. +%package python +Summary: Python bindings for the eCryptfs utils +Group: Base +Requires: %{name} = %{version}-%{release} + +%description python +The ecryptfs-utils-python package contains a module that permits +applications written in the Python programming language to use the +interface supplied by the ecryptfs-utils library. + %prep %setup -q %patch0 -p1 @@ -106,13 +121,15 @@ %{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS NEWS README THANKS doc/{ecryptfs-faq.html,ecryptfs-pkcs11-helper-doc.txt} %attr(755,root,root) /sbin/mount.ecryptfs @@ -129,6 +146,7 @@ %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 +%{_datadir}/%{name} %{_mandir}/man1/ecryptfs-*.1* %{_mandir}/man1/mount.ecryptfs_private.1* %{_mandir}/man1/umount.ecryptfs_private.1* @@ -155,12 +173,22 @@ %attr(755,root,root) /%{_lib}/security/pam_ecryptfs.so %{_mandir}/man8/pam_ecryptfs.8* +%files python +%defattr(644,root,root,755) +%attr(755,root,root) %{py_sitedir}/%{name}/_libecryptfs.so* +%dir %{py_sitescriptdir}/%{name} +%{py_sitescriptdir}/%{name}/*.py[co] + + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2011/02/02 22:57:01 arekm +up to 85 + Revision 1.18 2010/05/31 12:10:23 shadzik - %files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ecryptfs-utils/ecryptfs-utils.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
