summaryrefslogtreecommitdiffstats
path: root/drakwizard.spec
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-07-26 09:55:05 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-07-26 09:55:05 +0000
commitb80b56358396566219357563954d4d035304d047 (patch)
treea7d56167e3a736804e91c7cba3f95cdf34bf3b42 /drakwizard.spec
parent4a44379795c9db5e7cbc4f9688c36e9e7814e765 (diff)
downloaddrakwizard-b80b56358396566219357563954d4d035304d047.tar
drakwizard-b80b56358396566219357563954d4d035304d047.tar.gz
drakwizard-b80b56358396566219357563954d4d035304d047.tar.bz2
drakwizard-b80b56358396566219357563954d4d035304d047.tar.xz
drakwizard-b80b56358396566219357563954d4d035304d047.zip
build one big rpm and obsolete all wizards rpms
Diffstat (limited to 'drakwizard.spec')
-rw-r--r--drakwizard.spec47
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
+