diff options
Diffstat (limited to 'drakwizard.spec')
-rw-r--r-- | drakwizard.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drakwizard.spec b/drakwizard.spec index e723daeb..d9adced1 100644 --- a/drakwizard.spec +++ b/drakwizard.spec @@ -1,6 +1,6 @@ %define name drakwizard -%define version 1.0 -%define release 4mdk +%define version 1.1 +%define release 1mdk Name: %{name} Version: %{version} @@ -10,7 +10,8 @@ License: GPL Group: System/Configuration/Other Requires: perl-base, usermode, perl-Locale-gettext, perl-XML-Parser, drakxtools >= 9.1-0.4mdk BuildRequires: gtk+-devel -BuildRequires: gettext perl-XML-Parser +# perl-XML-Parser needed to extract strings in XML to po +BuildRequires: gettext-base perl-XML-Parser Buildroot: %{_tmppath}/%{name} BuildArch: noarch Prefix: %{_prefix} @@ -50,6 +51,9 @@ rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME %_datadir/wizards* %changelog +* Thu Dec 19 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.1-1mdk +- fix to get png images with gtk2 + * Mon Nov 18 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.0-4mdk - Fixed FTP wizard install |