]> git.pld-linux.org Git - packages/ecryptfs-utils.git/commitdiff
- updated to 38
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jan 2008 19:35:46 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added sh patch to fix gpg module linking

Changed files:
    ecryptfs-utils.spec -> 1.10

ecryptfs-utils.spec

index 0758d9135a969605de5eede40ca1e0fdf822f4a4..190bca719b68e034115614b43609bffde306aa43 100644 (file)
@@ -1,16 +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:       30
+Version:       38
 Release:       1
 License:       GPL v2+
 Group:         Base
 Source0:       http://dl.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
-# Source0-md5: 7b4c343e17652f84c6615c6db6b286d9
+# Source0-md5: 4f05174e85947b401af820bcda5b167e
+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
@@ -76,8 +80,14 @@ Moduł PAM ecryptfs.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-rpath \
        --enable-gpg \
This page took 0.057747 seconds and 4 git commands to generate.