automatic version update by autodist [release 6.3.1-1mamba;Wed Jun 15 2022]
This commit is contained in:
parent
14909922c5
commit
f9931d577a
@ -14,7 +14,7 @@
|
|||||||
%define _qt6_translationdir %{_qt6_datadir}/translations
|
%define _qt6_translationdir %{_qt6_datadir}/translations
|
||||||
|
|
||||||
Name: qt6-qtbase
|
Name: qt6-qtbase
|
||||||
Version: 6.3.0
|
Version: 6.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A multiplatform, C++ GUI application development framework
|
Summary: A multiplatform, C++ GUI application development framework
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -383,6 +383,9 @@ cmake -B build \
|
|||||||
-DINPUT_cups=yes \
|
-DINPUT_cups=yes \
|
||||||
-DINPUT_fontconfig=yes \
|
-DINPUT_fontconfig=yes \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
|
%ifarch arm
|
||||||
|
-DCMAKE_CXX_FLAGS="-march=armv7" \
|
||||||
|
%endif
|
||||||
-G Ninja
|
-G Ninja
|
||||||
|
|
||||||
cmake --build build --parallel
|
cmake --build build --parallel
|
||||||
@ -515,6 +518,7 @@ echo "\
|
|||||||
%{_libdir}/qt6/libexec/moc
|
%{_libdir}/qt6/libexec/moc
|
||||||
%{_libdir}/qt6/libexec/qlalr
|
%{_libdir}/qt6/libexec/qlalr
|
||||||
%{_libdir}/qt6/libexec/qt-internal-configure-tests
|
%{_libdir}/qt6/libexec/qt-internal-configure-tests
|
||||||
|
%{_libdir}/qt6/libexec/qt-testrunner.py
|
||||||
%{_libdir}/qt6/libexec/qvkgen
|
%{_libdir}/qt6/libexec/qvkgen
|
||||||
%{_libdir}/qt6/libexec/rcc
|
%{_libdir}/qt6/libexec/rcc
|
||||||
%{_libdir}/qt6/libexec/tracegen
|
%{_libdir}/qt6/libexec/tracegen
|
||||||
@ -627,6 +631,7 @@ echo "\
|
|||||||
%{_qt6_prefix}/lib/*.so
|
%{_qt6_prefix}/lib/*.so
|
||||||
%dir %{_libdir}/cmake/Qt6*
|
%dir %{_libdir}/cmake/Qt6*
|
||||||
%{_libdir}/cmake/Qt6*/*
|
%{_libdir}/cmake/Qt6*/*
|
||||||
|
%{_libdir}/pkgconfig/Qt6*.pc
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -653,6 +658,9 @@ echo "\
|
|||||||
%{_qt6_plugindir}/sqldrivers/libqsqlite.so
|
%{_qt6_plugindir}/sqldrivers/libqsqlite.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 6.3.0-1mamba
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 6.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user