Accepting request 31530 from Base:System

Copy from Base:System/gpgme based on submit request 31530 from user coolo

OBS-URL: https://build.opensuse.org/request/show/31530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpgme?expand=0&rev=21
This commit is contained in:
OBS User autobuild 2010-02-05 13:16:49 +00:00 committed by Git OBS Bridge
parent d4a3c825a1
commit 65cd5f51ab
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 31 23:27:18 UTC 2010 - jengelh@medozas.de
- package baselibs.conf
-------------------------------------------------------------------
Tue Jun 23 14:00:38 CEST 2009 - puzel@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gpgme (Version 1.2.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,13 +22,14 @@ Name: gpgme
BuildRequires: gpg2 >= 2.0.10
BuildRequires: libpth-devel >= 2.0.7
BuildRequires: libgpg-error-devel >= 1.4
License: GPL v2 or later
License: GPLv2+
Group: Productivity/Security
PreReq: %install_info_prereq
AutoReqProv: on
Version: 1.2.0
Release: 1
Release: 2
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
Source2: baselibs.conf
Patch1: %{name}-1.1.8-makecheck.patch
Url: http://www.gnupg.org/related_software/gpgme/
Summary: A Library Designed to Give Applications Easy Access to GnuPG
@ -63,7 +64,7 @@ Authors:
- Design and most stuff.
%package -n libgpgme11
License: GPL v2 or later
License: GPLv2+
Summary: A Library Designed to give Applications easy Access to GnuPG
Group: Development/Libraries/C and C++
Requires: gpgme = %{version}
@ -98,7 +99,7 @@ Authors:
- Design and most stuff.
%package -n libgpgme-devel
License: GPL v2 or later
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