update to 5.5.2 [release 5.5.2-1mamba;Fri Jun 12 2020]
This commit is contained in:
parent
cf4298549b
commit
10db602d18
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d . -f1-2)
|
||||
Name: kdevelop
|
||||
Version: 5.4.1
|
||||
Version: 5.5.2
|
||||
Release: 1mamba
|
||||
Summary: Integrated Development Environment for KDE
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
@ -11,12 +11,13 @@ URL: http://kdevelop.kde.org
|
||||
Source: http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libQt5WebEngine-devel
|
||||
BuildRequires: libapr-devel
|
||||
BuildRequires: libaprutil-devel
|
||||
BuildRequires: libattica5-devel
|
||||
BuildRequires: libclang-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgrantlee-devel
|
||||
BuildRequires: libkarchive-devel
|
||||
@ -62,6 +63,7 @@ BuildRequires: okteta-devel
|
||||
BuildRequires: subversion-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: llvm-devel
|
||||
BuildRequires: libksysguard-devel >= 5.19.0
|
||||
#BuildRequires: kdevplatform >= %{majver}
|
||||
Requires: make
|
||||
Requires: cvs
|
||||
@ -91,6 +93,8 @@ It includes a documentation browser, a source code editor with syntax highlighti
|
||||
|
||||
This package contains development files for for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -154,12 +158,12 @@ done < libso.list
|
||||
%{_datadir}/kdevplatform/shellutils/.zshrc
|
||||
%{_bindir}/kdev_includepathsconverter
|
||||
%{_libdir}/libKDev*.so.*
|
||||
%{_libdir}/libkdevcmakecommon.so
|
||||
#%{_libdir}/libkdevcmakecommon.so
|
||||
%dir %{_libdir}/qt5/plugins/kdevplatform
|
||||
%{_libdir}/qt5/plugins/kdevplatform/*/*
|
||||
%{_libdir}/qt5/plugins/krunner_kdevelopsessions.so
|
||||
%{_libdir}/qt5/plugins/plasma/dataengine/plasma_engine_kdevelopsessions.so
|
||||
%{_libdir}/qt5/plugins/grantlee/5.1/kdev_filters.so
|
||||
%{_libdir}/qt5/plugins/grantlee/*/kdev_filters.so
|
||||
%dir %{_libdir}/qt5/qml/org/kde/kdevplatform
|
||||
%{_libdir}/qt5/qml/org/kde/kdevplatform/*
|
||||
%{_datadir}/applications/org.kde.kdevelop*.desktop
|
||||
@ -182,6 +186,7 @@ done < libso.list
|
||||
%{_datadir}/kdevqmljssupport/nodejsmodules/*
|
||||
%dir %{_datadir}/kdevqmljssupport/propertywidgets/
|
||||
%{_datadir}/kdevqmljssupport/propertywidgets/*
|
||||
%{_datadir}/knsrcfiles/kdev*.knsrc
|
||||
%{_datadir}/knotifications5/kdevelop.notifyrc
|
||||
%{_datadir}/metainfo/org.kde.kdevelop.appdata.xml
|
||||
%{_datadir}/mime/packages/kdevclang.xml
|
||||
@ -218,6 +223,9 @@ done < libso.list
|
||||
%{_libdir}/cmake/KDevPlatform/KDevPlatform*.cmake
|
||||
|
||||
%changelog
|
||||
* Fri Jun 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.2-1mamba
|
||||
- update to 5.5.2
|
||||
|
||||
* Sat Aug 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.1-1mamba
|
||||
- update to 5.4.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user