11# SPEC file for dblink_plus
2- # Copyright(C) 2025 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+ # Copyright(C) 2025 NTT, Inc.
33
4- %define _pgdir /usr/pgsql-15
4+ %define _pgdir /usr/pgsql-18
55%define _bindir %{_pgdir }/bin
66%define _libdir %{_pgdir }/lib
77%define _datadir %{_pgdir }/share/extension
1111## Set general information
1212Summary: PostgreSQL module to connect PostgreSQL/Oracle
1313Name: dblink_plus
14- Version: 1.0.10
14+ Version: 1.0.11
1515Release: 1%{?dist }
1616License: BSD
1717Group: Applications/Databases
1818Source0: %{name }-%{version }.tar.gz
1919URL: https://github.com/ossc-db/dblink_plus
2020BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-%(%{__id_u} -n)
21- Vendor: NIPPON TELEGRAPH AND TELEPHONE CORPORATION
21+ Vendor: NTT, Inc.
2222#Following is needed to remove auto-discovery of oci library files(not under RPM package management)
2323AutoReqProv: no
2424
2525## We use postgresql-devel package
26- BuildRequires: postgresql15 -devel
27- Requires: postgresql15 -libs
26+ BuildRequires: postgresql18 -devel
27+ Requires: postgresql18 -libs
2828
2929## Description
3030%description
3131dblink_plus is a PostgreSQL module which supports connections to other databases.
3232It is similar to contrib/dblink except that it can connect to Oracle, MySQL and sqlite3.
3333
34- Note that this package is available for only PostgreSQL 15 .
34+ Note that this package is available for only PostgreSQL 18 .
3535
3636%package llvmjit
37- Requires: postgresql15 -server, postgresql15 -llvmjit
38- Requires: dblink_plus = 1.0.10
37+ Requires: postgresql18 -server, postgresql18 -llvmjit
38+ Requires: dblink_plus = 1.0.11
3939Summary: Just-in-time compilation support for dblink_plus
4040
4141%description llvmjit
42- Just-in-time compilation support for dblink_plus 1.0.10
42+ Just-in-time compilation support for dblink_plus 1.0.11
4343
4444## prework
4545%prep
@@ -63,7 +63,7 @@ rm -rf %{buildroot}
6363%{_libdir }/dblink_plus.so
6464%defattr(0644,root,root)
6565%{_datadir }/dblink_plus.sql
66- %{_datadir }/dblink_plus--1.0.10 .sql
66+ %{_datadir }/dblink_plus--1.0.11 .sql
6767%{_datadir }/dblink_plus.control
6868%{_datadir }/uninstall_dblink_plus.sql
6969%{_datadir }/COPYRIGHT_dblink_plus
@@ -76,6 +76,8 @@ rm -rf %{buildroot}
7676
7777# History.
7878%changelog
79+ * Thu Dec 25 2025 - NTT OSS Center <mitsuru.hinata@ntt.com> 1.0.11-1
80+ Support PG18.
7981* Fri Jan 17 2025 - NTT OSS Center <mitsuru.hinata@ntt.com> 1.0.10-1
8082Support PG17.
8183* Thu Jan 18 2024 - NTT OSS Center <mitsuru.hinata@ntt.com> 1.0.9-1
0 commit comments