Accepting request 723511 from home:dimstar:Factory
- Add libtpl-extensions-dependencies.patch: Fix dependencies of tpl-extensions.pc: LIBTPL_MODULES have been dropped a while back. OBS-URL: https://build.opensuse.org/request/show/723511 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-logger?expand=0&rev=43
This commit is contained in:
parent
c4b83b3e61
commit
89ad801ecb
9
libtpl-extensions-dependencies.patch
Normal file
9
libtpl-extensions-dependencies.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Index: telepathy-logger-0.8.2/extensions/tpl-extensions.pc.in
|
||||||
|
===================================================================
|
||||||
|
--- telepathy-logger-0.8.2.orig/extensions/tpl-extensions.pc.in
|
||||||
|
+++ telepathy-logger-0.8.2/extensions/tpl-extensions.pc.in
|
||||||
|
@@ -8,4 +8,3 @@ Description: Telepathy Logger GLib conve
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -ltpl-extensions
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
-Requires: @LIBTPL_MODULES@
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 10:28:48 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Add libtpl-extensions-dependencies.patch: Fix dependencies of
|
||||||
|
tpl-extensions.pc: LIBTPL_MODULES have been dropped a while back.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 15:16:42 UTC 2018 - jengelh@inai.de
|
Mon Mar 5 15:16:42 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package telepathy-logger
|
# spec file for package telepathy-logger
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -26,6 +26,8 @@ Url: http://telepathy.freedesktop.org/wiki/Logger
|
|||||||
Source: http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
|
Source: http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM telepathy-logger-tests-Rename-function.patch zaitor@opensuse.org -- Fix build
|
# PATCH-FIX-UPSTREAM telepathy-logger-tests-Rename-function.patch zaitor@opensuse.org -- Fix build
|
||||||
Patch0: telepathy-logger-tests-Rename-function.patch
|
Patch0: telepathy-logger-tests-Rename-function.patch
|
||||||
|
# PATCH-FIx-UPSTREAM libtpl-extensions-dependencies.patch gh#TelepathyIM/telepathy-logger#2 dimstar@opensuse.org -- Fix dependencies of tpl-extensions
|
||||||
|
Patch1: libtpl-extensions-dependencies.patch
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -112,8 +114,7 @@ a GLib-compatible client API for making bulk log requests (e.g. for display
|
|||||||
logs in applications without having to provide lots of information over D-Bus).
|
logs in applications without having to provide lots of information over D-Bus).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user