Compare commits
11 Commits
7c9ee30a9f
...
7f67a5a3bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f67a5a3bf | ||
|
|
bafb2a8e2b | ||
|
|
716ff11ddf | ||
|
|
250bdf1508 | ||
|
|
6a5077be4a | ||
|
|
990be5bb4a | ||
|
|
9306aa6e20 | ||
|
|
68c5836dd9 | ||
|
|
a13d33f338 | ||
|
|
5dcd9ebab2 | ||
|
|
7e5d19de5f |
@ -1,15 +1,16 @@
|
||||
Name: postgresql-odbc
|
||||
Summary: Official postgreSQL ODBC driver
|
||||
Version: 10.03.0000
|
||||
Version: 13.01.0000
|
||||
Release: 3
|
||||
License: LGPLv2+
|
||||
URL: https://odbc.postgresql.org/
|
||||
Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
||||
|
||||
Patch0000: postgresql-odbc-09.06.0200-revert-money-fix.patch
|
||||
Patch0001: postgresql-odbc-09.05.0400-revert-money-testsuite-fix.patch
|
||||
Patch0: postgresql-odbc-09.06.0200-revert-money-fix.patch
|
||||
Patch1: postgresql-odbc-09.05.0400-revert-money-testsuite-fix.patch
|
||||
|
||||
BuildRequires: unixODBC-devel pkgconfig(libpq) postgresql-test-rpm-macros
|
||||
BuildRequires: unixODBC-devel postgresql-test-rpm-macros gcc
|
||||
BuildRequires: libpq-devel >= 9.2
|
||||
Provides: psqlodbc = %version-%release
|
||||
|
||||
%description
|
||||
@ -26,12 +27,14 @@ Obsoletes: %{name}-tests < %{version}-%{release}
|
||||
The package contains different files for various tests for postgresql-odbc.
|
||||
|
||||
%prep
|
||||
%autosetup -n psqlodbc-%{version} -p1
|
||||
%autosetup -p1 -n psqlodbc-%{version}
|
||||
|
||||
echo "The upstream psqlodbc testsuite is distributed in '%{name}-tests'">README.rpmdist
|
||||
echo "(sub)package.">>README.rpmdist
|
||||
|
||||
%build
|
||||
CPPFLAGS="-I%{_includedir}/pgsql/internal/"
|
||||
export CPPFLAGS
|
||||
%configure --with-unixodbc --disable-dependency-tracking
|
||||
%make_build
|
||||
|
||||
@ -69,5 +72,22 @@ cd test && %make_build installcheck || {
|
||||
%{_libdir}/postgresql-odbc/test
|
||||
|
||||
%changelog
|
||||
* Fri Nov 10 2023 Chenxi Mao <chenxi.mao@suse.com> - 13.01.0000-3
|
||||
- Add libpq-devel version dependency.
|
||||
- Bump version release to 3, because previous change didn't bump release number.
|
||||
|
||||
* Fri Mar 10 2023 dillon chen <dillon.chen@gmail.com> - 13.01.0000-2
|
||||
- add two patch
|
||||
- postgres-server-devel to pkgconfig(libpq)
|
||||
|
||||
* Tue Feb 14 2023 dillon chen <dillon.chen@gmail.com> - 13.01.0000-1
|
||||
- Bump to 13.01.0000 verion
|
||||
|
||||
* Mon Jun 28 2021 bzhaoop <bzhaojyathousandy@gmail.com> - 13.00.0000-1
|
||||
- Bump to 13.00.0000 verion
|
||||
|
||||
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 10.03.0000-4
|
||||
- Completing build dependencies
|
||||
|
||||
* Wed Apr 22 2020 wangyue<wangyue92@huawei.com> - 10.03.0000-3
|
||||
- Package init
|
||||
|
||||
Binary file not shown.
BIN
psqlodbc-13.01.0000.tar.gz
Normal file
BIN
psqlodbc-13.01.0000.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user