diff --git a/gjs.changes b/gjs.changes index 4c21b6d..4da7d55 100644 --- a/gjs.changes +++ b/gjs.changes @@ -88,7 +88,9 @@ Sat Mar 28 16:52:21 UTC 2020 - dimstar@opensuse.org - Add git BuildRequires: New dependency (expected to be dropped). - Add pkgconfig(sysprof-3) and pkgconfig(sysprof-capture-3) BuildRequires, build profiler support. -- Add new sub package gjs-tests, build and package tests. +- Pass -Dinstalled_tests=false to meson: do not install the test + suite (it's meant to be invalid code, which in turn confuses the + dep scanner). ------------------------------------------------------------------- Sat Mar 28 16:52:20 UTC 2020 - Bjørn Lie diff --git a/gjs.spec b/gjs.spec index 93af58c..7755ee0 100644 --- a/gjs.spec +++ b/gjs.spec @@ -90,16 +90,6 @@ Provides: gjs-devel = %{version} This module contains JavaScript bindings based on gobject-introspection and the Mozilla SpiderMonkey JavaScript engine. -%package tests -Summary: Tests for the gjs package -License: MIT AND LGPL-2.0-or-later -Group: Development/Libraries/GNOME -Requires: %{name} = %{version} - -%description tests -The gjs-tests package contains tests that can be used to verify -the functionality of the installed gjs package. - %prep %autosetup -p1 @@ -110,6 +100,7 @@ the functionality of the installed gjs package. %meson \ -Ddtrace=true \ -Dsystemtap=true \ + -Dinstalled_tests=false \ %{nil} %meson_build @@ -145,10 +136,4 @@ the functionality of the installed gjs package. %{_datadir}/%{name}-1.0/ %{_datadir}/systemtap/tapset/*.stp -%files tests -%dir %{_libexecdir}/gjs -%{_libexecdir}/gjs/installed-tests -%{_datadir}/glib-2.0/schemas/org.gnome.GjsTest.gschema.xml -%{_datadir}/installed-tests - %changelog