File glosung.spec of Package glosung
#
# spec file for package glosung
#
# Copyright (c) 2023 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/
#
Name: glosung
Version: 4.0.1
Release: 0
Summary: God's Word for Every Day
Group: Productivity/Networking/Web/Frontends
License: GPL-2.0+
URL: https://github.com/godehardt/glosung
Source0: https://github.com/godehardt/glosung/releases/download/v%{version}/glosung-%{version}.tar.xz
BuildRequires: pkgconfig(gtk4)
#BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: scons
%description
Its goal is to make a user-friendly and powerful watch word (losung)
program for the Linux desktop.
%prep
%setup -q
%build
scons
%install
scons DESTDIR=%buildroot install
rm -r %buildroot%_datadir/doc
%files
/usr/bin/*
%doc AUTHORS COPYING ChangeLog README
%_datadir/%name
%_datadir/locale/*/*
%_datadir/applications/*
%changelog