Author: qboosh Date: Sun Jan 13 19:35:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 38 - added sh patch to fix gpg module linking
---- Files affected: SPECS: ecryptfs-utils.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/ecryptfs-utils.spec diff -u SPECS/ecryptfs-utils.spec:1.9 SPECS/ecryptfs-utils.spec:1.10 --- SPECS/ecryptfs-utils.spec:1.9 Fri Dec 14 23:24:09 2007 +++ SPECS/ecryptfs-utils.spec Sun Jan 13 20:35:46 2008 @@ -2,16 +2,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 @@ -77,8 +81,14 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --disable-rpath \ --enable-gpg \ @@ -146,6 +156,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2008-01-13 19:35:46 qboosh +- updated to 38 +- added sh patch to fix gpg module linking + Revision 1.9 2007-12-14 22:24:09 qboosh - updated to 30 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ecryptfs-utils.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
