File XClicker.spec of Package XClicker

#
# spec file for package XClicker
#
# Copyright (c) 2021 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:           XClicker
Version:        1.1.0
Release:        0
Summary:        GUI autoclicker
License:        GPL-3.0-only
URL:            https://xclicker.pages.dev/
Source0:        https://github.com/robiot/XClicker/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPEnSUSE XClicker-install.patch
Patch0:         XClicker-install.patch
BuildRequires:  meson
BuildRequires:  pkgconfig(gtk+-3.0)

%description
XClicker is an autoclicker for desktops using x11.
It is written in C and uses the gtk framework. The user-interface may look
different depending on what gtk theme you are using.

%prep
%autosetup -p1

%build
%meson
%meson_build

%install
%meson_install

%files
%license LICENSE
%doc README.md
%{_bindir}/xclicker
%{_datadir}/applications/xclicker.desktop

%changelog
openSUSE Build Service is sponsored by