lxqt-build-tools/lxqt-build-tools.spec

51 lines
1.4 KiB
RPMSpec
Raw Permalink Normal View History

Name: lxqt-build-tools
Version: 0.4.0
Release: 1mamba
Summary: Various packaging tools and scripts for LXQt applications
Group: Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/lxde/lxqt-build-tools.git
## GITSOURCE https://github.com/lxde/lxqt-build-tools.git 0.4.0
Source: https://github.com/lxde/lxqt-build-tools.git/%{version}/lxqt-build-tools-%{version}.tar.bz2
License: BSD
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Various packaging tools and scripts for LXQt applications.
%package devel
Group: Development/Libraries
Summary: Various packaging tools and scripts for LXQt applications
%description devel
Various packaging tools and scripts for LXQt applications.
%prep
%setup -q
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%dir %{_datadir}/cmake/lxqt-build-tools
%{_datadir}/cmake/lxqt-build-tools/*
%doc AUTHORS
%changelog
* Sat Jan 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
- package created using the webbuild interface