Package lxqt-build-tools: Specfile
# Unpackaged files in buildroot should terminate build
%define _unpackaged_files_terminate_build 1
Name: lxqt-build-tools
Version: 0.7.0
Release: alt1
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
%_bindir/*
%changelog
* Sat Apr 25 2020 Anton Midyukov <antohami@altlinux.org> 0.7.0-alt1
- new version 0.7.0
* Sat Jan 26 2019 Anton Midyukov <antohami@altlinux.org> 0.6.0-alt1
- new version 0.6.0
* Sat Aug 25 2018 Anton Midyukov <antohami@altlinux.org> 0.5.0-alt1.1
- Rebuilt with qt 5.11
* Tue May 22 2018 Anton Midyukov <antohami@altlinux.org> 0.5.0-alt1
- new version 0.5.0
* 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)
|