17
0

Accepting request 937931 from KDE:Applications

KDE Gear 21.12.0

OBS-URL: https://build.opensuse.org/request/show/937931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdevelop5-plugin-python3?expand=0&rev=29
This commit is contained in:
2021-12-13 19:42:59 +00:00
committed by Git OBS Bridge
parent 7676f05db7
commit fd10288228
6 changed files with 64 additions and 13 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dddb76e6d7bb61605839217609cc864b95e8f4524c4f2499f5911c9d76ece0a
size 1090020

View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmGpY3QACgkQOmpNuDnq
ptcejA/8DyUalrr54TiKmeMJAbPVvruBHUI/y22ouvX5dammqpxCCDFWf7uIPKcj
babkXDrGJjA2hLC9bwVHDlhT2S6DshZIbwGwIfgIYz9cY3CUz1xmPARE0UtJte2b
JA4o+RgxMmjHcqu6zgbHL2BhJbg59BrQVKpqgUv4EfZx+pS+kJu0N4IHjn3wX02p
gkOXHj6J4Ycaea1U1EQImHH5ijMA7YE7w1gKG3oM5M+TKjfyh7UoFYayN0AQWbRr
Mv4jw5HctmcT1QGT4OUYibegS+3QZOkIH+jeYXxPudILP6PhCplycWDschNbK93x
CG9BM+IE7twQKL1fDf+Sl1O6YbHzbx7rIcT0xJwrdfp1xr0KOzCdSxd8X5Ck4PqD
0QaDzmahoqVm3GxVX0uBusCvV3vtwaAqB8KJvJImvQVoGSNw9sVcainY/9X8D/rv
/heGGXIYJzcNLtLup7Ht5zkNSa0/uIA1b5BnOu3JTGyd3iwXqCu0hOqEeadKYFn7
lo6y2WizYMlmhnbFCyIK4QBVa4AXZC3KkLxOXlWPq5yGMxWVrVK4ZrOYhecvJ/Ra
6+JlRgTXstOa602wEsXyGqMX4g3tyG9db6RyVRgvRb4oxjlrLYQKLZhEjVn+08do
k86PV5S3mFObm/c+tT+QOKE6Ztgj4zvdjZSnU20EBxjkOutCf1w=
=Dcul
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20f9b771b961262ded986a4f32b8d259ad9f7bc48bb29eac0a5d5853be1d917f
size 1072212

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Dec 3 19:21:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/21.12.0/
- No code change since 21.11.90
-------------------------------------------------------------------
Sat Nov 27 17:47:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.11.90
* New feature release
- No code change since 21.11.80
-------------------------------------------------------------------
Sat Nov 13 18:07:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.11.80
* New feature release
-------------------------------------------------------------------
Wed Feb 3 10:33:42 UTC 2021 - wbauer@tmo.at

View File

@@ -17,14 +17,19 @@
%define rname kdev-python
%bcond_without lang
Name: kdevelop5-plugin-python3
Version: 5.6.2
Version: 21.12.0
Release: 0
Summary: Python support for KDevelop
License: GPL-2.0-or-later
Group: Development/Tools/IDE
URL: https://www.kdevelop.org
Source0: https://download.kde.org/stable/kdevelop/%{version}/src/%{rname}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kdevelop5
@@ -50,6 +55,7 @@ Obsoletes: kdevelop4-plugin-python3 < %{version}
%description
A KDevelop plugin which provides Python language support, including code completion and debugging using PDB.
%if %{with lang}
%package lang
Summary: Translations for package %{name}
Group: System/Localization
@@ -61,25 +67,30 @@ BuildArch: noarch
%description lang
Provides translations to the package %{name}
%endif
%prep
%setup -q -n %{rname}-%{version}
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf5 -d build
%make_build parser
%cmake_build
%cmake_kf5 -d build
%make_build parser
%cmake_build
%install
%kf5_makeinstall -C build
%find_lang kdevpython %{name}.lang
%fdupes -s %{buildroot}
%kf5_makeinstall -C build
%if %{with lang}
%find_lang kdevpython %{name}.lang
%endif
%fdupes -s %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING
%license LICENSES/*
%doc README
%{_kf5_appstreamdir}/org.kde.kdev-python.metainfo.xml
%{_kf5_debugdir}/kdevpythonsupport.categories
@@ -88,6 +99,8 @@ Provides translations to the package %{name}
%{_kf5_sharedir}/kdevappwizard/
%{_kf5_sharedir}/kdevpythonsupport/
%if %{with lang}
%files lang -f %{name}.lang
%endif
%changelog