aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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