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