Update to build 9.2-1001
This commit is contained in:
parent
bb015ef780
commit
62fc19ad5f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/postgresql-jdbc-9.1-902.src.tar.gz
|
||||
/postgresql-jdbc-9.2-1001.src.tar.gz
|
||||
|
@ -33,11 +33,11 @@
|
||||
%global gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||
|
||||
%global section devel
|
||||
%global upstreamver 9.1-902
|
||||
%global upstreamver 9.2-1001
|
||||
|
||||
Summary: JDBC driver for PostgreSQL
|
||||
Name: postgresql-jdbc
|
||||
Version: 9.1.902
|
||||
Version: 9.2.1001
|
||||
Release: 1%{?dist}
|
||||
# ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD
|
||||
License: BSD and ASL 2.0
|
||||
@ -70,8 +70,6 @@ Requires(postun): jpackage-utils
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
Obsoletes: rh-postgresql-jdbc
|
||||
|
||||
%description
|
||||
PostgreSQL is an advanced Object-Relational database management
|
||||
system. The postgresql-jdbc package includes the .jar files needed for
|
||||
@ -79,9 +77,10 @@ Java programs to access a PostgreSQL database.
|
||||
|
||||
%prep
|
||||
%setup -c -q
|
||||
mv -f %{name}-%{upstreamver}.src/* .
|
||||
rm -f %{name}-%{upstreamver}.src/.gitignore
|
||||
rmdir %{name}-%{upstreamver}.src
|
||||
# 9.2-1001 doesn't have a version-numbered top directory, probably an oversight
|
||||
# mv -f %{name}-%{upstreamver}.src/* .
|
||||
# rm -f %{name}-%{upstreamver}.src/.gitignore
|
||||
# rmdir %{name}-%{upstreamver}.src
|
||||
|
||||
# remove any binary libs
|
||||
find -name "*.jar" -or -name "*.class" | xargs rm -f
|
||||
@ -157,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mavenpomdir}/JPP-%{name}.pom
|
||||
|
||||
%changelog
|
||||
* Tue Nov 13 2012 Tom Lane <tgl@redhat.com> 9.2.1001-1
|
||||
- Update to build 9.2-1001 for compatibility with PostgreSQL 9.2
|
||||
|
||||
* Sun Jul 22 2012 Tom Lane <tgl@redhat.com> 9.1.902-1
|
||||
- Update to build 9.1-902
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user