package created by silvan using the webbuild interface [release 2-1mamba;Sun May 19 2013]
This commit is contained in:
parent
f3701d9aac
commit
cf44ecd7b9
51
systemd-ui.spec
Normal file
51
systemd-ui.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user