automatic version update by autodist [release 2.0.0-1mamba;Mon Apr 22 2024]
This commit is contained in:
parent
d0f3531f31
commit
9353963f8a
@ -1,5 +1,5 @@
|
||||
Name: lxqt-build-tools
|
||||
Version: 0.13.0
|
||||
Version: 2.0.0
|
||||
Release: 1mamba
|
||||
Summary: Various packaging tools and scripts for LXQt applications
|
||||
Group: Applications/Development
|
||||
@ -26,27 +26,34 @@ Various packaging tools and scripts for LXQt applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch 0 -p1 -b .upstream-bump-cxx17
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make
|
||||
%cmake
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/lxqt-transupdate
|
||||
%dir %{_datadir}/cmake/lxqt-build-tools
|
||||
%{_datadir}/cmake/lxqt-build-tools/*
|
||||
%{_bindir}/lxqt2-transupdate
|
||||
%dir %{_datadir}/cmake/lxqt2-build-tools
|
||||
%dir %{_datadir}/cmake/lxqt2-build-tools/find-modules
|
||||
%{_datadir}/cmake/lxqt2-build-tools/find-modules/Find*.cmake
|
||||
%{_datadir}/cmake/lxqt2-build-tools/lxqt2-build-tools-config*.cmake
|
||||
%dir %{_datadir}/cmake/lxqt2-build-tools/modules
|
||||
%{_datadir}/cmake/lxqt2-build-tools/modules/*
|
||||
%doc AUTHORS
|
||||
|
||||
%changelog
|
||||
* Mon Apr 22 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user