initial release
This commit is contained in:
parent
591536d5cd
commit
89839208e3
BIN
lxqt-build-tools-0.6.0.tar.xz
Normal file
BIN
lxqt-build-tools-0.6.0.tar.xz
Normal file
Binary file not shown.
48
lxqt-build-tools.spec
Normal file
48
lxqt-build-tools.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
Name: lxqt-build-tools
|
||||||
|
Version: 0.6.0
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Packaging tools for LXQt
|
||||||
|
|
||||||
|
License: BSD
|
||||||
|
URL: http://lxqt.org/
|
||||||
|
Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
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}
|
||||||
|
%{?fedora:%{cmake}}%{!?fedora:%{cmake3}} ..
|
||||||
|
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
|
||||||
|
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 0.6.0-1
|
||||||
|
- Initial release for OpenEuler
|
||||||
Loading…
x
Reference in New Issue
Block a user