2024-01-06 06:35:20 +01:00
|
|
|
Name: lxqt-build-tools
|
2024-01-06 06:35:20 +01:00
|
|
|
Version: 0.10.0
|
2024-01-06 06:35:20 +01:00
|
|
|
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>
|
2024-01-06 06:35:20 +01:00
|
|
|
URL: https://github.com/lxqt/lxqt-build-tools
|
2024-01-06 06:35:20 +01:00
|
|
|
## 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
|
|
|
|
|
|
|
|
%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)
|
2024-01-06 06:35:20 +01:00
|
|
|
%{_bindir}/lxqt-transupdate
|
2024-01-06 06:35:20 +01:00
|
|
|
%dir %{_datadir}/cmake/lxqt-build-tools
|
|
|
|
%{_datadir}/cmake/lxqt-build-tools/*
|
|
|
|
%doc AUTHORS
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:35:20 +01:00
|
|
|
* Sat Nov 06 2021 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:20 +01:00
|
|
|
* Thu Apr 15 2021 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:20 +01:00
|
|
|
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
|
|
|
- update to 0.8.0
|
|
|
|
|
2024-01-06 06:35:20 +01:00
|
|
|
* Sun Apr 26 2020 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:20 +01:00
|
|
|
* Wed Mar 06 2019 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:20 +01:00
|
|
|
* Fri May 25 2018 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:20 +01:00
|
|
|
* Sat Jan 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- package created using the webbuild interface
|