OBS User unknown 2007-02-04 23:48:04 +00:00 committed by Git OBS Bridge
parent 45fd9da41b
commit 1228b8fc5a
2 changed files with 13 additions and 3 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 5 00:47:08 CET 2007 - ro@suse.de
- updated filelist
-------------------------------------------------------------------
Wed Sep 20 17:40:24 CEST 2006 - anosek@suse.cz

@ -1,7 +1,7 @@
#
# spec file for package gpgme (Version 1.1.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -13,12 +13,12 @@
Name: gpgme
BuildRequires: gpg2 libgcrypt-devel libksba-devel
%define prefix /usr
License: GPL
License: GNU General Public License (GPL)
Group: Productivity/Security
PreReq: %install_info_prereq
Autoreqprov: on
Version: 1.1.2
Release: 9
Release: 41
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}-pthread-config.patch
Patch1: %{name}-%{version}-warning.patch
@ -129,6 +129,7 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING ChangeLog README NEWS THANKS TODO
%_libdir/libgpgme.so.*
%_libdir/libgpgme-pthread.so.*
%_libdir/libgpgme-pth.so.*
%_infodir/gpgme*
@ -138,11 +139,15 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/libgpgme.so
%_libdir/libgpgme-pthread.la
%_libdir/libgpgme-pthread.so
%_libdir/libgpgme-pth.la
%_libdir/libgpgme-pth.so
%prefix/bin/gpgme-config
%prefix/share/aclocal/gpgme.m4
%prefix/include/gpgme.h
%changelog -n gpgme
* Mon Feb 05 2007 - ro@suse.de
- updated filelist
* Wed Sep 20 2006 - anosek@suse.cz
- fixed compiler warning: variable "key" is used before its value
is set [#159104] (warning.patch)