From 84265a356702f4ec5d7d8c8bfbe6987fbf633c88 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 7 Jan 1999 20:43:12 +0000 Subject: Don't build with internationalization by default. svn path=/trunk/; revision=2341 --- specgen.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'specgen.sh') diff --git a/specgen.sh b/specgen.sh index 89d1993c..4d9d9e47 100755 --- a/specgen.sh +++ b/specgen.sh @@ -93,7 +93,8 @@ GUI konfigurator do fetchmaila napisany w pythonie. %build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ -./configure --enable-nls --without-included-gettext +# Add --enable-nls --without-included-gettext for internationalization +./configure make %install @@ -124,7 +125,8 @@ rm -rf \$RPM_BUILD_ROOT %defattr (755, root, root) /usr/bin/fetchmail /usr/bin/fetchmailconf -/usr/share/locale/es/LC_MESSAGES/fetchmail.mo -/usr/share/locale/pl/LC_MESSAGES/fetchmail.mo -/usr/share/locale/pt_BR/LC_MESSAGES/fetchmail.mo +# Add these for internationalization +#/usr/share/locale/es/LC_MESSAGES/fetchmail.mo +#/usr/share/locale/pl/LC_MESSAGES/fetchmail.mo +#/usr/share/locale/pt_BR/LC_MESSAGES/fetchmail.mo EOF -- cgit v1.2.3