%define version 0.9.0 %define name drakpxelinux %define release 1mdk Summary: PXE default file configurator Name: %{name} Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.bz2 License: GPL URL: http://people.mandrakesoft.com/~aginies/drakpxe2.jpg Group: System/Configuration/Other Packager: Antoine Ginies Requires: perl-Gtk2, perl-MDK-Common, pxe, drakxtools, tftp-server, xinetd BuildRoot: %{_tmppath}/%{name}-buildroot Buildarch: noarch %description Quick configuration of PXE menu parameters. %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT install #menu mkdir -p $RPM_BUILD_ROOT%{_menudir} cat >$RPM_BUILD_ROOT%{_menudir}/%{name} < 0.9.0-1mdk - add interactive help - use OptionMenu instead of Combo box * Fri Aug 6 2004 guibo 0.8.0-3mdk - remove kernel/initrd in remove mode - default options are blank in add image - add a test in file selection - readjust info in wizard - add a wait message in wizard - add info in edit box - add a dialog box (first time launch) * Fri Aug 6 2004 guibo 0.8.0-2mdk - improve get information - fix pb of wizard - block rename of label (to fix pb of same label name) - typo * Fri Aug 6 2004 Antoine Ginies 0.8.0-1mdk - fix button display - add help.txt support - fix wizard - add label - enable tftp server - save old config - add wizard to add an image in pxe - cell no more editable - fix get_information in help.txt * Thu Aug 5 2004 guibo 0.7.0-1mdk - fix display pb - add entry in menu - correct requires * Thu Jul 29 2004 Antoine Ginies 0.6.0-1mdk - fix edit dialog box - now support embedded mode (mcc) * Wed Jul 28 2004 mdkc 0.5.0-2mdk - fix cancel button (initrd/kernel choice) * Thu Jul 22 2004 Antoine Ginies 0.5.0-1mdk - first release