17
0
2019-01-15 08:15:43 +00:00
committed by Git OBS Bridge
parent 6ffb2f3d26
commit 33b0013581
4 changed files with 15 additions and 12 deletions

View File

@@ -18,16 +18,15 @@
# for compatibility with Leap 42.3 which doesn't have this macro yet
%{!?_kf5_debugdir: %global _kf5_debugdir %{_kf5_configdir}}
%define rname kdev-python
%define rversion 5.3
Name: kdevelop5-plugin-python3
Version: 5.3.0
Version: 5.3.1
Release: 0
Summary: Python support for KDevelop
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Development/Tools/IDE
Url: http://www.kdevelop.org
URL: http://www.kdevelop.org
Source0: http://download.kde.org/stable/kdevelop/%{version}/src/%{rname}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
@@ -51,7 +50,6 @@ Obsoletes: kdevelop4-plugin-python < %{version}
# The following are needed due to old unstable packages in KDE repositories
Provides: kdevelop4-plugin-python3 = %{version}
Obsoletes: kdevelop4-plugin-python3 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A KDevelop plugin which provides Python language support, including code completion and debugging using PDB.
@@ -60,10 +58,10 @@ A KDevelop plugin which provides Python language support, including code complet
Summary: Translations for package %{name}
Group: System/Localization
Requires: %{name} = %{version}
Provides: %{name}-lang-all = %{version}
Supplements: packageand(bundle-lang-other:%{name})
BuildArch: noarch
Conflicts: kdevelop4-plugin-python-lang
Provides: %{name}-lang-all = %{version}
BuildArch: noarch
%description lang
Provides translations to the package %{name}
@@ -85,7 +83,6 @@ Provides translations to the package %{name}
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%license COPYING
%doc README
%{_kf5_appstreamdir}/org.kde.kdev-python.metainfo.xml
@@ -96,6 +93,5 @@ Provides translations to the package %{name}
%{_kf5_sharedir}/kdevpythonsupport/
%files lang -f %{name}.lang
%defattr(-,root,root)
%changelog