Compare commits
1 Commits
c8-stream-
...
c9-stream-
Author | SHA1 | Date | |
---|---|---|---|
8c2690520d |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v0.10.0.Final.tar.gz
|
SOURCES/v2.4.0.Final.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
f971a5f690e3627845b9af27103b893a732ec9b2 SOURCES/v0.10.0.Final.tar.gz
|
236dd0af5bb84b4f3856ad4956173460e01cb198 SOURCES/v2.4.0.Final.tar.gz
|
||||||
|
@ -1,32 +1,45 @@
|
|||||||
|
%global pre Final
|
||||||
|
|
||||||
Name: postgres-decoderbufs
|
Name: postgres-decoderbufs
|
||||||
Version: 0.10.0
|
Version: 2.4.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?pre:.%pre}%{?dist}
|
||||||
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/debezium/postgres-decoderbufs
|
URL: https://github.com/debezium/postgres-decoderbufs
|
||||||
|
|
||||||
%global full_version %{version}.Final
|
%global full_version %{version}.%{?pre:%pre}%{?!pre:Final}
|
||||||
|
|
||||||
Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
|
Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6
|
BuildRequires: postgresql-server-devel >= 16
|
||||||
BuildRequires: protobuf-c-devel
|
BuildRequires: protobuf-c-devel
|
||||||
|
|
||||||
Requires: protobuf-c
|
Requires: protobuf-c
|
||||||
%{?postgresql_module_requires}
|
%{?postgresql_module_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A PostgreSQL logical decoder output plugin to deliver data
|
A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages.
|
||||||
as Protocol Buffers messages.
|
|
||||||
|
|
||||||
|
%if 0%{?postgresql_server_llvmjit}
|
||||||
|
%package llvmjit
|
||||||
|
Summary: Just-in-time compilation support for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description llvmjit
|
||||||
|
Just-in-time compilation support for %{name}.
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn postgres-decoderbufs-%{full_version}
|
%setup -qn postgres-decoderbufs-%{full_version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build USE_POSTGIS=false
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -39,10 +52,14 @@ as Protocol Buffers messages.
|
|||||||
%{_libdir}/pgsql/decoderbufs.so
|
%{_libdir}/pgsql/decoderbufs.so
|
||||||
%{_datadir}/pgsql/extension/decoderbufs.control
|
%{_datadir}/pgsql/extension/decoderbufs.control
|
||||||
|
|
||||||
|
%if 0%{?postgresql_server_llvmjit}
|
||||||
|
%files llvmjit
|
||||||
|
%{_libdir}/pgsql/bitcode/decoderbufs.index.bc
|
||||||
|
%{_libdir}/pgsql/bitcode/decoderbufs/
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 20 2019 Patrik Novotný <panovotn@redhat.com> - 0.10.0-2
|
* Fri Oct 13 2023 Filip Janus <fjanus@redhat.com> - 2.4.0-1.Final
|
||||||
- Release bump for rebuild against libpq-12.1-3
|
- Initial import for postgresql 16 stream
|
||||||
|
- Related: RHEL-3635
|
||||||
* Wed Oct 09 2019 Patrik Novotný <panovotn@redhat.com - 0-10-0-1
|
|
||||||
- Initial release for upstream version 0.10.0
|
|
||||||
|
Loading…
Reference in New Issue
Block a user