diff --git a/gpgme.changes b/gpgme.changes index 40cbdaf..30a36b8 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -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 diff --git a/gpgme.spec b/gpgme.spec index 41e6e51..5d47082 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -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)