File gobby.spec of Package gobby
#
# spec file for package gobby
#
# Copyright (c) 2025 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 _versioned_name gobby-0.5
Name: gobby
Version: 0.6.0+34
Release: 0
Summary: Collaborative editor (Infinote protocol)
License: GPL-2.0-or-later AND ISC
Group: Productivity/Other
URL: http://gobby.0x539.de/
Source0: %{name}-%{version}.tar.xz
BuildSystem: meson
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: itstool
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
%generate_buildrequires
%meson_buildrequires
%description
This is a collaborative editor, which means that it provides
the possibility to edit files simultaneously with other users over
a network. It supports multiple documents in one session.
This version of Gobby uses the Infinote protocol.
%lang_package
%install -a
%find_lang gobby05 %{?no_lang_C}
%fdupes %{buildroot}%{_prefix}
%files
%license COPYING
%doc AUTHORS
%dir %{_datadir}/help/
%doc %{_datadir}/help/C/%{name}
%{_bindir}/%{_versioned_name}
%{_datadir}/%{_versioned_name}
%{_datadir}/applications/%{_versioned_name}.desktop
%{_datadir}/icons/*/*/apps/%{_versioned_name}.*
%{_datadir}/icons/HighContrastLarge*
%{_mandir}/man1/*%{ext_man}
%{_datadir}/metainfo/gobby-0.5.metainfo.xml
%{_datadir}/glib-2.0/schemas/de.0x539.gobby.gschema.xml
%files lang -f gobby05.lang
%changelog