update to 10.0.0 [release 10.0.0-1mamba;Wed Apr 05 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 17:05:13 +01:00
parent baeb7f9bc5
commit a21ad680b7

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define pkgver %(echo %version | tr _ -)
Name: qt-creator
Version: 9.0.2
Version: 10.0.0
Release: 1mamba
Summary: An integrated development environment (IDE) tailored to the needs of Qt developers
Group: Development/Tools
@ -30,10 +30,12 @@ BuildRequires: libzstd-devel
BuildRequires: qt6-qt5compat-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt6-qtpositioning-devel
BuildRequires: qt6-qtquick3d-devel
BuildRequires: qt6-qtshadertools-devel
BuildRequires: qt6-qtsvg-devel
BuildRequires: qt6-qttools-devel
BuildRequires: qt6-qtwebchannel-devel
BuildRequires: qt6-qtwebengine-devel
## AUTOBUILDREQ-END
BuildRequires: libyaml-cpp-devel >= 0.7.0
@ -62,9 +64,9 @@ It includes:
%patch 0 -p1
#%patch1 -p1
# fix hardcoded libexec path
sed -e 's|libexec\/qtcreator|%{_lib}\/qtcreator|g' -i qtcreator.pri
#sed -e 's|libexec|%{_lib}|g' -i src/tools/tools.pro
## fix hardcoded libexec path
#sed -e 's|libexec\/qtcreator|%{_lib}\/qtcreator|g' -i qtcreator.pri
##sed -e 's|libexec|%{_lib}|g' -i src/tools/tools.pro
%build
#:<< _EOF
@ -132,6 +134,9 @@ done
%doc LICENSE.GPL3-EXCEPT
%changelog
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 10.0.0-1mamba
- update to 10.0.0
* Thu Feb 23 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2-1mamba
- automatic version update by autodist