RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/postgres-decoderbufs#6b44d03827efcc58b07ce76ed36bdc216f576958
This commit is contained in:
parent
28daa8553b
commit
b6fcb7dc3e
4
.gitignore
vendored
4
.gitignore
vendored
@ -0,0 +1,4 @@
|
||||
/v0.9.5.Final.tar.gz
|
||||
/v0.10.0.Final.tar.gz
|
||||
/v1.0.0.Beta3.tar.gz
|
||||
/v1.1.0.Final.tar.gz
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# postgres-decoderbufs
|
||||
|
||||
The postgres-decoderbufs package
|
82
postgres-decoderbufs.spec
Normal file
82
postgres-decoderbufs.spec
Normal file
@ -0,0 +1,82 @@
|
||||
%global pre Final
|
||||
|
||||
Name: postgres-decoderbufs
|
||||
Version: 1.1.0
|
||||
Release: 0.4%{?pre:.%pre}%{?dist}
|
||||
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/debezium/postgres-decoderbufs
|
||||
|
||||
%global full_version %{version}.%{?pre:%pre}%{?!pre: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: protobuf-c-devel
|
||||
BuildRequires: llvm, clang
|
||||
|
||||
Requires: protobuf-c
|
||||
%{?postgresql_module_requires}
|
||||
|
||||
%description
|
||||
A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages.
|
||||
|
||||
|
||||
%package llvmjit
|
||||
Summary: Just-in-time compilation support for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description llvmjit
|
||||
Just-in-time compilation support for %{name}.
|
||||
|
||||
|
||||
%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
|
||||
|
||||
%files llvmjit
|
||||
%{_libdir}/pgsql/bitcode/decoderbufs.index.bc
|
||||
%{_libdir}/pgsql/bitcode/decoderbufs/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 1.1.0-0.4.Final
|
||||
- Rebuilt for protobuf 3.13
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.3.Final
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 1.1.0-0.2.Final
|
||||
- Rebuilt for protobuf 3.12
|
||||
|
||||
* Mon Mar 30 2020 Jiri Pechanec <jpechane@redhat.com> - 1.1.0-0.1.Final
|
||||
- Update to 1.1.0.Final
|
||||
|
||||
* Mon Mar 02 2020 Sandro Mani <manisandro@gmail.com> - 1.0.0-0.1.Beta3
|
||||
- Update to 1.0.0-Beta3
|
||||
- Drop BR: postgis-devel
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Oct 9 2019 - Jiri Pechanec <jpechane@redhat.com> 0.10.0-1
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
* Tue May 14 2019 - Jiri Pechanec <jpechane@redhat.com> 0.9.5-1
|
||||
- Initial RPM packaging
|
Loading…
Reference in New Issue
Block a user