package created by silvan using the webbuild interface [release 2-1mamba;Sun May 19 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 18:19:04 +01:00
parent f3701d9aac
commit cf44ecd7b9
2 changed files with 53 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# systemd-ui
UI tools for systemd.

51
systemd-ui.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 2-1mamba
- package created by silvan using the webbuild interface