File lxqt2-build-tools.spec of Package lxqt2-build-tools
#
# spec file for package lxqt2-build-tools
#
# 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: lxqt2-build-tools
Version: @SERVICE@
Release: 0
Summary: Various packaging tools and scripts for LXQt applications
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://github.com/lxqt/lxqt-build-tools
Source0: %{name}-%{version}.tar.xz
BuildRequires: cmake >= 3.16.0
BuildRequires: cmake(Qt6Core) >= 6.3
BuildRequires: gcc-c++
BuildArch: noarch
%description
This repository is providing several tools needed to build LXQt itself as
well as other components maintained by the LXQt project.
%prep
%autosetup -p1
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%doc AUTHORS CHANGELOG README.md
%{_bindir}/lxqt2-transupdate
%{_datadir}/cmake/%{name}/
%license BSD-3-Clause
%changelog