|
@@ -6,7 +6,6 @@
|
|
%{?beta:%define __os_install_post /usr/lib/rpm/brp-compress}
|
|
%{?beta:%define __os_install_post /usr/lib/rpm/brp-compress}
|
|
|
|
|
|
%define tcl 1
|
|
%define tcl 1
|
|
-##define jdbc 1
|
|
|
|
%define test 0
|
|
%define test 0
|
|
%define pltcl 1
|
|
%define pltcl 1
|
|
%define pls 1
|
|
%define pls 1
|
|
@@ -16,12 +15,11 @@
|
|
%define pam 1
|
|
%define pam 1
|
|
|
|
|
|
%define pgver 9.0
|
|
%define pgver 9.0
|
|
-##define jdbcver 9.0
|
|
|
|
|
|
|
|
Summary: PostgreSQL client programs and libraries.
|
|
Summary: PostgreSQL client programs and libraries.
|
|
Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
|
|
Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
|
|
Name: postgresql
|
|
Name: postgresql
|
|
-Version: %{pgver}.3
|
|
+Version: %{pgver}.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
# Conventions for PostgreSQL Global Development Group RPM releases:
|
|
# Conventions for PostgreSQL Global Development Group RPM releases:
|
|
#
|
|
#
|
|
@@ -287,20 +285,6 @@ system. The postgresql-tcl package contains the libpgtcl client library,
|
|
the pg-enhanced pgtclsh,and the pg-enhanced tksh, if so configured at buildtime.
|
|
the pg-enhanced pgtclsh,and the pg-enhanced tksh, if so configured at buildtime.
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-## #----------
|
|
|
|
-## %if %jdbc
|
|
|
|
-## %package jdbc
|
|
|
|
-## Summary: Files needed for Java programs to access a PostgreSQL database.
|
|
|
|
-## Summary(ja): PostgreSQL データベースにアクセスする Java プログラムのために必要なファイル群
|
|
|
|
-## Group: Applications/Databases
|
|
|
|
-## Obsoletes: postgresql7-jdbc
|
|
|
|
-##
|
|
|
|
-## %description jdbc
|
|
|
|
-## PostgreSQL is an advanced Object-Relational database management
|
|
|
|
-## system. The postgresql-jdbc package includes the .jar file needed for
|
|
|
|
-## Java programs to access a PostgreSQL database.
|
|
|
|
-## %endif
|
|
|
|
-
|
|
|
|
#------------
|
|
#------------
|
|
%if %test
|
|
%if %test
|
|
%package test
|
|
%package test
|
|
@@ -387,17 +371,6 @@ make -C contrib DESTDIR=$RPM_BUILD_ROOT install
|
|
install -m644 src/Makefile.global $RPM_BUILD_ROOT%{_includedir}/pgsql
|
|
install -m644 src/Makefile.global $RPM_BUILD_ROOT%{_includedir}/pgsql
|
|
install -m644 src/Makefile.shlib $RPM_BUILD_ROOT%{_includedir}/pgsql
|
|
install -m644 src/Makefile.shlib $RPM_BUILD_ROOT%{_includedir}/pgsql
|
|
|
|
|
|
-## %if %jdbc
|
|
|
|
-## # Java/JDBC
|
|
|
|
-## # The user will have to set a CLASSPATH to find it here, but not sure where else to put it...
|
|
|
|
-##
|
|
|
|
-## # JDBC jars
|
|
|
|
-## install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/pgsql
|
|
|
|
-## install -m 755 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/pgsql
|
|
|
|
-## install -m 755 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/pgsql
|
|
|
|
-## install -m 755 %{SOURCE13} $RPM_BUILD_ROOT%{_datadir}/pgsql
|
|
|
|
-## %endif
|
|
|
|
-
|
|
|
|
# initscript
|
|
# initscript
|
|
install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
|
|
install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
|
|
sed "s/^PGVERSION=.*/PGVERSION=%{pgver}/" %{SOURCE3} \
|
|
sed "s/^PGVERSION=.*/PGVERSION=%{pgver}/" %{SOURCE3} \
|
|
@@ -733,17 +706,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-##%if %jdbc
|
|
|
|
-##%files jdbc
|
|
|
|
-##%defattr(-,root,root)
|
|
|
|
-## #%{_datadir}/pgsql/postgresql-%{pgver}-%{jdbcver}.jdbc2.jar
|
|
|
|
-## #%{_datadir}/pgsql/postgresql-%{pgver}-%{jdbcver}.jdbc2ee.jar
|
|
|
|
-## %{_datadir}/pgsql/postgresql-8.3-605.jdbc2.jar
|
|
|
|
-## %{_datadir}/pgsql/postgresql-8.3-605.jdbc2ee.jar
|
|
|
|
-## %{_datadir}/pgsql/postgresql-%{pgver}-%{jdbcver}.jdbc3.jar
|
|
|
|
-## %{_datadir}/pgsql/postgresql-%{pgver}-%{jdbcver}.jdbc4.jar
|
|
|
|
-##%endif
|
|
|
|
-
|
|
|
|
%if %test
|
|
%if %test
|
|
%files test
|
|
%files test
|
|
%defattr(-,postgres,postgres)
|
|
%defattr(-,postgres,postgres)
|
|
@@ -752,6 +714,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 23 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.4-1
|
|
|
|
+- updated postgresql to 9.0.4
|
|
|
|
+
|
|
* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.3-1
|
|
* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.3-1
|
|
- updated postgresql to 9.0.3
|
|
- updated postgresql to 9.0.3
|
|
- separated postgresql-jdbc package
|
|
- separated postgresql-jdbc package
|