diff -r 2bd265c4cbb9 -r 33c60a6d7034 gcrypt/gcrypt.spec
--- a/gcrypt/gcrypt.spec Fri Oct 22 22:52:01 2010 +0200
+++ b/gcrypt/gcrypt.spec Fri Oct 22 23:00:28 2010 +0200
@@ -1,6 +1,6 @@
##
## gcrypt.spec -- OpenPKG RPM Package Specification
-## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
+## Copyright (c) 2000-2010 OpenPKG Foundation e.V.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -31,8 +31,8 @@
Class: PLUS
Group: Cryptography
License: LGPL
-Version: 1.4.3
-Release: 20090106
+Version: 1.4.6
+Release: 20100714
# package options
%option with_idea no
@@ -43,12 +43,8 @@
Patch0: gcrypt.patch
# build information
-Prefix: %{l_prefix}
-BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gpg-error, make, gcc
-PreReq: OpenPKG, openpkg >= 20040130, gpg-error
-AutoReq: no
-AutoReqProv: no
+BuildPreReq: OpenPKG, openpkg >= 20100101, gpg-error, make, gcc
+PreReq: OpenPKG, openpkg >= 20100101, gpg-error
%description
GCrypt is the split-out cryptography library from GnuPG.
@@ -98,7 +94,6 @@
%{l_make} %{l_mflags -O}
%install
- rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
@@ -107,5 +102,4 @@
%files -f files
%clean
- rm -rf $RPM_BUILD_ROOT