[systemd-ui] version 1

Kay Sievers kay at fedoraproject.org
Mon Mar 19 14:20:02 UTC 2012


commit 900125d71e14bd6bb7778916ae20bb8908956311
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Mon Mar 19 15:19:01 2012 +0100

    version 1

 .gitignore      |    1 +
 sources         |    1 +
 systemd-ui.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fdf2ac6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/systemd-ui-1.tar.xz
diff --git a/sources b/sources
index e69de29..c9c0d87 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+aa481542e39639ab2236344ad96038fe  systemd-ui-1.tar.xz
diff --git a/systemd-ui.spec b/systemd-ui.spec
new file mode 100644
index 0000000..1bba6b4
--- /dev/null
+++ b/systemd-ui.spec
@@ -0,0 +1,46 @@
+Name:           systemd-ui
+Url:            http://www.freedesktop.org/wiki/Software/systemd
+Version:        1
+Release:        1%{?dist}
+License:        GPLv2+
+Group:          Applications/System
+Summary:        Graphical front-end for systemd
+Source0:        http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
+BuildRequires:  vala >= 0.11
+BuildRequires:  pkgconfig
+BuildRequires:  gtk2-devel
+BuildRequires:  glib2-devel
+BuildRequires:  libgee06-devel
+BuildRequires:  libnotify-devel >= 0.7
+BuildRequires:  desktop-file-utils
+Requires:       desktop-notification-daemon
+Provides:       systemd-gtk = 43-1
+Obsoletes:      systemd-gtk < 43-1
+
+%description
+Graphical front-end for systemd. It provides a simple user interface to manage
+services, and a graphical agent to request passwords from the user.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=%{buildroot} install
+
+desktop-file-install --delete-original  \
+  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
+  %{buildroot}%{_datadir}/applications/systemadm.desktop
+
+%files
+%{_bindir}/systemadm
+%{_bindir}/systemd-gnome-ask-password-agent
+%{_datadir}/applications/systemadm.desktop
+%{_mandir}/man1/systemadm.*
+
+%changelog
+* Sun Mar 18 2012 Kay Sievers <kay at redhat.com> - 1-1
+- initial release after split-off from systemd package


More information about the scm-commits mailing list