update to 6.4.0 [release 6.4.0-1mamba;Fri Oct 07 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 17:11:09 +01:00
parent 0f6ce2cdf8
commit e3b4e91166

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qtconnectivity
Version: 6.3.2
Version: 6.4.0
Release: 1mamba
Summary: Qt6 connectivity components
Group: System/Libraries
@ -14,6 +14,7 @@ License: GPL
BuildRequires: glibc-devel
BuildRequires: libbluetooth-devel
BuildRequires: libgcc
BuildRequires: libpcsclite-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END
@ -59,7 +60,7 @@ DESTDIR="%{buildroot}" cmake --install build
%{_libdir}/metatypes/qt6*.json
%{_datadir}/qt6/modules/Bluetooth.json
%{_datadir}/qt6/modules/Nfc.json
%doc LICENSE.*
%doc LICENSES
%files devel
%defattr(-,root,root)
@ -73,17 +74,18 @@ DESTDIR="%{buildroot}" cmake --install build
%{_libdir}/libQt6Nfc.so
%{_libdir}/qt6/mkspecs/modules/qt_lib_bluetooth*.pri
%{_libdir}/qt6/mkspecs/modules/qt_lib_nfc*.pri
%{_libdir}/cmake/Qt6/FindBlueZ.cmake
%{_libdir}/cmake/Qt6/Find*.cmake
%dir %{_libdir}/cmake/Qt6Bluetooth
%{_libdir}/cmake/Qt6Bluetooth/Qt6Bluetooth*.cmake
#%dir %{_libdir}/cmake/Qt6BluetoothTools
#%{_libdir}/cmake/Qt6BluetoothTools/Qt6BluetoothTools*.cmake
%dir %{_libdir}/cmake/Qt6Nfc
%{_libdir}/cmake/Qt6Nfc/Qt6Nfc*.cmake
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtConnectivityTestsConfig.cmake
%{_libdir}/pkgconfig/Qt6*.pc
%changelog
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-1mamba
- update to 6.4.0
* Sun Sep 11 2022 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
- automatic version update by autodist