%define name drakwizard %define version 0.1 %define release 4mdk Summary: Wizard Launcher and its collection of wizards Name: %{name} Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.bz2 License: GPL Group: System/Configuration/Other Requires: perl, usermode, perl-XML-Parser BuildRequires: gtk+-devel #Requires: wizards_lib-global Buildroot: %{_tmppath}/%{name}-%{version} Prefix: %{_prefix} Obsoletes: wizards_lib-dhcp wizards_lib-ftp wizards_lib-web wizards_lib wizard wizards_lib-time wizards_lib-global wizards_lib-dns wizards_lib-server wizards_lib-proxy wizards_lib-db wizards_lib-news wizards_lib-firewall wizards_lib-client wizards_lib-common wizards_lib-postfix Provides: wizards_lib-dhcp wizards_lib-ftp wizards_lib-web wizards_lib wizard wizards_lib-time wizards_lib-global wizards_lib-dns wizards_lib-server wizards_lib-proxy wizards_lib-db wizards_lib-news wizards_lib-firewall wizards_lib-client wizards_lib-common wizards_lib-postfix %description drakwizard allows you to launch : - server wizard: configures basic services. - global wizard: wizard that launch each other. - dhcpd, dns, postfix, samba, firewall, web, ftp, news, time wizards... %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc Wizard.dtd %_sbindir/drakwizard %_datadir/wizards* %changelog * Fri Aug 2 2002 Arnaud Desmons 0.1-4mdk - Server wizard navigation bugs fixes. * Thu Aug 1 2002 Arnaud Desmons 0.1-3mdk - Dns wizard bug fixes and optimisations, set isWizard * Wed Jul 31 2002 Arnaud Desmons 0.1-2mdk - Added require perl-XML-Parser and a Provides section. * Fri Jul 25 2002 Arnaud Desmons 0.1-1mdk - First packaging