From cf44ecd7b9d08c1be1dc3f20172160f302179b65 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:19:04 +0100 Subject: [PATCH] package created by silvan using the webbuild interface [release 2-1mamba;Sun May 19 2013] --- README.md | 2 ++ systemd-ui.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 systemd-ui.spec diff --git a/README.md b/README.md index 533b923..c67d6e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # systemd-ui +UI tools for systemd. + diff --git a/systemd-ui.spec b/systemd-ui.spec new file mode 100644 index 0000000..cc84adf --- /dev/null +++ b/systemd-ui.spec @@ -0,0 +1,51 @@ +Name: systemd-ui +Version: 2 +Release: 1mamba +Summary: UI tools for systemd +Group: Graphical Desktop/Applications/Administration +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://cgit.freedesktop.org/systemd/systemd-ui/ +Source: http://cgit.freedesktop.org/systemd/systemd-ui/snapshot/systemd-ui-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgee-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libnotify-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +UI tools for systemd. + +%debug_package + +%prep +%setup -q + +%build +./autogen.sh +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/systemadm +%{_bindir}/systemd-gnome-ask-password-agent +%{_datadir}/applications/systemadm.desktop +%{_mandir}/man1/systemadm.1.gz +%doc LICENSE + +%changelog +* Sun May 19 2013 Silvan Calarco 2-1mamba +- package created by silvan using the webbuild interface