From b80b56358396566219357563954d4d035304d047 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 26 Jul 2002 09:55:05 +0000 Subject: build one big rpm and obsolete all wizards rpms --- drakwizard.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 drakwizard.spec (limited to 'drakwizard.spec') 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 0.1-1mdk +- First packaging + -- cgit v1.2.1