|
@@ -19,7 +19,7 @@
|
|
|
Summary: PostgreSQL client programs and libraries.
|
|
|
Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
|
|
|
Name: postgresql
|
|
|
-Version: %{pgver}.4
|
|
|
+Version: %{pgver}.7
|
|
|
Release: 1%{?_dist_release}
|
|
|
# Conventions for PostgreSQL Global Development Group RPM releases:
|
|
|
#
|
|
@@ -554,7 +554,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%doc %{_defaultdocdir}/postgresql/contrib/*.example
|
|
|
%{_libdir}/postgresql/_int.so
|
|
|
%{_libdir}/postgresql/adminpack.so
|
|
|
-%{_libdir}/postgresql/ascii_and_mic.so
|
|
|
%{_libdir}/postgresql/auto_explain.so
|
|
|
%{_libdir}/postgresql/autoinc.so
|
|
|
%{_libdir}/postgresql/btree_gin.so
|
|
@@ -562,23 +561,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/postgresql/chkpass.so
|
|
|
%{_libdir}/postgresql/citext.so
|
|
|
%{_libdir}/postgresql/cube.so
|
|
|
-%{_libdir}/postgresql/cyrillic_and_mic.so
|
|
|
%{_libdir}/postgresql/dblink.so
|
|
|
%{_libdir}/postgresql/dict_int.so
|
|
|
%{_libdir}/postgresql/dict_xsyn.so
|
|
|
%{_libdir}/postgresql/earthdistance.so
|
|
|
-%{_libdir}/postgresql/euc_cn_and_mic.so
|
|
|
-%{_libdir}/postgresql/euc_jp_and_sjis.so
|
|
|
-%{_libdir}/postgresql/euc_kr_and_mic.so
|
|
|
-%{_libdir}/postgresql/euc_tw_and_big5.so
|
|
|
-%{_libdir}/postgresql/euc2004_sjis2004.so
|
|
|
%{_libdir}/postgresql/fuzzystrmatch.so
|
|
|
%{_libdir}/postgresql/hstore.so
|
|
|
%{_libdir}/postgresql/insert_username.so
|
|
|
%{_libdir}/postgresql/libpqwalreceiver.so
|
|
|
%{_libdir}/postgresql/isn.so
|
|
|
-%{_libdir}/postgresql/latin2_and_win1250.so
|
|
|
-%{_libdir}/postgresql/latin_and_mic.so
|
|
|
%{_libdir}/postgresql/lo.so
|
|
|
%{_libdir}/postgresql/ltree.so
|
|
|
%{_libdir}/postgresql/moddatetime.so
|
|
@@ -601,20 +592,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/postgresql/timetravel.so
|
|
|
%{_libdir}/postgresql/tsearch2.so
|
|
|
%{_libdir}/postgresql/unaccent.so
|
|
|
-%{_libdir}/postgresql/utf8_and_ascii.so
|
|
|
-%{_libdir}/postgresql/utf8_and_big5.so
|
|
|
-%{_libdir}/postgresql/utf8_and_cyrillic.so
|
|
|
-%{_libdir}/postgresql/utf8_and_euc_cn.so
|
|
|
-%{_libdir}/postgresql/utf8_and_euc_jp.so
|
|
|
-%{_libdir}/postgresql/utf8_and_euc_kr.so
|
|
|
-%{_libdir}/postgresql/utf8_and_euc_tw.so
|
|
|
-%{_libdir}/postgresql/utf8_and_gb18030.so
|
|
|
-%{_libdir}/postgresql/utf8_and_gbk.so
|
|
|
-%{_libdir}/postgresql/utf8_and_iso8859.so
|
|
|
-%{_libdir}/postgresql/utf8_and_iso8859_1.so
|
|
|
-%{_libdir}/postgresql/utf8_and_johab.so
|
|
|
-%{_libdir}/postgresql/utf8_and_sjis.so
|
|
|
-%{_libdir}/postgresql/utf8_and_uhc.so
|
|
|
%{_datadir}/pgsql/contrib/
|
|
|
%{_bindir}/oid2name
|
|
|
%{_bindir}/pgbench
|
|
@@ -645,9 +622,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_mandir}/man1/pg_resetxlog.*
|
|
|
%{_mandir}/man1/postgres.*
|
|
|
%{_mandir}/man1/postmaster.*
|
|
|
-%{_libdir}/postgresql/*_and_*.so
|
|
|
%{_libdir}/postgresql/dict_snowball.so
|
|
|
%{_libdir}/postgresql/plpgsql.so
|
|
|
+%{_libdir}/postgresql/*_and_*.so
|
|
|
+%{_libdir}/postgresql/euc2004_sjis2004.so
|
|
|
%{_datadir}/pgsql/*.sql
|
|
|
%{_datadir}/pgsql/postgres.bki
|
|
|
%{_datadir}/pgsql/postgres.description
|
|
@@ -714,6 +692,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Mar 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.7-1
|
|
|
+- new upstream release
|
|
|
+- move euc2004_sjis2004.so from -contrib to -server (BTS:1266)
|
|
|
+- remove *_and_*.so from -contrib (included in -server)
|
|
|
+
|
|
|
* Sat Apr 23 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.4-1
|
|
|
- updated postgresql to 9.0.4
|
|
|
|