summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-11-08 18:53:04 +0000
committerFlorent Villard <warly@mandriva.com>2003-11-08 18:53:04 +0000
commit0d42ac2ec2428049c186d93eba2e1bafd027b796 (patch)
treeefe632cf70f8f1dc99f553337e6955bdc93aec2b
parenta4b588dac6c4a0b825e9d6dd23fe56cdf84cb764 (diff)
downloaddrakwizard-0d42ac2ec2428049c186d93eba2e1bafd027b796.tar
drakwizard-0d42ac2ec2428049c186d93eba2e1bafd027b796.tar.gz
drakwizard-0d42ac2ec2428049c186d93eba2e1bafd027b796.tar.bz2
drakwizard-0d42ac2ec2428049c186d93eba2e1bafd027b796.tar.xz
drakwizard-0d42ac2ec2428049c186d93eba2e1bafd027b796.zip
remove dependency upon perl-XML-Parse
-rw-r--r--drakwizard.spec2
-rw-r--r--po/Makefile6
2 files changed, 0 insertions, 8 deletions
diff --git a/drakwizard.spec b/drakwizard.spec
index 1a2911e4..ed28e784 100644
--- a/drakwizard.spec
+++ b/drakwizard.spec
@@ -9,8 +9,6 @@ Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Configuration/Other
Requires: perl-base, usermode, perl-Locale-gettext, drakxtools >= 9.1-0.4mdk
-BuildRequires: gtk+-devel
-# perl-XML-Parser needed to extract strings in XML to po
BuildRequires: gettext-base
Buildroot: %{_tmppath}/%{name}
BuildArch: noarch
diff --git a/po/Makefile b/po/Makefile
index 6fbb18d8..d066dca9 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -3,12 +3,9 @@ localedir = ${prefix}/share/locale
PGOAL = drakwizard
-# *.wiz files (keep them to old strings)
-WIZFILES = $(shell find .. -type f -name "*.wiz")
# perl files with translatable strings
PL_FILES = ../drakwizard.pl $(shell find .. -type f -name "*pm")
-WIZCFILES = $(WIZFILES:%=%_.c)
PL_CFILES = $(PL_FILES:%=%_.c)
POFILES = $(shell ls *.po)
@@ -17,9 +14,6 @@ LANGS = $(POFILES:%.po=%)
all: $(PGOAL).pot $(MOFILES)
-$(WIZCFILES): %_.c: %
- ../wiz2fake_c.pl $< > $@
-
$(PL_CFILES): %_.c: %
./fake_c.pl $< > $@