Accepting request 441495 from home:luca_b:branches:Base:System

- Add remove-a-forgotten-instance-of-libsuffix.diff: fix CMake 
  files for gpgmepp (or they won't work with KDE software)

OBS-URL: https://build.opensuse.org/request/show/441495
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=78
This commit is contained in:
Tomáš Chvátal
2016-11-23 11:33:21 +00:00
committed by Git OBS Bridge
parent c2ebaadc60
commit 0bfaa47ec6
3 changed files with 42 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ Source2: baselibs.conf
Source3: gpgme.keyring
# used to have a fixed timestamp
Source99: %{name}.changes
#PATCH-FIX-UPSTREAM: remove-a-forgotten-instance-of-libsuffix.diff - Fix cmake files (or it will break KDE software building)
Patch1: remove-a-forgotten-instance-of-libsuffix.diff
BuildRequires: gpg2 >= 2.0.10
BuildRequires: libassuan-devel >= 2.0.2
BuildRequires: libgpg-error-devel >= 1.17
@@ -187,6 +189,7 @@ This package contains the bindings to use the library in Qt C++ applications.
%prep
%setup -q
%patch1 -p1
%build
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})