update to 10.0.0 [release 10.0.0-1mamba;Wed Apr 05 2023]
This commit is contained in:
parent
baeb7f9bc5
commit
a21ad680b7
@ -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
|
||||
@ -59,12 +61,12 @@ It includes:
|
||||
%setup -q -n %{name}-opensource-src-%{pkgver}
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch0 -p1
|
||||
%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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user