forked from pool/libsoup
Accepting request 848134 from GNOME:Next
- Disable sysprof integration: this causes a nasty build cycle. + Pass -Dsysprof=disabled to meson. + Remove pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4), as well as pkgconfig(sysprof-4) in the devel project. OBS-URL: https://build.opensuse.org/request/show/848134 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=251
This commit is contained in:
parent
9db1b91a09
commit
b8231ddb70
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 14:30:45 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Disable sysprof integration: this causes a nasty build cycle.
|
||||
+ Pass -Dsysprof=disabled to meson.
|
||||
+ Remove pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4),
|
||||
as well as pkgconfig(sysprof-4) in the devel project.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:10:43 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
|
@ -45,8 +45,6 @@ BuildRequires: pkgconfig(libbrotlidec)
|
||||
BuildRequires: pkgconfig(libpsl) >= 0.20
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(sysprof-4)
|
||||
BuildRequires: pkgconfig(sysprof-capture-4)
|
||||
BuildRequires: pkgconfig(vapigen)
|
||||
# We do not need these dependencies needed only for tests.
|
||||
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
||||
@ -104,7 +102,6 @@ Requires: %{name} = %{version}
|
||||
Requires: typelib-1_0-Soup-2_4 = %{version}
|
||||
Provides: %{name}-doc = %{version}
|
||||
Obsoletes: %{name}-doc < %{version}
|
||||
Requires: pkgconfig(sysprof-4)
|
||||
|
||||
%description devel
|
||||
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
|
||||
@ -132,6 +129,7 @@ translation-update-upstream po libsoup
|
||||
-Dvapi=enabled \
|
||||
-Dgtk_doc=true \
|
||||
-Dntlm=disabled \
|
||||
-Dsysprof=disabled \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user