summaryrefslogtreecommitdiffstats
path: root/drakwizard.spec
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-01 07:58:45 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-01 07:58:45 +0000
commit9d738700336323dcfbe134a3b09eaa0cecf98f3d (patch)
tree8b413c510892da1f7f85578f6befc84118a11685 /drakwizard.spec
parent501fa08a074771853980cc065f342af194ecafb0 (diff)
downloaddrakwizard-9d738700336323dcfbe134a3b09eaa0cecf98f3d.tar
drakwizard-9d738700336323dcfbe134a3b09eaa0cecf98f3d.tar.gz
drakwizard-9d738700336323dcfbe134a3b09eaa0cecf98f3d.tar.bz2
drakwizard-9d738700336323dcfbe134a3b09eaa0cecf98f3d.tar.xz
drakwizard-9d738700336323dcfbe134a3b09eaa0cecf98f3d.zip
Added require perl-XML-Parser and a Provides section
Diffstat (limited to 'drakwizard.spec')
-rw-r--r--drakwizard.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/drakwizard.spec b/drakwizard.spec
index 94c58972..02122430 100644
--- a/drakwizard.spec
+++ b/drakwizard.spec
@@ -1,6 +1,6 @@
%define name drakwizard
%define version 0.1
-%define release 1mdk
+%define release 2mdk
Summary: a collection of wizards
Name: %{name}
@@ -9,17 +9,21 @@ Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Configuration/Other
-Requires: perl, usermode
+Requires: perl, usermode, perl-XML-Parser
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
+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
@@ -42,6 +46,8 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/wizards*
%changelog
+* Wed Jul 31 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-2mdk
+- Added require perl-XML-Parser and a Provides section.
* Fri Jul 25 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-1mdk
- First packaging