Update issue references and description section.

This commit is contained in:
Jarek Prokop 2022-05-23 12:12:36 +02:00
parent 39bbd1bcf7
commit b89198914b

View File

@ -17,7 +17,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# git archive -v -o pg-1.3.2-spec.tar.gz v1.3.2 spec/
Source1: %{gem_name}-%{version}-spec.tar.gz
# Disable RPATH.
# https://bitbucket.org/ged/ruby-pg/issue/183
# https://github.com/ged/ruby-pg/issues/183
Patch0: rubygem-pg-1.3.0-remove-rpath.patch
# ext/pg_text_decoder.c
Requires: rubygem(bigdecimal)
@ -36,7 +36,7 @@ BuildRequires: rubygem(rspec)
%description
This is the extension library to access a PostgreSQL database from Ruby.
This library works with PostgreSQL 9.1 and later.
This library works with PostgreSQL 9.3 and later.
%package doc