52 lines
1.2 KiB
RPMSpec
52 lines
1.2 KiB
RPMSpec
|
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
|