From 441b252d4834cd0bc2986f98e5cb9a195fbba58b Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 9 Aug 2002 13:23:43 +0000 Subject: added find-lang and made some clean up --- drakwizard.spec | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'drakwizard.spec') diff --git a/drakwizard.spec b/drakwizard.spec index bde3445e..39adecb7 100644 --- a/drakwizard.spec +++ b/drakwizard.spec @@ -1,24 +1,24 @@ %define name drakwizard -%define version 0.1 -%define release 5mdk +%define version 0.2 +%define release 1mdk -Summary: Wizard Launcher and its collection of wizards Name: %{name} Version: %{version} Release: %{release} -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}.tar.bz2 License: GPL Group: System/Configuration/Other Requires: perl, usermode, perl-XML-Parser BuildRequires: gtk+-devel -#Requires: wizards_lib-global -Buildroot: %{_tmppath}/%{name}-%{version} +Buildroot: %{_tmppath}/%{name} +BuildArch: noarch Prefix: %{_prefix} 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 +Summary: Wizard Launcher and its collection of wizards %description drakwizard allows you to launch : @@ -27,25 +27,36 @@ drakwizard allows you to launch : - dhcpd, dns, postfix, samba, firewall, web, ftp, news, time wizards... %prep -%setup -q +%setup -q -n %{name} %build %install rm -rf $RPM_BUILD_ROOT - %makeinstall +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME -%files +%files -f %{name}.lang %defattr(-,root,root) %doc Wizard.dtd %_sbindir/drakwizard %_datadir/wizards* %changelog +* Fri Aug 9 2002 Arnaud Desmons 0.2-1mdk +- i18n support + +* Wed Aug 7 2002 Arnaud Desmons 0.1-7mdk +- No "prev" when it is impossible. + +* Tue Aug 6 2002 Arnaud Desmons 0.1-6mdk +- A lot of bug fixes in wiz files +- Added chooser support. + * Fri Aug 2 2002 Arnaud Desmons 0.1-5mdk - Added sub wizard support @@ -53,7 +64,8 @@ rm -rf $RPM_BUILD_ROOT - Server wizard navigation bugs fixes. * Thu Aug 1 2002 Arnaud Desmons 0.1-3mdk -- Dns wizard bug fixes and optimisations, set isWizard +- Dns wizard bug fixes and optimisations +- Set isWizard * Wed Jul 31 2002 Arnaud Desmons 0.1-2mdk - Added require perl-XML-Parser and a Provides section. -- cgit v1.2.1