Compare commits
No commits in common. "7f67a5a3bfe45109b1e7099e0ccabe6d68e0eec9" and "7c9ee30a9f13152f1c761c3be6cb8ae281c872b3" have entirely different histories.
7f67a5a3bf
...
7c9ee30a9f
@ -1,16 +1,15 @@
|
|||||||
Name: postgresql-odbc
|
Name: postgresql-odbc
|
||||||
Summary: Official postgreSQL ODBC driver
|
Summary: Official postgreSQL ODBC driver
|
||||||
Version: 13.01.0000
|
Version: 10.03.0000
|
||||||
Release: 3
|
Release: 3
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://odbc.postgresql.org/
|
URL: https://odbc.postgresql.org/
|
||||||
Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: postgresql-odbc-09.06.0200-revert-money-fix.patch
|
Patch0000: postgresql-odbc-09.06.0200-revert-money-fix.patch
|
||||||
Patch1: postgresql-odbc-09.05.0400-revert-money-testsuite-fix.patch
|
Patch0001: postgresql-odbc-09.05.0400-revert-money-testsuite-fix.patch
|
||||||
|
|
||||||
BuildRequires: unixODBC-devel postgresql-test-rpm-macros gcc
|
BuildRequires: unixODBC-devel pkgconfig(libpq) postgresql-test-rpm-macros
|
||||||
BuildRequires: libpq-devel >= 9.2
|
|
||||||
Provides: psqlodbc = %version-%release
|
Provides: psqlodbc = %version-%release
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,14 +26,12 @@ Obsoletes: %{name}-tests < %{version}-%{release}
|
|||||||
The package contains different files for various tests for postgresql-odbc.
|
The package contains different files for various tests for postgresql-odbc.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n psqlodbc-%{version}
|
%autosetup -n psqlodbc-%{version} -p1
|
||||||
|
|
||||||
echo "The upstream psqlodbc testsuite is distributed in '%{name}-tests'">README.rpmdist
|
echo "The upstream psqlodbc testsuite is distributed in '%{name}-tests'">README.rpmdist
|
||||||
echo "(sub)package.">>README.rpmdist
|
echo "(sub)package.">>README.rpmdist
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CPPFLAGS="-I%{_includedir}/pgsql/internal/"
|
|
||||||
export CPPFLAGS
|
|
||||||
%configure --with-unixodbc --disable-dependency-tracking
|
%configure --with-unixodbc --disable-dependency-tracking
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -72,22 +69,5 @@ cd test && %make_build installcheck || {
|
|||||||
%{_libdir}/postgresql-odbc/test
|
%{_libdir}/postgresql-odbc/test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 22 2020 wangyue<wangyue92@huawei.com> - 10.03.0000-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
psqlodbc-10.03.0000.tar.gz
Normal file
BIN
psqlodbc-10.03.0000.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user