Accepting request 37588 from home:computersalat:devel:privacy

Copy from home:computersalat:devel:privacy/gpg2 via accept of submit request 37588 revision 10.
Request was accepted with message:
good work, thank you!

OBS-URL: https://build.opensuse.org/request/show/37588
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=22
This commit is contained in:
Petr Uzel 2010-04-13 07:40:11 +00:00 committed by Git OBS Bridge
parent d805ae3fab
commit 77b7565907
2 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 9 12:47:11 UTC 2010 - chris@computersalat.de
- fix deps
o libassuan-devel >= 2.0.0
o pth / libpth-devel >= 1.3.7
- added BuildReq libcurl-devel >= 7.10
- removed BuildReq openldap2
is already solved by openldap2-devel
- removed unrecognized configure options
--enable-external-hkp, --enable-shared, --enable-static-rnd
-------------------------------------------------------------------
Wed Apr 7 14:19:11 UTC 2010 - puzel@novell.com

View File

@ -26,18 +26,18 @@ BuildRequires: fdupes
BuildRequires: libgpg-error-devel >= 1.4
BuildRequires: libgcrypt-devel >= 1.4.0
BuildRequires: libksba-devel >= 1.0.2
BuildRequires: libassuan-devel >= 1.0.4
BuildRequires: libassuan-devel >= 2.0.0
BuildRequires: opensc-devel
BuildRequires: libusb-devel
BuildRequires: readline-devel
BuildRequires: zlib-devel
BuildRequires: libadns-devel
BuildRequires: openldap2-devel
BuildRequires: openldap2
BuildRequires: libcurl-devel >= 7.10
%if 0%{?suse_version} >= 1120
BuildRequires: libpth-devel
BuildRequires: libpth-devel >= 1.3.7
%else
BuildRequires: pth
BuildRequires: pth >= 1.3.7
%endif
Url: http://www.gnupg.org/aegypten2/
License: GPLv2+
@ -98,11 +98,8 @@ CFLAGS="%{optflags} -fpie" LDFLAGS=-pie \
--with-dirmngr-pgm=%{_prefix}/bin/dirmngr \
--with-scdaemon-pgm=%{_prefix}/bin/scdaemon \
--enable-ldap \
--enable-external-hkp \
--enable-shared \
--enable-gpgsm=yes \
--enable-gpg \
--enable-static-rnd=linux \
--with-gnu-ld
make %{?jobs:-j%jobs};