Update to build 8.2-504

This commit is contained in:
Tom Lane 2006-12-15 23:39:09 +00:00
parent bfaa6c2172
commit 3bcde3df33
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
postgresql-jdbc-8.1-407.src.tar.gz postgresql-jdbc-8.2-504.src.tar.gz

View File

@ -33,19 +33,18 @@
%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.1-407 %define upstreamver 8.2-504
Summary: JDBC driver for PostgreSQL Summary: JDBC driver for PostgreSQL
Name: postgresql-jdbc Name: postgresql-jdbc
Version: 8.1.407 Version: 8.2.504
Release: 1jpp.4 Release: 1jpp%{?dist}
Epoch: 0 Epoch: 0
License: BSD License: BSD
Group: Applications/Databases 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-unspec-string.patch
%if ! %{gcj_support} %if ! %{gcj_support}
BuildArch: noarch BuildArch: noarch
@ -78,8 +77,6 @@ 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=
@ -122,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc LICENSE README doc/* example %doc LICENSE README doc/*
%{_javadir}/* %{_javadir}/*
%if %{gcj_support} %if %{gcj_support}
%dir %{_libdir}/gcj/%{name} %dir %{_libdir}/gcj/%{name}
@ -131,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Dec 15 2006 Tom Lane <tgl@redhat.com> 8.2.504-1jpp
- Update to build 8.2-504
* Wed Aug 16 2006 Tom Lane <tgl@redhat.com> 8.1.407-1jpp.4 * Wed Aug 16 2006 Tom Lane <tgl@redhat.com> 8.1.407-1jpp.4
- Fix Requires: for rebuild-gcj-db (bz #202544) - Fix Requires: for rebuild-gcj-db (bz #202544)

View File

@ -1 +1 @@
cf018801596effd04783f120682da353 postgresql-jdbc-8.1-407.src.tar.gz 90e20213973a528d22c47a298e48ba58 postgresql-jdbc-8.2-504.src.tar.gz