[kcm_systemd] Initial import (#1085130).

Kevin Kofler kkofler at fedoraproject.org
Wed May 7 22:34:12 UTC 2014


commit 9fd9c97032ba9e91bce9feb9f9e111428db89dd8
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Thu May 8 00:34:01 2014 +0200

    Initial import (#1085130).

 .gitignore       |    1 +
 kcm_systemd.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e74eab6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/161871-kcmsystemd-0.6.1.tar.gz
diff --git a/kcm_systemd.spec b/kcm_systemd.spec
new file mode 100644
index 0000000..afebf8c
--- /dev/null
+++ b/kcm_systemd.spec
@@ -0,0 +1,52 @@
+Name:           kcm_systemd
+Version:        0.6.1
+Release:        1%{?dist}
+Summary:        Systemd control module for KDE
+
+License:        GPLv3+
+URL:            http://kde-apps.org/content/show.php/Kcmsystemd?content=161871
+Source0:        http://kde-apps.org/CONTENT/content-files/161871-kcmsystemd-%{version}.tar.gz
+
+BuildRequires:  boost-devel
+BuildRequires:  kdelibs4-devel
+
+%description
+Systemd control module for KDE. It provides a graphical frontend for the systemd
+daemon, which allows for viewing and controlling systemd units, as well as
+modifying configuration files. In integrates in the System Settings dialogue in
+KDE.
+
+%prep
+%setup -q -n kcmsystemd-%{version}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ../
+popd
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%files
+%doc LICENSE NEWS README.md
+%{_kde4_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsystemd.conf
+%{_kde4_libdir}/kde4/kcm_systemd.so
+%{_kde4_libexecdir}/kcmsystemdhelper
+%{_kde4_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsystemd.service
+%{_kde4_datadir}/kde4/services/kcm_systemd.desktop
+%{_kde4_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsystemd.policy
+
+%changelog
+* Mon Apr 07 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.6.1-1
+- Rename package from kcm-systemd to kcm_systemd
+- Update to 0.6.1
+- Point URL and Source0 to kde-apps.org (released tarball) instead of github
+- Line-wrap %%description and fix a spelling/grammar error in it
+
+* Wed Dec 25 2013 Mario Blättermann <mario.blaettermann at gmail.com> - 0.4.0-2
+- Use kdelibs4 instead of kdelibs
+
+* Wed Dec 18 2013 Mario Blättermann <mariobl at fedoraproject.org> 0.4.0-1
+- Initial package
diff --git a/sources b/sources
index e69de29..8fcd48f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+404215fb57c9efc429de458ec9de325a  161871-kcmsystemd-0.6.1.tar.gz


More information about the scm-commits mailing list