]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- locales enabled, nfy
authorwrobell <wrobell@pld-linux.org>
Thu, 20 Nov 2003 02:31:31 +0000 (02:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.238

postgresql.spec

index 57cb4d0d852a973caa7f617a98ef7672af285e37..b1a30be9b0f3a7a3e925236378c70306fcef9b51 100644 (file)
@@ -2,8 +2,14 @@
 # - pg_autovacuum init support? look at its readme file, please
 # - put pgcrypto docs into docdir
 # - put pgcrypto sql files in %{_datadir}/postgresql
-# - look at locales (libpq and others - --enable-nls for configure should
-#   suffice)
+# - add locales:
+#        libpq.mo
+#        pg_controldata.mo
+#        pg_dump.mo
+#        pg_resetxlog.mo
+#        pgscripts.mo
+#        postgres.mo
+#        psql.mo
 # - pg_ctl uses psql again, current patch2 doesn't eliminate this
 # - remove postgresql-configure patch and create postgresql-doc patch,
 #   which will prevent documentation and manuals installation (the routine
@@ -769,6 +775,7 @@ rm -f config/libtool.m4
        %{!?_without_pgsql_locale:--enable-locale} \
        %{!?_without_pgsql_multibyte:--enable-multibyte} \
        --disable-rpath \
+       --enable-nls \
        --enable-thread-safety \
        --enable-integer-datetimes \
        --enable-depend \
This page took 0.071436 seconds and 4 git commands to generate.