rebuilt with clang 13.0.0 [release 5.6.2-2mamba;Wed Nov 10 2021]
This commit is contained in:
parent
abaffc1ae4
commit
45d72addf2
@ -1,19 +1,21 @@
|
|||||||
%define majver %(echo %version | cut -d . -f1-2)
|
%define majver %(echo %version | cut -d . -f1-2)
|
||||||
Name: kdevelop
|
Name: kdevelop
|
||||||
Version: 5.6.2
|
Version: 5.6.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Integrated Development Environment for KDE
|
Summary: Integrated Development Environment for KDE
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kdevelop.kde.org
|
URL: https://www.kdevelop.org/
|
||||||
Source: http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
|
Source: http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libQt5Positioning-devel
|
||||||
|
BuildRequires: libQt5WebChannel-devel
|
||||||
BuildRequires: libQt5WebEngine-devel
|
BuildRequires: libQt5WebEngine-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libapr-devel
|
BuildRequires: libapr-devel
|
||||||
BuildRequires: libaprutil-devel
|
BuildRequires: libaprutil-devel
|
||||||
BuildRequires: libattica5-devel
|
BuildRequires: libattica5-devel
|
||||||
@ -54,15 +56,18 @@ BuildRequires: libkwindowsystem-devel
|
|||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkxmlgui-devel
|
||||||
BuildRequires: libplasma-framework-devel
|
BuildRequires: libplasma-framework-devel
|
||||||
BuildRequires: libpurpose-devel
|
BuildRequires: libpurpose-devel
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libsyntax-highlighting-devel
|
||||||
BuildRequires: libthreadweaver-devel
|
BuildRequires: libthreadweaver-devel
|
||||||
BuildRequires: okteta-devel
|
BuildRequires: okteta-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
BuildRequires: qt5-qttools-devel
|
||||||
BuildRequires: subversion-devel
|
BuildRequires: subversion-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: llvm-devel >= 11.0.0
|
BuildRequires: llvm-devel >= 13.0.0
|
||||||
BuildRequires: libksysguard-devel >= 5.19.0
|
BuildRequires: libksysguard-devel >= 5.19.0
|
||||||
BuildRequires: okteta-devel >= 1:0.26.4
|
BuildRequires: okteta-devel >= 1:0.26.4
|
||||||
#BuildRequires: kdevplatform >= %{majver}
|
#BuildRequires: kdevplatform >= %{majver}
|
||||||
@ -74,8 +79,7 @@ Requires: graphviz
|
|||||||
Requires: subversion
|
Requires: subversion
|
||||||
Requires: valgrind
|
Requires: valgrind
|
||||||
Provides: kdevelop4
|
Provides: kdevelop4
|
||||||
Obsoletes: kdevelop4
|
Obsoletes: kdevelop4 < 5.6.2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An integrated development environment (IDE) that allows you to develop, build and debug KDE/Qt, GNOME, plain C and C++ projects.
|
An integrated development environment (IDE) that allows you to develop, build and debug KDE/Qt, GNOME, plain C and C++ projects.
|
||||||
@ -86,12 +90,11 @@ Summary: Development files for for %{name}
|
|||||||
Group: Development/Applications
|
Group: Development/Applications
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: kdevelop4-devel
|
Provides: kdevelop4-devel
|
||||||
Obsoletes: kdevelop4-devel
|
Obsoletes: kdevelop4-devel < 5.6.2
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
An integrated development environment (IDE) that allows you to develop, build and debug KDE/Qt, GNOME, plain C and C++ projects.
|
An integrated development environment (IDE) that allows you to develop, build and debug KDE/Qt, GNOME, plain C and C++ projects.
|
||||||
It includes a documentation browser, a source code editor with syntax highlighting, a GUI for the compiler, and much more.
|
It includes a documentation browser, a source code editor with syntax highlighting, a GUI for the compiler, and much more.
|
||||||
|
|
||||||
This package contains development files for for %{name}.
|
This package contains development files for for %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -220,6 +223,9 @@ done < libso.list
|
|||||||
%{_libdir}/cmake/KDevPlatform/KDevPlatform*.cmake
|
%{_libdir}/cmake/KDevPlatform/KDevPlatform*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.2-2mamba
|
||||||
|
- rebuilt with clang 13.0.0
|
||||||
|
|
||||||
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user