[ksysguard] Bring back ksysguardd subpackage

Daniel Vrátil dvratil at fedoraproject.org
Mon Feb 9 13:45:19 UTC 2015


commit bc520de9a85de6ae29a07d9ea2eb6b3c04f6bba3
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Feb 9 14:44:57 2015 +0100

    Bring back ksysguardd subpackage

 ksysguard.spec |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/ksysguard.spec b/ksysguard.spec
index f978545..806abb7 100644
--- a/ksysguard.spec
+++ b/ksysguard.spec
@@ -1,6 +1,6 @@
 Name:           ksysguard
 Version:        5.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        KDE Process Management application
 
 License:        GPLv2
@@ -31,16 +31,20 @@ BuildRequires:  kf5-ksysguard-devel
 BuildRequires:  kf5-kdoctools-devel
 
 BuildRequires:  lm_sensors-devel
-
 BuildRequires:  desktop-file-utils
 
 Requires:       kf5-filesystem
 
-Obsoletes:      ksysguardd < 5.0.0-1
+Requires:       ksysguardd = %{version}-%{release}
 
 %description
 %{summary}.
 
+%package -n    ksysguardd
+Summary: Performance monitor daemon
+%description -n ksysguardd
+%{summary}.
+
 %prep
 %setup -q -n %{name}-%{version}
 
@@ -75,18 +79,24 @@ fi
 %files -f ksysguard5.lang
 %doc COPYING COPYING.DOC README
 %{_bindir}/ksysguard
-%{_bindir}/ksysguardd
 %{_kf5_libdir}/libkdeinit5_ksysguard.so
 %{_datadir}/ksysguard
 %config %{_sysconfdir}/xdg/ksysguard.knsrc
-%config %{_sysconfdir}/ksysguarddrc
 %{_datadir}/applications/org.kde.ksysguard.desktop
 %{_docdir}/HTML/en/ksysguard
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_kf5_datadir}/knotifications5/ksysguard.notifyrc
 %{_kf5_datadir}/kxmlgui5/ksysguard
 
+%files -n ksysguardd
+%{_bindir}/ksysguardd
+%config %{_sysconfdir}/ksysguarddrc
+
+
 %changelog
+* Mon Feb 09 2015 Daniel Vrátil <dvratil at redhat.com> - 5.2.0-2
+- ksysguardd subpackage (originally requested in #426543)
+
 * Mon Jan 26 2015 Daniel Vrátil <dvratil at redhat.com> - 5.2.0-1
 - Plasma 5.2.0
 


More information about the scm-commits mailing list