zbyszek pushed to systemd-ui (f22). "Not maintained upstream and does not work properly"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 15:11:37 UTC 2015


>From c7f8aeb84f85a02da2b8614c7531d336688ff838 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek at in.waw.pl>
Date: Thu, 9 Apr 2015 11:11:19 -0400
Subject: Not maintained upstream and does not work properly


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index abbffb8..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/systemd-ui-2.tar.xz
-/systemd-ui-3.tar.xz
diff --git a/0001-Add-appdata-file.patch b/0001-Add-appdata-file.patch
deleted file mode 100644
index 62a62ad..0000000
--- a/0001-Add-appdata-file.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From 5f6f27f4a8cb3151cf668a9c4bfb2c469cc5df56 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek at in.waw.pl>
-Date: Fri, 24 Jan 2014 13:57:10 -0500
-Subject: [PATCH] Add appdata file
-
----
- Makefile.am               |  4 ++++
- src/systemadm.appdata.xml | 26 ++++++++++++++++++++++++++
- 2 files changed, 30 insertions(+)
- create mode 100644 src/systemadm.appdata.xml
-
-diff --git a/Makefile.am b/Makefile.am
-index ee82e12..a93ec40 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -60,6 +60,10 @@ desktopdir = $(datadir)/applications
- dist_desktop_DATA = \
- 	src/systemadm.desktop
- 
-+appdatadir = $(datadir)/appdata
-+dist_appdata_DATA = \
-+	src/systemadm.appdata.xml
-+
- CLEANFILES += \
- 	${systemadm_SOURCES:.vala=.c}
- 
-diff --git a/src/systemadm.appdata.xml b/src/systemadm.appdata.xml
-new file mode 100644
-index 0000000..a72fd25
---- /dev/null
-+++ b/src/systemadm.appdata.xml
-@@ -0,0 +1,26 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<!-- Copyright 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> -->
-+<application>
-+  <id type="desktop">systemadm.desktop</id>
-+  <licence>CC0</licence>
-+  <description>
-+    <p>
-+      systemadm is the graphical browser for systemd units. It
-+      can show the list of units, possibly filtered by type.
-+      For individual units, name, description and dependencies
-+      with other units will be shown.
-+    </p>
-+
-+    <p>
-+      This tool has been largely obsoleted by the commandline
-+      tools like systemctl and systemd-analyze. Bugs are likely
-+      to be present.
-+    </p>
-+  </description>
-+  <screenshots>
-+    <screenshot type="default" width="1200" height="675">http://in.waw.pl/~zbyszek/systemd/systemadm-main-window.png</screenshot>
-+    <screenshot width="1200" height="675">http://in.waw.pl/~zbyszek/systemd/systemadm-sockets-target.png</screenshot>
-+  </screenshots>
-+  <url type="homepage">http://www.freedesktop.org/wiki/Software/systemd/</url>
-+  <updatecontact>zbyszek at in.waw.pl</updatecontact>
-+</application>
--- 
-1.8.5.3
-
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..780b401
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Not maintained upstream and does not work properly
diff --git a/sources b/sources
deleted file mode 100644
index 3d9397a..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-8e075c41f89a2888deee4ec3a8e75806  systemd-ui-3.tar.xz
diff --git a/systemd-ui.spec b/systemd-ui.spec
deleted file mode 100644
index 0b57302..0000000
--- a/systemd-ui.spec
+++ /dev/null
@@ -1,89 +0,0 @@
-Name:           systemd-ui
-Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        3
-Release:        5%{?dist}
-License:        GPLv2+
-Group:          Applications/System
-Summary:        Graphical front-end for systemd
-Source0:        http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
-Patch0:         0001-Add-appdata-file.patch
-BuildRequires:  vala
-BuildRequires:  pkgconfig
-BuildRequires:  gtk3-devel
-BuildRequires:  glib2-devel
-BuildRequires:  libgee-devel
-BuildRequires:  libnotify-devel
-BuildRequires:  desktop-file-utils
-BuildRequires:  automake
-BuildRequires:  autoconf
-Requires:       desktop-notification-daemon
-Obsoletes:      systemd-gtk < 45
-
-%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.
-
-The systemadm program has received little development or maintenance in the
-last few years, because development focus has shifted to command-line tools
-like systemctl and systemd-analyze. Nevertheless, despite awkward graphical
-design, systemadm remains the only graphical application for systemd unit
-management. YMMV.
-
-%prep
-%setup -q
-%patch0 -p1
-
-%build
-autoreconf
-%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
-%{_datadir}/appdata/
-%{_mandir}/man1/systemadm.*
-
-%changelog
-* Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Wed May 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> 3-3
-- Fix appata
-
-* Fri Jan 24 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> 3-2
-- Add appdata
-
-* Thu Dec 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> 3-1
-- version 3
-
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Sun Mar 24 2013 Kay Sievers <kay at redhat.com> - 2-1
-- version 2
-
-* Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Mar 20 2012 Michal Schmidt <mschmidt at redhat.com> - 1-2
-- Providing systemd-gtk is not necessary, because no package Requires it.
-- Bump the Obsoletes to cover F17 builds of systemd-gtk. If we rebase F17 to v45
-  and keep systemd-gtk, we'll need to bump yet more.
-
-* Sun Mar 18 2012 Kay Sievers <kay at redhat.com> - 1-1
-- initial release after split-off from systemd package
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/systemd-ui.git/commit/?h=f22&id=c7f8aeb84f85a02da2b8614c7531d336688ff838


More information about the scm-commits mailing list