epel8
Rex Dieter 5 years ago
parent e399cf478f
commit 904471eacd

1
.gitignore vendored

@ -18,3 +18,4 @@
/kconfig-5.63.0.tar.xz
/kconfig-5.64.0.tar.xz
/kconfig-5.65.0.tar.xz
/kconfig-5.66.0.tar.xz

@ -8,7 +8,7 @@
%if 0%{?fedora}
%ifnarch ppc64 s390x
%if 0%{?fedora} < 29
%global python 1
%global python_bindings 1
%endif
%endif
%endif
@ -20,7 +20,7 @@
%global ninja 1
Name: kf5-%{framework}
Version: 5.65.0
Version: 5.66.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
@ -52,7 +52,7 @@ BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qttools-devel
%if 0%{?python}
%if 0%{?python_bindings}
%if 0%{?fedora} && 0%{?fedora} < 27
BuildRequires: bundled(python2-clang) >= 4.0.1
%else
@ -105,7 +105,7 @@ KConfigGui provides a way to hook widgets to the configuration so that they are
automatically initialized from the configuration and automatically propagate
their changes to their respective configuration files.
%if 0%{?python}
%if 0%{?python_bindings}
%package -n python2-pykf5-%{framework}
Summary: Python2 bindings for %{framework}
Requires: %{name} = %{version}-%{release}
@ -132,7 +132,7 @@ BuildArch: noarch
%build
%if 0%{?python:1}
%if 0%{?python_bindings:1}
PYTHONPATH=%{_datadir}/ECM/python
export PYTHONPATH
%endif
@ -203,7 +203,7 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigCore.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigGui.pri
%if 0%{?python}
%if 0%{?python_bindings}
%files -n python2-pykf5-%{framework}
%{python2_sitearch}/PyKF5/
@ -216,6 +216,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%changelog
* Tue Jan 07 2020 Rex Dieter <rdieter@fedoraproject.org>
- 5.66.0
* Tue Dec 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.65.0-1
- 5.65.0

@ -1 +1 @@
SHA512 (kconfig-5.65.0.tar.xz) = 4a15605ac1d573eb01acb06c83c1ad7dc64f1642f295ad162b460f32ef7c77eeab0d7fdf131057da04c669bbb4f35201f580c52b2f034c4bb0129bbf7775800b
SHA512 (kconfig-5.66.0.tar.xz) = bf809e1d1dcdfcc36f970f61d99b943db8583cc5c2b6c2b3d68e011d4503e5d22e659146e21b687acb8da890e002ab93b1deba79041f88d18e52f078ab138f74

Loading…
Cancel
Save