summaryrefslogtreecommitdiffstats
path: root/drakwizard.spec
blob: 94c5897216baad56dc23ebc61a5293c40052fe37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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