2017-02-23 10:54:33 +01:00
|
|
|
#
|
|
|
|
# spec file for package lxqt-build-tools
|
|
|
|
#
|
2021-04-16 08:33:27 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2017-02-23 10:54:33 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-01-31 11:01:11 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-02-23 10:54:33 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: lxqt-build-tools
|
2021-11-05 16:43:12 +01:00
|
|
|
Version: 0.10.0
|
2017-02-23 10:54:33 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Core build tools for LXQt
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Development/Libraries/C and C++
|
2019-01-31 11:01:11 +01:00
|
|
|
URL: http://www.lxqt.org
|
2020-04-25 15:46:55 +02:00
|
|
|
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
2019-01-31 11:01:11 +01:00
|
|
|
BuildRequires: cmake >= 3.1.0
|
|
|
|
BuildRequires: pkgconfig
|
2021-11-05 16:43:12 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.15
|
2017-10-23 11:50:06 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.50
|
2017-03-06 09:38:24 +01:00
|
|
|
BuildArch: noarch
|
2017-02-23 10:54:33 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides several tools needed to build LXQt itself as well as other components maintained by the LXQt project.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Tools for building lxqt
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig(Qt5Core)
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides several tools needed to build LXQt itself as well as other components maintained by the LXQt project.
|
|
|
|
|
|
|
|
These tools used to be spread over the repositories of various other components and were summarized to ease dependency management. So far many components, in particular [liblxqt](https://github.com/lxde/liblxqt), were representing a build dependency without being needed themselves but only because their repository was providing a subset of the tools which are now summarized here. So the use of this repository will reduce superfluous and bloated dependencies.
|
|
|
|
|
|
|
|
%prep
|
2017-03-06 09:38:24 +01:00
|
|
|
%setup -q
|
2017-02-23 10:54:33 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -DPULL_TRANSLATIONS=No
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%files devel
|
2019-01-31 11:01:11 +01:00
|
|
|
%doc AUTHORS CHANGELOG README.md
|
|
|
|
%license BSD-3-Clause
|
2017-02-23 10:54:33 +01:00
|
|
|
%{_datadir}/cmake/
|
2019-01-31 11:01:11 +01:00
|
|
|
%{_bindir}/lxqt-transupdate
|
2017-02-23 10:54:33 +01:00
|
|
|
|
|
|
|
%changelog
|