Update to build 9.2-1002
This commit is contained in:
parent
62fc19ad5f
commit
3a7d4f3c78
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/postgresql-jdbc-9.2-1001.src.tar.gz
|
||||
/postgresql-jdbc-9.2-1002.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.2-1001
|
||||
%global upstreamver 9.2-1002
|
||||
|
||||
Summary: JDBC driver for PostgreSQL
|
||||
Name: postgresql-jdbc
|
||||
Version: 9.2.1001
|
||||
Version: 9.2.1002
|
||||
Release: 1%{?dist}
|
||||
# ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD
|
||||
License: BSD and ASL 2.0
|
||||
@ -77,10 +77,9 @@ Java programs to access a PostgreSQL database.
|
||||
|
||||
%prep
|
||||
%setup -c -q
|
||||
# 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
|
||||
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
|
||||
@ -156,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mavenpomdir}/JPP-%{name}.pom
|
||||
|
||||
%changelog
|
||||
* Wed Nov 14 2012 Tom Lane <tgl@redhat.com> 9.2.1002-1
|
||||
- Update to build 9.2-1002 (just to correct mispackaging of source tarball)
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user