rebuilt with clang 13.0.0 [release 5.6.2-2mamba;Wed Nov 10 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 01:15:48 +01:00
parent abaffc1ae4
commit 45d72addf2

View File

@ -1,19 +1,21 @@
%define majver %(echo %version | cut -d . -f1-2)
Name: kdevelop
Version: 5.6.2
Release: 1mamba
Release: 2mamba
Summary: Integrated Development Environment for KDE
Group: Graphical Desktop/Applications/Development
Vendor: openmamba
Distribution: openmamba
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
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libQt5Positioning-devel
BuildRequires: libQt5WebChannel-devel
BuildRequires: libQt5WebEngine-devel
BuildRequires: libX11-devel
BuildRequires: libapr-devel
BuildRequires: libaprutil-devel
BuildRequires: libattica5-devel
@ -54,15 +56,18 @@ BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libplasma-framework-devel
BuildRequires: libpurpose-devel
BuildRequires: libqt5-devel
BuildRequires: libsolid-devel
BuildRequires: libsonnet-devel
BuildRequires: libstdc++6-devel
BuildRequires: libsyntax-highlighting-devel
BuildRequires: libthreadweaver-devel
BuildRequires: okteta-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt5-qttools-devel
BuildRequires: subversion-devel
## AUTOBUILDREQ-END
BuildRequires: llvm-devel >= 11.0.0
BuildRequires: llvm-devel >= 13.0.0
BuildRequires: libksysguard-devel >= 5.19.0
BuildRequires: okteta-devel >= 1:0.26.4
#BuildRequires: kdevplatform >= %{majver}
@ -74,8 +79,7 @@ Requires: graphviz
Requires: subversion
Requires: valgrind
Provides: kdevelop4
Obsoletes: kdevelop4
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: kdevelop4 < 5.6.2
%description
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
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: kdevelop4-devel
Obsoletes: kdevelop4-devel
Obsoletes: kdevelop4-devel < 5.6.2
%description devel
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.
This package contains development files for for %{name}.
%debug_package
@ -220,6 +223,9 @@ done < libso.list
%{_libdir}/cmake/KDevPlatform/KDevPlatform*.cmake
%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
- automatic version update by autodist