This commit is contained in:
parent
e274c4648d
commit
8c18731dfa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 20:32:14 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- fix deps
|
||||
o pth / libpth-devel >= 2.0.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 12:10:39 UTC 2010 - aj@suse.de
|
||||
|
||||
|
14
gpgme.spec
14
gpgme.spec
@ -20,7 +20,11 @@
|
||||
|
||||
Name: gpgme
|
||||
BuildRequires: gpg2 >= 2.0.10
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildRequires: libpth-devel >= 2.0.7
|
||||
%else
|
||||
BuildRequires: pth >= 2.0.7
|
||||
%endif
|
||||
BuildRequires: libgpg-error-devel >= 1.4
|
||||
BuildRequires: libassuan-devel >= 1.1.0
|
||||
License: GPLv2+
|
||||
@ -28,7 +32,7 @@ Group: Productivity/Security
|
||||
Requires: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 1.3.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Url: http://www.gnupg.org/related_software/gpgme/
|
||||
@ -101,7 +105,13 @@ Authors:
|
||||
License: GPLv2+
|
||||
Summary: A Library Designed to give Applications easy Access to GnuPG
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libgpgme11 = %{version} libgpg-error-devel glibc-devel libpth-devel
|
||||
Requires: libgpgme11 = %{version} glibc-devel
|
||||
Requires: libgpg-error-devel
|
||||
%if 0%{?suse_version} >= 1120
|
||||
Requires: libpth-devel
|
||||
%else
|
||||
Requires: pth
|
||||
%endif
|
||||
Requires: libassuan-devel
|
||||
Provides: gpgme-devel = %{version}
|
||||
Obsoletes: gpgme-devel < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user