Compare commits
8 Commits
6.8.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
0f1ea2c85c | |||
187320053e | |||
ca3943979f | |||
7b8832e1d5 | |||
f520168f23 | |||
9b0289d9a5 | |||
5654257f83 | |||
9ac11cc8eb |
@ -2,7 +2,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kf6-threadweaver
|
||||
Version: 6.8.0
|
||||
Version: 6.16.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 6 helper for multithreaded programming
|
||||
Group: System/Libraries
|
||||
@ -41,8 +41,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{framework}-%{version}
|
||||
|
||||
@ -57,7 +55,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_kf6_libdir}/libKF6ThreadWeaver.so.*
|
||||
@ -74,9 +71,33 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_kf6_libdir}/libKF6ThreadWeaver.so
|
||||
%dir %{_kf6_libdir}/cmake/KF6ThreadWeaver
|
||||
%{_kf6_libdir}/cmake/KF6ThreadWeaver/*.cmake
|
||||
%{_qt6_docdir}/KF6ThreadWeaver.*
|
||||
#%{_qt6_docdir}/KF6ThreadWeaver.*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2025 Automatic Build System <autodist@openmamba.org> 6.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 20 2025 Automatic Build System <autodist@openmamba.org> 6.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 11 2025 Automatic Build System <autodist@openmamba.org> 6.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 12 2025 Automatic Build System <autodist@openmamba.org> 6.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 6.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 15 2025 Automatic Build System <autodist@openmamba.org> 6.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 6.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 6.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 09 2024 Automatic Build System <autodist@openmamba.org> 6.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user