]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- gpg-agent requires pinentry package which provides /usr/bin/pintenry-curses, auto/th/gnupg2-2_0_7-3
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 30 Nov 2007 13:18:50 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  so use this path explictly instead of non-existent /usr/bin/pinentry.
  release 3.

Changed files:
    gnupg2.spec -> 1.71

gnupg2.spec

index 7014aeff36accef7b91d8dfd89646dbf71fc59f5..9a9b31ad49d53cafed8d5e1d901165bc2c162add 100644 (file)
@@ -7,7 +7,7 @@ Summary:        GNU Privacy Guard - tool for secure communication and data storage - en
 Summary(pl.UTF-8):     GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozszerzona
 Name:          gnupg2
 Version:       2.0.7
-Release:       2
+Release:       3
 License:       GPL v3+
 Group:         Applications/File
 Source0:       ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
@@ -195,6 +195,7 @@ sed -i -e 's#gl_AC_TYPE_LONG_LONG#AC_TYPE_LONG_LONG_INT#g' gl/m4/allocsa.m4
        --enable-gpg \
        --enable-symcryptrun \
        --with-capabilities \
+       --with-pinentry-pgm=%{_bindir}/pinentry-curses \
        --with-mailprog=/usr/lib/sendmail
 
 %{__make} -j1
This page took 0.138595 seconds and 4 git commands to generate.