Fri, 22 Oct 2010 23:00:28 +0200
Resynchronize with upstream package maintainer version.
gcrypt/gcrypt.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/gcrypt/gcrypt.spec Fri Oct 22 22:52:01 2010 +0200 1.2 +++ b/gcrypt/gcrypt.spec Fri Oct 22 23:00:28 2010 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 ## 1.5 ## gcrypt.spec -- OpenPKG RPM Package Specification 1.6 -## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> 1.7 +## Copyright (c) 2000-2010 OpenPKG Foundation e.V. <http://openpkg.net/> 1.8 ## 1.9 ## Permission to use, copy, modify, and distribute this software for 1.10 ## any purpose with or without fee is hereby granted, provided that 1.11 @@ -31,8 +31,8 @@ 1.12 Class: PLUS 1.13 Group: Cryptography 1.14 License: LGPL 1.15 -Version: 1.4.3 1.16 -Release: 20090106 1.17 +Version: 1.4.6 1.18 +Release: 20100714 1.19 1.20 # package options 1.21 %option with_idea no 1.22 @@ -43,12 +43,8 @@ 1.23 Patch0: gcrypt.patch 1.24 1.25 # build information 1.26 -Prefix: %{l_prefix} 1.27 -BuildRoot: %{l_buildroot} 1.28 -BuildPreReq: OpenPKG, openpkg >= 20040130, gpg-error, make, gcc 1.29 -PreReq: OpenPKG, openpkg >= 20040130, gpg-error 1.30 -AutoReq: no 1.31 -AutoReqProv: no 1.32 +BuildPreReq: OpenPKG, openpkg >= 20100101, gpg-error, make, gcc 1.33 +PreReq: OpenPKG, openpkg >= 20100101, gpg-error 1.34 1.35 %description 1.36 GCrypt is the split-out cryptography library from GnuPG. 1.37 @@ -98,7 +94,6 @@ 1.38 %{l_make} %{l_mflags -O} 1.39 1.40 %install 1.41 - rm -rf $RPM_BUILD_ROOT 1.42 %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" 1.43 rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir 1.44 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ 1.45 @@ -107,5 +102,4 @@ 1.46 %files -f files 1.47 1.48 %clean 1.49 - rm -rf $RPM_BUILD_ROOT 1.50