]> git.pld-linux.org Git - packages/ecryptfs-utils.git/blobdiff - ecryptfs-utils.spec
- %files
[packages/ecryptfs-utils.git] / ecryptfs-utils.spec
index d28f9943ef2ce35fd571a482ba9262225824ee93..44f97a34d988ae029b1ed592f2a46e789026e2a9 100644 (file)
@@ -1,20 +1,18 @@
 Summary:       The eCryptfs mount helper and support libraries
 Summary(pl.UTF-8):     Narzędzie pomocnicze i biblioteki do montowania eCryptfs
 Name:          ecryptfs-utils
-Version:       56
+Version:       83
 Release:       1
 License:       GPL v2+
 Group:         Base
-Source0:       http://dl.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
-# Source0-md5: e199bf29f63ea501c95fc166ed71c093
+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/
-#  http://www.ubuntu.com/usn/usn-783-1
-# http://bazaar.launchpad.net/~ecryptfs/ecryptfs/ecryptfs-utils/revision/403
-BuildRequires: security(CVE-2009-1296)
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: gpgme-devel
+BuildRequires: intltool >= 0.41.0
 BuildRequires: keyutils-devel >= 1.0
 BuildRequires: libgcrypt-devel >= 1.2.0
 BuildRequires: libtool
@@ -87,7 +85,7 @@ Moduł PAM ecryptfs.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -96,7 +94,8 @@ Moduł PAM ecryptfs.
        --enable-openssl \
        --enable-pam \
        --enable-pkcs11-helper \
-       --enable-tspi
+       --enable-tspi \
+       --enable-static
 
 %{__make}
 
@@ -118,6 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 %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) /sbin/umount.ecryptfs
 %attr(755,root,root) %{_bindir}/ecryptfs-*
 %attr(755,root,root) %{_bindir}/ecryptfsd
 %attr(755,root,root) %{_libdir}/libecryptfs.so.*.*.*
@@ -135,6 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/ecryptfs-*.8*
 %{_mandir}/man8/ecryptfsd.8*
 %{_mandir}/man8/mount.ecryptfs.8*
+%{_mandir}/man8/umount.ecryptfs.8*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.050247 seconds and 4 git commands to generate.