|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: libksysguard
|
|
|
|
|
Version: 5.4.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library for managing processes running on the system
|
|
|
|
|
Version: 5.4.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://projects.kde.org/projects/kde/workspace/libksysguard
|
|
|
|
@ -14,29 +14,28 @@ URL: https://projects.kde.org/projects/kde/workspace/libksysguard
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
BuildRequires: libXres-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
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-rpm-macros
|
|
|
|
|
BuildRequires: libXres-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtscript-devel
|
|
|
|
|
BuildRequires: qt5-qttools-devel
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
BuildRequires: qt5-qtwebkit-devel
|
|
|
|
|
BuildRequires: qt5-qtscript-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
|
BuildRequires: kf5-kdelibs4support-devel
|
|
|
|
|
BuildRequires: kf5-plasma-devel
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
BuildRequires: kf5-knewstuff-devel
|
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
Obsoletes: kf5-ksysguard < 5.1.95
|
|
|
|
|
Provides: kf5-ksysguard = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
Requires: libksysguard-common = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
KSysGuard library provides API to read and manage processes
|
|
|
|
@ -64,26 +63,26 @@ developing applications that use %{name}.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
|
%build
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
|
pushd %{_target_platform}
|
|
|
|
|
%{cmake_kf5} .. -DINCLUDE_INSTALL_DIR=%{_kf5_includedir}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%find_lang ksysguard_qt5 --with-qt --with-kde --all-name
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f ksysguard_qt5.lang
|
|
|
|
|
%doc COPYING.LIB
|
|
|
|
|
%license COPYING.LIB
|
|
|
|
|
%{_kf5_libdir}/liblsofui.so.*
|
|
|
|
|
%{_kf5_libdir}/libprocessui.so.*
|
|
|
|
|
%{_kf5_libdir}/libprocesscore.so.*
|
|
|
|
@ -98,15 +97,19 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%{_datadir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_includedir}/ksysguard
|
|
|
|
|
%{_kf5_includedir}/ksysguard/
|
|
|
|
|
%{_kf5_libdir}/liblsofui.so
|
|
|
|
|
%{_kf5_libdir}/libprocessui.so
|
|
|
|
|
%{_kf5_libdir}/libprocesscore.so
|
|
|
|
|
%{_kf5_libdir}/libksignalplotter.so
|
|
|
|
|
%{_kf5_libdir}/libksgrd.so
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5SysGuard
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5SysGuard/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 01 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
|
|
|
|
|
- cosmetics
|
|
|
|
|
|
|
|
|
|
* Wed Sep 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-1
|
|
|
|
|
- 5.4.1
|
|
|
|
|
|
|
|
|
|