]> git.pld-linux.org Git - packages/gpgme.git/commitdiff
- use gnupg-smime for gpgsm bcond (provided by gpg2.spec)
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 15 Apr 2005 22:02:07 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- specify path to gpg binary so gpg support is built even if gpg is not installed at compile time (needed for kmail to work)

Changed files:
    gpgme.spec -> 1.53

gpgme.spec

index 59ba18d3b7f92b1eca23653bcd5d7493a8aedb84..65a8853fb60ee9ba4e1a51621be781369e9854b5 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Library for accessing GnuPG
 Summary(pl):   Biblioteka daj±ca dostêp do funkcji GnuPG
 Name:          gpgme
 Version:       1.0.2
-Release:       3
+Release:       3.8
 Epoch:         1
 License:       LGPL v2.1+
 Group:         Libraries
@@ -25,7 +25,7 @@ BuildRequires:        libtool
 BuildRequires: texinfo
 BuildConflicts:        gnupg < 1.2.2
 %{!?with_gpgsm:Requires:       gnupg >= 1.2.2}
-%{?with_gpgsm:Requires:        gnupg >= 1.9.8}
+%{?with_gpgsm:Requires:        gnupg-smime >= 1.9.8}
 Obsoletes:     cryptplug
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -76,7 +76,8 @@ Statyczna wersja biblioteki GPGME.
        %{?with_static_libs:--enable-static} \
        %{?with_gpgsm:--with-gpgsm=%{_bindir}/gpgsm} \
        %{!?with_gpgsm:--without-gpgsm} \
-       %{!?with_pth:--without-pth}
+       %{!?with_pth:--without-pth} \
+       --with-gpg=/usr/bin/gpg
 
 %{__make}
 
This page took 0.081001 seconds and 4 git commands to generate.