This commit is contained in:
parent
88141840b3
commit
7af6f1076a
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libgpgme11
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 6 18:46:13 CET 2008 - bk@suse.de
|
Wed Feb 6 18:46:13 CET 2008 - bk@suse.de
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: gpgme
|
Name: gpgme
|
||||||
BuildRequires: gpg2 libgcrypt-devel libksba-devel
|
BuildRequires: gpg2 libgcrypt-devel libksba-devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -17,7 +18,7 @@ Group: Productivity/Security
|
|||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.1.6
|
Version: 1.1.6
|
||||||
Release: 1
|
Release: 25
|
||||||
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-1.1.4-warning.patch
|
Patch1: %{name}-1.1.4-warning.patch
|
||||||
Patch2: gpgme-1.1.6-from-upstream.patch
|
Patch2: gpgme-1.1.6-from-upstream.patch
|
||||||
@ -55,6 +56,7 @@ Authors:
|
|||||||
- Design and most stuff.
|
- Design and most stuff.
|
||||||
|
|
||||||
%package -n libgpgme11
|
%package -n libgpgme11
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: A Library Designed to give Applications easy Access to GnuPG
|
Summary: A Library Designed to give Applications easy Access to GnuPG
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: gpgme = %{version}
|
Requires: gpgme = %{version}
|
||||||
@ -89,6 +91,7 @@ Authors:
|
|||||||
- Design and most stuff.
|
- Design and most stuff.
|
||||||
|
|
||||||
%package -n libgpgme-devel
|
%package -n libgpgme-devel
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: A Library Designed to give Applications easy Access to GnuPG
|
Summary: A Library Designed to give Applications easy Access to GnuPG
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgpgme11 = %{version} libgpg-error-devel glibc-devel
|
Requires: libgpgme11 = %{version} libgpg-error-devel glibc-devel
|
||||||
@ -191,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/gpgme.h
|
%{_includedir}/gpgme.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
* Wed Feb 06 2008 bk@suse.de
|
* Wed Feb 06 2008 bk@suse.de
|
||||||
- update to version 1.1.6: API extensions, eg for gpgconf thru gpgme
|
- update to version 1.1.6: API extensions, eg for gpgconf thru gpgme
|
||||||
- add upstream patches to run the testsuite non-interactively
|
- add upstream patches to run the testsuite non-interactively
|
||||||
|
Loading…
x
Reference in New Issue
Block a user