Update to build 8.3-603
This commit is contained in:
parent
18a7159297
commit
c18c5767e6
@ -1 +1 @@
|
|||||||
postgresql-jdbc-8.2-506.src.tar.gz
|
postgresql-jdbc-8.3-603.src.tar.gz
|
||||||
|
17
postgresql-jdbc-version.patch
Normal file
17
postgresql-jdbc-version.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Needed to build on Fedora 8 or later ...
|
||||||
|
|
||||||
|
|
||||||
|
diff -Naur postgresql-jdbc-8.3-603.src.orig/build.xml postgresql-jdbc-8.3-603.src/build.xml
|
||||||
|
--- postgresql-jdbc-8.3-603.src.orig/build.xml 2008-01-08 01:56:26.000000000 -0500
|
||||||
|
+++ postgresql-jdbc-8.3-603.src/build.xml 2008-02-12 11:57:16.000000000 -0500
|
||||||
|
@@ -45,7 +45,10 @@
|
||||||
|
<equals arg1="${java.specification.version}" arg2="1.5"/>
|
||||||
|
</condition>
|
||||||
|
<condition property="jdbc4">
|
||||||
|
+ <or>
|
||||||
|
<equals arg1="${java.specification.version}" arg2="1.6"/>
|
||||||
|
+ <equals arg1="${java.specification.version}" arg2="1.7"/>
|
||||||
|
+ </or>
|
||||||
|
</condition>
|
||||||
|
<condition property="jdbc3any">
|
||||||
|
<or>
|
@ -33,11 +33,11 @@
|
|||||||
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||||
|
|
||||||
%define section devel
|
%define section devel
|
||||||
%define upstreamver 8.2-506
|
%define upstreamver 8.3-603
|
||||||
|
|
||||||
Summary: JDBC driver for PostgreSQL
|
Summary: JDBC driver for PostgreSQL
|
||||||
Name: postgresql-jdbc
|
Name: postgresql-jdbc
|
||||||
Version: 8.2.506
|
Version: 8.3.603
|
||||||
Release: 1jpp%{?dist}
|
Release: 1jpp%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -45,6 +45,7 @@ Group: Applications/Databases
|
|||||||
URL: http://jdbc.postgresql.org/
|
URL: http://jdbc.postgresql.org/
|
||||||
|
|
||||||
Source0: http://jdbc.postgresql.org/download/%{name}-%{upstreamver}.src.tar.gz
|
Source0: http://jdbc.postgresql.org/download/%{name}-%{upstreamver}.src.tar.gz
|
||||||
|
Patch1: postgresql-jdbc-version.patch
|
||||||
|
|
||||||
%if ! %{gcj_support}
|
%if ! %{gcj_support}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -77,6 +78,8 @@ rmdir %{name}-%{upstreamver}.src
|
|||||||
# remove any binary libs
|
# remove any binary libs
|
||||||
find -name "*.jar" -or -name "*.class" | xargs rm -f
|
find -name "*.jar" -or -name "*.class" | xargs rm -f
|
||||||
|
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export OPT_JAR_LIST="ant/ant-junit junit"
|
export OPT_JAR_LIST="ant/ant-junit junit"
|
||||||
export CLASSPATH=
|
export CLASSPATH=
|
||||||
@ -128,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 12 2008 Tom Lane <tgl@redhat.com> 8.3.603-1jpp
|
||||||
|
- Update to build 8.3-603
|
||||||
|
|
||||||
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 8.2.506-1jpp
|
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 8.2.506-1jpp
|
||||||
- Update to build 8.2-506
|
- Update to build 8.2-506
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user