From f4eb753343bac30108ee0f921f953a99d0a3e049 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 13 Jan 2008 19:35:46 +0000 Subject: [PATCH] - updated to 38 - added sh patch to fix gpg module linking Changed files: ecryptfs-utils.spec -> 1.10 --- ecryptfs-utils.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index 0758d91..190bca7 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -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 \ -- 2.43.0