automatic version update by autodist [release 7.0.0-1mamba;Mon Apr 18 2022]
This commit is contained in:
parent
9aae492a82
commit
b4709488fd
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: qt-creator
|
||||
Version: 6.0.2
|
||||
Version: 7.0.0
|
||||
Release: 1mamba
|
||||
Summary: An integrated development environment (IDE) tailored to the needs of Qt developers
|
||||
Group: Development/Tools
|
||||
@ -29,10 +29,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,7 +64,7 @@ It includes:
|
||||
|
||||
# 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
|
||||
#sed -e 's|libexec|%{_lib}|g' -i src/tools/tools.pro
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
@ -130,6 +132,9 @@ done
|
||||
%doc LICENSE.GPL3-EXCEPT
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2022 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 28 2022 Automatic Build System <autodist@mambasoft.it> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user