summaryrefslogtreecommitdiffstats
path: root/drakwizard.spec
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-09 13:23:43 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-09 13:23:43 +0000
commit441b252d4834cd0bc2986f98e5cb9a195fbba58b (patch)
tree7669f6f491c917694d2deb2ebb863548c59a2a70 /drakwizard.spec
parentcd3f41141eb753d4e99a473eac73007420fcd5f2 (diff)
downloaddrakwizard-441b252d4834cd0bc2986f98e5cb9a195fbba58b.tar
drakwizard-441b252d4834cd0bc2986f98e5cb9a195fbba58b.tar.gz
drakwizard-441b252d4834cd0bc2986f98e5cb9a195fbba58b.tar.bz2
drakwizard-441b252d4834cd0bc2986f98e5cb9a195fbba58b.tar.xz
drakwizard-441b252d4834cd0bc2986f98e5cb9a195fbba58b.zip
added find-lang and made some clean up
Diffstat (limited to 'drakwizard.spec')
-rw-r--r--drakwizard.spec32
1 files changed, 22 insertions, 10 deletions
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 <adesmons@ke.mandrakesoft.com> 0.2-1mdk
+- i18n support
+
+* Wed Aug 7 2002 Arnaud Desmons <adesmons@ke.mandrakesoft.com> 0.1-7mdk
+- No "prev" when it is impossible.
+
+* Tue Aug 6 2002 Arnaud Desmons <adesmons@ke.mandrakesoft.com> 0.1-6mdk
+- A lot of bug fixes in wiz files
+- Added chooser support.
+
* Fri Aug 2 2002 Arnaud Desmons <adesmons@ke.mandrakesoft.com> 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 <adesmons@mandrakesoft.com> 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 <adesmons@mandrakesoft.com> 0.1-2mdk
- Added require perl-XML-Parser and a Provides section.