lxqt-build-tools/lxqt-build-tools.spec
peijiankang 918cc8a656 Replace gunixconnection.h file in gio-unix include dir check
(cherry picked from commit 8cb47968bf11f4e8e46cdca55c2acaab31785f58)
2022-07-13 14:18:36 +08:00

58 lines
1.4 KiB
RPMSpec
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Name: lxqt-build-tools
Version: 0.10.0
Release: 2
Summary: Packaging tools for LXQt
License: BSD
URL: http://lxqt.org/
Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Patch01: 0001-Replace-gunixconnection.h-file-in-gio-unix.patch
BuildArch: noarch
BuildRequires: %{?fedora:cmake}%{!?fedora:cmake3} >= 3.0
BuildRequires: gcc-c++
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: glib2-devel
Requires: %{?fedora:cmake}%{!?fedora:cmake3} >= 3.0
%description
Various packaging tools and scripts for LXQt applications.
%prep
%autosetup -p1
%{__mkdir} -p %{_target_platform}
%build
pushd %{_target_platform}
%cmake3 -DPULL_TRANSLATIONS=NO ../
popd
%make_build -C %{_target_platform}
%install
%make_install -C %{_target_platform}
%files
%license BSD-3-Clause
%doc CHANGELOG README.md
%{_datadir}/cmake/%{name}
%{_bindir}/lxqt-transupdate
%changelog
* Wed Jul 13 2022 peijiankang<peijiankang@kylinos.cn> - 0.10.0-2
- Replace gunixconnection.h file in gio-unix include dir check
* Thu Jan 13 2022 peijiankang<peijiankang@kylinos.cn> - 0.10.0-1
- update to upstream version 0.10.0
* Mon Dec 28 2020 Ge Wang <wangge20@huawei.com> - 0.6.0-2
- Remove redundancy %{?dist}
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 0.6.0-1
- Initial release for OpenEuler