Rebase to 3.2.6
- Introduction of a new '*-doc' subpackage Resolves: #2068145
This commit is contained in:
parent
e43702c785
commit
787343ba14
@ -14,8 +14,8 @@
|
||||
|
||||
|
||||
Name: mariadb-connector-c
|
||||
Version: 3.1.13
|
||||
Release: 3%{?with_debug:.debug}%{?dist}
|
||||
Version: 3.2.6
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: The MariaDB Native Client library (C driver)
|
||||
License: LGPLv2+
|
||||
Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/%{name}-%{version}-src.tar.gz
|
||||
@ -44,6 +44,7 @@ developed in C/C++ to MariaDB and MySQL databases.
|
||||
%package devel
|
||||
Summary: Development files for mariadb-connector-c
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Recommends: %{name}-doc = %{version}-%{release}
|
||||
Requires: openssl-devel zlib-devel
|
||||
BuildRequires: multilib-rpm-config
|
||||
Conflicts: %{?fedora:community-}mysql-devel
|
||||
@ -53,6 +54,15 @@ Development files for mariadb-connector-c.
|
||||
Contains everything needed to build against libmariadb.so >=3 client library.
|
||||
|
||||
|
||||
%package doc
|
||||
Summary: Manual pages documenting API of the libmariadb.so library
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
Manual pages documenting API of the libmariadb.so library.
|
||||
|
||||
|
||||
|
||||
%if %{with testsuite}
|
||||
%package test
|
||||
@ -184,6 +194,12 @@ popd
|
||||
|
||||
|
||||
|
||||
%files doc
|
||||
# Library manual pages
|
||||
%{_mandir}/man3/{mariadb,mysql}_*.3.*
|
||||
|
||||
|
||||
|
||||
%files devel
|
||||
# Binary which provides compiler info for software compiling against this library
|
||||
%{_bindir}/mariadb_config
|
||||
@ -234,6 +250,10 @@ popd
|
||||
# Need to ensure, that the testsuite will also run properly on 'fedpkg local' buid, not damaging the host machine
|
||||
|
||||
%changelog
|
||||
* Wed Feb 16 2022 Michal Schorm <mschorm@redhat.com> - 3.2.6-1
|
||||
- Rebase to 3.2.6
|
||||
- Introduction of a new '*-doc' subpackage
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.1.13-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mariadb-connector-c-3.1.13-src.tar.gz) = a179a4fa689f681d64f926c1f3abfd3912896ec3e39c15be6a330647ded207aa2f110277dc43b90faffa4386365a72babc96264e29ac436e5d212d8b7cef7c32
|
||||
SHA512 (mariadb-connector-c-3.2.6-src.tar.gz) = e42c9f58e1027d6740db2b923892a615349e5a321de8f8446f01c3d41a282033e5d54a08a174186702acf23f4ffd42d89fe1d776b257407a0bba3884943f9eab
|
||||
|
Loading…
Reference in New Issue
Block a user