automatic version update by autodist [release 0.11.0-1mamba;Sat Oct 05 2024]
This commit is contained in:
parent
ae66070539
commit
5f65147ef6
11
qcoro.spec
11
qcoro.spec
@ -1,12 +1,12 @@
|
||||
Name: qcoro
|
||||
Version: 0.10.0
|
||||
Version: 0.11.0
|
||||
Release: 1mamba
|
||||
Summary: The QCoro library provides set of tools to make use of C++20 coroutines with Qt
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://qcoro.dvratil.cz/
|
||||
URL: https://qcoro.dev/
|
||||
Source: https://github.com/danvratil/qcoro.git/v%{version}/qcoro-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -79,11 +79,7 @@ cd ..
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name}-qt5 -p /sbin/ldconfig
|
||||
%postun -n lib%{name}-qt5 -p /sbin/ldconfig
|
||||
|
||||
%post -n lib%{name}-qt6 -p /sbin/ldconfig
|
||||
%postun -n lib%{name}-qt6 -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}-qt5
|
||||
%defattr(-,root,root)
|
||||
@ -167,6 +163,9 @@ cd ..
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user