Пакет lxqt-build-tools: Specfile

Name: lxqt-build-tools
Version: 0.5.0
Release: alt0.M80P.1

Summary: Various packaging tools and scripts for LXQt applications
License: BSD 3-clause
Group: Graphical desktop/Other

Url: https://lxqt.org
Source: %name-%version.tar

BuildRequires: gcc-c++ cmake rpm-macros-cmake
BuildRequires: qt5-base-devel qt5-tools-devel glib2-devel

BuildArch: noarch

%description
%summary
that used to lurk in liblxqt or got spread over other subprojects.

%prep
%setup
%ifarch e2k
# lcc has -fwhole, to be tested though
sed -i '/-flto/d' cmake/modules/LXQtCompilerSettings.cmake
%endif

%build
%cmake
%cmake_build

%install
%cmakeinstall_std

%files
%doc BSD-3-Clause
%_datadir/cmake/%name

%changelog
* Sun May 27 2018 Anton Midyukov <antohami@altlinux.org> 0.5.0-alt0.M80P.1
- backport to ALT p8

* Tue May 22 2018 Anton Midyukov <antohami@altlinux.org> 0.5.0-alt1
- new version 0.5.0

* Mon Feb 19 2018 Anton Midyukov <antohami@altlinux.org> 0.4.0-alt1.M80P.1
- backport to ALT p8

* Sun Oct 22 2017 Michael Shigorin <mike@altlinux.org> 0.4.0-alt2
- fix BR:
- E2K: avoid lcc-unsupported options

* Tue Sep 26 2017 Michael Shigorin <mike@altlinux.org> 0.4.0-alt1
- 0.4.0

* Sat Jan 14 2017 Michael Shigorin <mike@altlinux.org> 0.3.2-alt1
- 0.3.2

* Mon Jan 09 2017 Michael Shigorin <mike@altlinux.org> 0.3.1-alt1
- initial release (based on fedora package)