]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- added -max_cache_ttl.patch (bconded with max_cache_ttl for tests) which
authortwittner <twittner@pld-linux.org>
Sun, 12 Sep 2004 05:13:57 +0000 (05:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  introduced max-cache-ttl option (instead of 1h hardwired limit) - see:
  http://marc.theaimsgroup.com/?l=gnupg-devel&m=109300087831144&w=2
- patch is not taken directly - contain maintainer modifications.

Changed files:
    gnupg2.spec -> 1.18

gnupg2.spec

index 584bfeb3834cd1f1faa6508996243e8c94a4f680..fe15144315d7c09414361c053f4674c2f8952b8a 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_with    max_cache_ttl # add max-cache-ttl option (for tests) 
 %bcond_without xinitrc # don't use xinitrc's directory
 #
 Summary:       GnuPG extension - agent
@@ -12,6 +13,9 @@ Group:                Applications/File
 Source0:       ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.gz
 # Source0-md5: d923cfe0921898fbeb66374a0e32ddc6
 Source1:       gnupg-agent.sh
+# Patch0 based on http://marc.theaimsgroup.com/?l=gnupg-devel&m=109300087831144&w=2
+# taken from gnupg cvs.
+Patch0:                %{name}-max_cache_ttl.patch     
 Icon:          gnupg.gif
 URL:           http://www.gnupg.org/
 BuildRequires: automake
@@ -41,6 +45,7 @@ Rozszerzenie GnuPG - agent.
 
 %prep
 %setup -q -n gnupg-%{version}
+%{?with_max_cache_ttl:%patch0 -p1}
 
 %build
 cp -f /usr/share/automake/config.* scripts
This page took 0.110967 seconds and 4 git commands to generate.