Accepting request 312215 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/312215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2015-06-24 18:28:22 +00:00 committed by Git OBS Bridge
commit 6aff149b2b
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 15 13:20:33 UTC 2015 - astieger@suse.com
- fix build with openSUSE 13.2 and earlier, call make to
compensate for incorrect documentation dependencies.
-------------------------------------------------------------------
Thu Jun 11 14:32:09 UTC 2015 - astieger@suse.com

View File

@ -106,6 +106,13 @@ export LDFLAGS=-pie
--enable-large-secmem \
--with-gnu-ld
# https://lists.gnupg.org/pipermail/gnupg-devel/2015-June/030018.html
%if 0%{?suse_version} <= 1320
pushd doc
make defs.inc
popd
%endif
#
make %{?_smp_mflags}
%install