]> git.pld-linux.org Git - packages/ecryptfs-utils.git/commitdiff
- updated to 27
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Nov 2007 22:42:56 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- opencryptoki is finally gone, pkcs11_helper comes

Changed files:
    ecryptfs-utils.spec -> 1.8

ecryptfs-utils.spec

index 950ce1b496bf78c5e770a4b4fd94416b8b43eb57..b4c91c6aebbbcfe1fa99e2ef5a3ef687979dc7c7 100644 (file)
@@ -1,21 +1,20 @@
 Summary:       The eCryptfs mount helper and support libraries
 Summary(pl.UTF-8):     Narzędzie pomocnicze i biblioteki do montowania eCryptfs
 Name:          ecryptfs-utils
-Version:       26
+Version:       27
 Release:       1
 License:       GPL v2+
 Group:         Base
 Source0:       http://dl.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
-# Source0-md5: 9d756cebe6301c560a98ac46f79734fa
+# Source0-md5: f4abeff90a582fd135bdb3fbf7579183
 URL:           http://ecryptfs.sourceforge.net/
 BuildRequires: gpgme-devel
 BuildRequires: keyutils-devel >= 1.0
-BuildRequires: libgcrypt-devel
-# missing plugin source
-#BuildRequires:        opencryptoki-devel
+BuildRequires: libgcrypt-devel >= 1.2.0
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
 BuildRequires: perl-tools-pod
+BuildRequires: pkcs11-helper-devel >= 1.04
 BuildRequires: trousers-devel
 Requires:      uname(release) >= 2.6.19
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -79,12 +78,12 @@ Moduł PAM ecryptfs.
 
 %build
 %configure \
-       --disable-opencryptoki \
-       --enable-openssl \
-       --enable-tspi \
+       --disable-rpath \
        --enable-gpg \
+       --enable-openssl \
        --enable-pam \
-       --disable-rpath
+       --enable-pkcs11-helper \
+       --enable-tspi
 
 %{__make}
 
@@ -106,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README THANKS doc/ecryptfs-faq.html
+%doc AUTHORS NEWS README THANKS doc/{ecryptfs-faq.html,ecryptfs-pam-doc.txt,ecryptfs-pkcs11-helper-doc.txt}
 %attr(755,root,root) /sbin/mount.ecryptfs
 %attr(755,root,root) %{_bindir}/ecryptfs-*
 %attr(755,root,root) %{_bindir}/ecryptfsd
@@ -116,6 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 %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}/man7/ecryptfs.7*
 %{_mandir}/man8/ecryptfs-*.8*
This page took 0.09935 seconds and 4 git commands to generate.