|
|
@ -1,7 +1,7 @@
|
|
|
|
Name: libksysguard
|
|
|
|
Name: libksysguard
|
|
|
|
Summary: Library for managing processes running on the system
|
|
|
|
Summary: Library for managing processes running on the system
|
|
|
|
Version: 5.15.4
|
|
|
|
Version: 5.15.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
@ -15,23 +15,33 @@ URL: https://cgit.kde.org/%{name}.git
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-kdelibs4support-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-knewstuff-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-plasma-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-kglobalaccel-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
|
|
|
# kf5 required
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Completion)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Auth)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5IconThemes)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Service)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5GlobalAccel)
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
|
|
|
|
# kf5 optional
|
|
|
|
|
|
|
|
BuildRequires: cmake(KF5Plasma)
|
|
|
|
|
|
|
|
# qt5 required
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5DBus)
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5Network)
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5X11Extras)
|
|
|
|
|
|
|
|
# qt5 optional
|
|
|
|
|
|
|
|
BuildRequires: cmake(Qt5WebEngineWidgets)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: libXres-devel
|
|
|
|
BuildRequires: libXres-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtscript-devel
|
|
|
|
|
|
|
|
BuildRequires: qt5-qttools-devel
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtwebkit-devel
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: kf5-ksysguard < 5.1.95
|
|
|
|
Obsoletes: kf5-ksysguard < 5.1.95
|
|
|
|
Provides: kf5-ksysguard = %{version}-%{release}
|
|
|
|
Provides: kf5-ksysguard = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
@ -108,6 +118,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.4-2
|
|
|
|
|
|
|
|
- refresh build deps, add qtwebengine (#1699687)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.4-1
|
|
|
|
* Wed Apr 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.15.4-1
|
|
|
|
- 5.15.4
|
|
|
|
- 5.15.4
|
|
|
|
|
|
|
|
|
|
|
|