Search
j0ke.net Open Build Service
>
Projects
>
server:pxe
>
pxemngr
> pxemngr.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pxemngr.spec of Package pxemngr
Name: pxemngr Version: 0.7.2 Release: 1 Summary: PXE Manager License: GPLv3 Group: System Url: http://code.splitted-desktop.com/pxemngr/ Source0: http://code.splitted-desktop.com/files/pxemngr/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: python-django %description The PXE manager is a system to control the PXE configuration on a machine by machine basis. The PXE manager maintains a database of the MAC addresses of the systems to manage. It also maintains links to PXE profiles for each MAC address under its control. %prep %setup -n %{name} %build %install %__make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README NEWS COPYING %config(noreplace) %{_sysconfdir}/pxemngr.conf %{_bindir}/pxemngr %dir %{_datadir}/pxemngr %{_datadir}/pxemngr/pxe %{_datadir}/pxemngr/tester %{_datadir}/pxemngr/__init__.py %{_datadir}/pxemngr/manage.py %{_datadir}/pxemngr/pxe/__init__.py %{_datadir}/pxemngr/pxe/addsystem %{_datadir}/pxemngr/pxe/common.py %{_datadir}/pxemngr/pxe/delsystem %{_datadir}/pxemngr/pxe/dpysystem %{_datadir}/pxemngr/pxe/models.py %{_datadir}/pxemngr/pxe/nextboot %{_datadir}/pxemngr/pxe/syncbootnames %{_datadir}/pxemngr/pxe/views.py %{_datadir}/pxemngr/settings.py %{_datadir}/pxemngr/tester/__init__.py %{_datadir}/pxemngr/tester/dpytest %{_datadir}/pxemngr/tester/forms.py %{_datadir}/pxemngr/tester/models.py %{_datadir}/pxemngr/tester/nexttest %{_datadir}/pxemngr/tester/synctestnames %{_datadir}/pxemngr/tester/views.py %{_datadir}/pxemngr/urls.py %changelog * Sun Aug 08 2010 Carsten Schoene <cs@linux-administrator.com> - 0.7.2-1 - initial build