Accepting request 330481 from home:AndreasStieger:branches:Base:System
restore taking build timestamp from changelog date OBS-URL: https://build.opensuse.org/request/show/330481 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=65
This commit is contained in:
parent
a60591eae6
commit
3d35fa75f9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 06:07:58 UTC 2015 - astieger@suse.com
|
||||
|
||||
- restore taking build timestamp from changelog date
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 11:09:03 UTC 2015 - astieger@suse.com
|
||||
|
||||
|
@ -76,10 +76,10 @@ Summary: A Library Designed to give Applications easy Access to GnuPG
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libgpg-error-devel
|
||||
%requires_ge libassuan-devel
|
||||
Requires: libgpgme11 = %{version}
|
||||
Provides: gpgme-devel = %{version}
|
||||
Obsoletes: gpgme-devel < %{version}
|
||||
%requires_ge libassuan-devel
|
||||
|
||||
%description -n libgpgme-devel
|
||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
||||
@ -101,10 +101,11 @@ of standard widgets for common key selection tasks is even planned.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-fd-passing \
|
||||
--enable-build-timestamp=no
|
||||
--enable-build-timestamp="${build_timestamp}"
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user