Accepting request 284168 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/284168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpgme?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2015-02-06 09:55:41 +00:00 committed by Git OBS Bridge
commit 5bfe590e8d
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 3 16:40:23 UTC 2015 - coolo@suse.com
- making the build reproducible - see
http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html
for a very similiar problem
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 26 21:32:45 UTC 2014 - andreas.stieger@gmx.de Fri Dec 26 21:32:45 UTC 2014 - andreas.stieger@gmx.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package gpgme # spec file for package gpgme
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -27,6 +27,8 @@ Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2.sig Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2.sig
Source2: baselibs.conf Source2: baselibs.conf
Source3: gpgme.keyring Source3: gpgme.keyring
# used to have a fixed timestamp
Source99: %{name}.changes
BuildRequires: gpg2 >= 2.0.10 BuildRequires: gpg2 >= 2.0.10
BuildRequires: libassuan-devel >= 2.0.2 BuildRequires: libassuan-devel >= 2.0.2
BuildRequires: libgpg-error-devel >= 1.11 BuildRequires: libgpg-error-devel >= 1.11
@ -98,6 +100,8 @@ of standard widgets for common key selection tasks is even planned.
%setup -q %setup -q
%build %build
date=$(date -u +%Y-%m-%dT%H:%M+0000 -r %{S:99})
sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure
%configure \ %configure \
--disable-static \ --disable-static \
--disable-fd-passing --disable-fd-passing