aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-07 20:43:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-07 20:43:12 +0000
commit84265a356702f4ec5d7d8c8bfbe6987fbf633c88 (patch)
tree9399e28399eea915398bb79726cc9a38160c1e3f /specgen.sh
parent56f6715de2ffc7cfe536e4158f6bab7499809d22 (diff)
downloadfetchmail-84265a356702f4ec5d7d8c8bfbe6987fbf633c88.tar.gz
fetchmail-84265a356702f4ec5d7d8c8bfbe6987fbf633c88.tar.bz2
fetchmail-84265a356702f4ec5d7d8c8bfbe6987fbf633c88.zip
Don't build with internationalization by default.
svn path=/trunk/; revision=2341
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh10
1 files changed, 6 insertions, 4 deletions
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