From 06e319af21bd8aa7fc6ff695bd0a79fbc14f6844eb13e18b78d6f4e72aa3db49 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Tue, 17 Jul 2018 16:13:24 +0000 Subject: [PATCH] Accepting request 623501 from home:alois:branches:devel:libraries:c_c++ - Added dataquay-includedir.patch OBS-URL: https://build.opensuse.org/request/show/623501 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/dataquay?expand=0&rev=4 --- dataquay-includedir.patch | 10 ++++++++++ dataquay.changes | 5 +++++ dataquay.spec | 5 ++++- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 dataquay-includedir.patch diff --git a/dataquay-includedir.patch b/dataquay-includedir.patch new file mode 100644 index 0000000..62b9823 --- /dev/null +++ b/dataquay-includedir.patch @@ -0,0 +1,10 @@ +Index: dataquay-0.9.1/deploy/dataquay.pc.in +=================================================================== +--- dataquay-0.9.1.orig/deploy/dataquay.pc.in ++++ dataquay-0.9.1/deploy/dataquay.pc.in +@@ -7,4 +7,4 @@ Name: dataquay + Version: 0.9.1 + Description: C++ API for an RDF data store using Qt4 classes and containers + Libs: -L${libdir} -ldataquay %EXTRALIBS% +-Cflags: -I${includedir} ++Cflags: -I${includedir} -I${includedir}/dataquay diff --git a/dataquay.changes b/dataquay.changes index b45a251..fabe3e2 100644 --- a/dataquay.changes +++ b/dataquay.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 17 16:08:03 UTC 2018 - aloisio@gmx.com + +- Added dataquay-includedir.patch + ------------------------------------------------------------------- Fri Sep 8 22:06:58 UTC 2017 - jengelh@inai.de diff --git a/dataquay.spec b/dataquay.spec index 01e0aff..d653394 100644 --- a/dataquay.spec +++ b/dataquay.spec @@ -1,7 +1,7 @@ # # spec file for package dataquay # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -29,6 +29,8 @@ Source: http://breakfastquay.com/files/releases/%{name}-%{version}.tar.b Patch1: dataquay-lib64.patch Patch2: dataquay-redland.patch Patch4: dataquay-sharedlib.patch +# PATCH-FIX-OPENSUSE dataquay-includedir.patch aloisio@gmx.co -- add dataquay subdir to include path +Patch5: dataquay-includedir.patch BuildRequires: gcc-c++ BuildRequires: libqt5-qtbase-common-devel BuildRequires: pkgconfig @@ -64,6 +66,7 @@ applications that want to make use of dataquay. %patch1 -p1 %patch2 -p1 %patch4 -p1 +%patch5 -p1 %build %qmake5 PREFIX=%{_prefix} LIBDIR=%{_libdir} dataquay.pro