Initial import (#1709645).
This commit is contained in:
parent
2d4138df16
commit
e347fb972e
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
47
postgres-decoderbufs.spec
Normal file
47
postgres-decoderbufs.spec
Normal file
@ -0,0 +1,47 @@
|
||||
Name: postgres-decoderbufs
|
||||
Version: 0.9.5
|
||||
Release: 1%{?dist}
|
||||
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/debezium/postgres-decoderbufs
|
||||
|
||||
%global full_version %{version}.Final
|
||||
|
||||
Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6
|
||||
BuildRequires: postgis-devel >= 2
|
||||
BuildRequires: protobuf-c-devel
|
||||
|
||||
Requires: protobuf-c
|
||||
%{?postgresql_module_requires}
|
||||
|
||||
Recommends: postgis
|
||||
|
||||
%description
|
||||
A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages.
|
||||
|
||||
%prep
|
||||
%setup -qn postgres-decoderbufs-%{full_version}
|
||||
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_libdir}/pgsql/decoderbufs.so
|
||||
%{_datadir}/pgsql/extension/decoderbufs.control
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 14 2019 - Jiri Pechanec <jpechane@redhat.com> 0.9.5-1
|
||||
- Initial RPM packaging
|
Loading…
Reference in New Issue
Block a user