diff options
Diffstat (limited to 'drakwizard.spec')
-rw-r--r-- | drakwizard.spec | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/drakwizard.spec b/drakwizard.spec new file mode 100644 index 00000000..94c58972 --- /dev/null +++ b/drakwizard.spec @@ -0,0 +1,47 @@ +%define name drakwizard +%define version 0.1 +%define release 1mdk + +Summary: a collection of wizards +Name: %{name} +Version: %{version} +Release: %{release} +Source0: %{name}-%{version}.tar.bz2 +License: GPL +Group: System/Configuration/Other +Requires: perl, usermode +BuildRequires: gtk+-devel +#Requires: wizards_lib-global +Buildroot: %{_tmppath}/%{name}-%{version} +Prefix: %{_prefix} + +Obsoletes: wizards_lib-dhcp-2.0.10-4mdk wizards_lib-ftp-2.0.10-4mdk wizards_lib-web-2.0.10-4mdk wizards_lib-2.0.10-4mdk wizards_lib-samba-2.0.10-4mdk wizards_lib-time-2.0.10-4mdk wizards_lib-global-2.0.10-4mdk wizards_lib-dns-2.0.10-4mdk wizards_lib-server-2.0.10-4mdk wizards_lib-proxy-2.0.10-4mdk wizards_lib-db-2.0.10-4mdk wizards_lib-news-2.0.10-4mdk wizards_lib-firewall-2.0.10-4mdk wizards_lib-client-2.0.10-4mdk wizards_lib-common-2.0.10-4mdk wizards_lib-postfix-2.0.10-4mdk + +%description +drakwizard allows you to launch : +- server wizard: configures basic services. +- 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 Jul 25 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-1mdk +- First packaging + |