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 Release: 1 License: GPL v2+ Group: Base Source0: http://launchpad.net/ecryptfs/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz # Source0-md5: 1c97d96437d62921744647d4157a8f3e Patch0: %{name}-sh.patch URL: http://ecryptfs.sourceforge.net/ BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: gpgme-devel BuildRequires: keyutils-devel >= 1.0 BuildRequires: libgcrypt-devel >= 1.2.0 BuildRequires: libtool BuildRequires: openssl-devel >= 0.9.7 BuildRequires: pam-devel BuildRequires: perl-tools-pod BuildRequires: pkcs11-helper-devel >= 1.04 BuildRequires: pkgconfig BuildRequires: trousers-devel Requires: uname(release) >= 2.6.19 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description eCryptfs is a stacked cryptographic filesystem that ships in Linux kernel versions 2.6.19 and above. This package provides the mount helper and supporting libraries to perform key management and mount functions. Install ecryptfs-utils if you would like to mount eCryptfs. %description -l pl.UTF-8 eCryptfs to stakowalny kryptograficzny system plików dostępny w jądrze Linuksa od wersji 2.6.19. Ten pakiet udostępnia narzędzie pomocnicze dla programu mount oraz wspierające je biblioteki wykonujące zarządzanie kluczami i funkcje związane z montowaniem. Pakiet ecryptfs-utils należy zainstalować, aby montować eCryptfs. %package devel Summary: The eCryptfs userspace development package Summary(pl.UTF-8): Pakiet programistyczny przestrzeni użytkownika dla eCryptfs Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: keyutils-devel >= 1.0 Requires: libgcrypt-devel >= 1.2.0 %description devel Userspace development files for eCryptfs. %description devel -l pl.UTF-8 Pliki programistyczne przestrzeni użytkownika dla eCryptfs. %package static Summary: Static eCryptfs library Summary(pl.UTF-8): Statyczna biblioteka eCryptfs Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static eCryptfs library. %description static -l pl.UTF-8 Statyczna biblioteka eCryptfs. %package -n pam-pam_ecryptfs Summary: A PAM module - ecryptfs Summary(pl.UTF-8): Moduł PAM ecryptfs Group: Base Requires: %{name} = %{version}-%{release} %description -n pam-pam_ecryptfs A PAM module - ecryptfs. %description -n pam-pam_ecryptfs -l pl.UTF-8 Moduł PAM ecryptfs. %prep %setup -q %patch0 -p1 %build %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ --enable-gpg \ --enable-openssl \ --enable-pam \ --enable-pkcs11-helper \ --enable-tspi %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %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 %attr(755,root,root) /sbin/mount.ecryptfs_private %attr(755,root,root) /sbin/umount.ecryptfs_private %attr(755,root,root) %{_bindir}/ecryptfs-* %attr(755,root,root) %{_bindir}/ecryptfsd %attr(755,root,root) %{_libdir}/libecryptfs.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libecryptfs.so.0 %dir %{_libdir}/ecryptfs %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_gpg.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_openssl.so %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* %{_mandir}/man8/mount.ecryptfs.8* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libecryptfs.so %{_libdir}/libecryptfs.la %{_includedir}/ecryptfs.h %{_pkgconfigdir}/libecryptfs.pc %files static %defattr(644,root,root,755) %{_libdir}/libecryptfs.a %files -n pam-pam_ecryptfs %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*