From f60f5abd0c025f9368451b9e95dee3574f056b2d Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Sep 20 2022 18:51:25 +0000 Subject: update 2022-09-20 18:51 --- diff --git a/.files b/.files new file mode 100644 index 0000000..1e85e2c Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..c266af6 --- /dev/null +++ b/.meta @@ -0,0 +1,8 @@ + + A D-Bus explorer for GNOME + D-Spy is a simple tool to explore D-Bus connections. + + + + https://gitlab.gnome.org/GNOME/d-spy + diff --git a/.rev b/.rev new file mode 100644 index 0000000..c145659 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + f5d5dc813a9e47e306ec0bbba70bf5aa + 1.4.0 + + dimstar_suse + New package in GNOME + 1004764 + + diff --git a/.servicemark b/.servicemark new file mode 100644 index 0000000..8ebcd21 --- /dev/null +++ b/.servicemark @@ -0,0 +1 @@ +9cc556ecf396d299c99e70e893a1ff51 diff --git a/_service b/_service new file mode 100644 index 0000000..a3e4dd6 --- /dev/null +++ b/_service @@ -0,0 +1,20 @@ + + + + git + https://gitlab.gnome.org/GNOME/d-spy.git + refs/tags/1.4.0 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + + + + + *.tar + xz + + + + diff --git a/d-spy-1.4.0.obscpio b/d-spy-1.4.0.obscpio new file mode 120000 index 0000000..730744f --- /dev/null +++ b/d-spy-1.4.0.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeictqxoz4ez432kcbrbx3lcbecy4ufgudh2lt5thjd7wg3dagy4gsu \ No newline at end of file diff --git a/d-spy.changes b/d-spy.changes new file mode 100644 index 0000000..502ff4f --- /dev/null +++ b/d-spy.changes @@ -0,0 +1,18 @@ +------------------------------------------------------------------- +Sun Sep 18 09:31:33 UTC 2022 - Bjørn Lie + +- Update to version 1.4.0: + + This release fixes the project name to match the + infrastructure. + +------------------------------------------------------------------- +Sun Jul 17 20:26:35 UTC 2022 - Bjørn Lie + +- Update to version 1.2.1: + + Just a few small UI updates and build system fixes in this + release. + +------------------------------------------------------------------- +Sun Mar 20 11:48:02 UTC 2022 - Bjørn Lie + +- Initial packaging for openSUSE. diff --git a/d-spy.obsinfo b/d-spy.obsinfo new file mode 100644 index 0000000..31c8ed2 --- /dev/null +++ b/d-spy.obsinfo @@ -0,0 +1,4 @@ +name: d-spy +version: 1.4.0 +mtime: 1663445201 +commit: 687dc766770a0938e72fd747308f13a460b5a76f diff --git a/d-spy.spec b/d-spy.spec new file mode 100644 index 0000000..b734d61 --- /dev/null +++ b/d-spy.spec @@ -0,0 +1,93 @@ +# +# spec file for package d-spy +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + +%define libname libdspy-1 +%define sover 1 + +Name: d-spy +Version: 1.4.0 +Release: 0 +Summary: A D-Bus explorer for GNOME +License: GPL-3.0-or-later AND LGPL-3.0-or-later +URL: https://gitlab.gnome.org/GNOME/d-spy +Source: %{name}-%{version}.tar.xz + +# appstream-glib BR disabled until upstream fixes the metadata test +# BuildRequires: appstream-glib +BuildRequires: desktop-file-utils +BuildRequires: c_compiler +BuildRequires: libxml2-tools +BuildRequires: meson >= 0.56.0 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gio-2.0) >= 2.68 +BuildRequires: pkgconfig(gtk4) >= 4.6 +BuildRequires: pkgconfig(libadwaita-1) >= 1.0 + +%description +D-Spy is a simple tool to explore D-Bus connections. + +%package -n %{libname}-%{sover} +Summary: Shared library for %{name} + +%description -n %{libname}-%{sover} +Shared library for %{name}. + +%package devel +Summary: Development/header files for %{name} +Requires: %{name} = %{version} +Requires: %{libname}-%{sover} = %{version} + +%description devel +Development/header files for %{name}. + +%prep +%autosetup -p1 + +%build +%meson \ + %{nil} +%meson_build + +%install +%meson_install + +%check +%meson_test + +%ldconfig_scriptlets -n %{libname}-%{sover} + +%files +%license COPYING COPYING.lgpl3 +%doc NEWS +%{_bindir}/%{name} +%{_datadir}/appdata/org.gnome.dspy.appdata.xml +%{_datadir}/applications/org.gnome.dspy.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.dspy.gschema.xml +%{_datadir}/icons/hicolor/scalable/apps/org.gnome.dspy.devel.svg +%{_datadir}/icons/hicolor/scalable/apps/org.gnome.dspy.svg +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.dspy-symbolic.svg + +%files -n %{libname}-%{sover} +%{_libdir}/%{libname}.so.* + +%files devel +%{_includedir}/dspy-%{sover} +%{_libdir}/%{libname}.so +%{_libdir}/pkgconfig/dspy-1.pc + +%changelog +