forked from pool/mariadb-connector-c
Accepting request 539989 from home:kstreitova:branches:server:database
- add compatibility symlinks OBS-URL: https://build.opensuse.org/request/show/539989 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=20
This commit is contained in:
parent
2e53cc1d92
commit
7764af5cdb
@ -3,7 +3,7 @@ Thu Nov 2 17:07:25 UTC 2017 - kstreitova@suse.com
|
|||||||
|
|
||||||
- mariadb-connector-c is now a provider of the libmariadb library
|
- mariadb-connector-c is now a provider of the libmariadb library
|
||||||
for mariadb and others
|
for mariadb and others
|
||||||
- add compatibility symlinks and Provides/Obsoletes
|
- add compatibility symlinks
|
||||||
- change LIBDIR, INCLUDEDIR and PLUGINDIR paths to be the same as
|
- change LIBDIR, INCLUDEDIR and PLUGINDIR paths to be the same as
|
||||||
it was in the mariadb package (compatibility reasons)
|
it was in the mariadb package (compatibility reasons)
|
||||||
- add baselibs.conf
|
- add baselibs.conf
|
||||||
|
@ -57,15 +57,7 @@ C or C++ to MariaDB and MySQL databases.
|
|||||||
|
|
||||||
%package -n %{libname}%{sover}
|
%package -n %{libname}%{sover}
|
||||||
Summary: MariaDB connector in C
|
Summary: MariaDB connector in C
|
||||||
# Compatibility Provides
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%if 0%{?__isa_bits} == 64
|
|
||||||
Provides: libmysqlclient.so.18()(64bit)
|
|
||||||
Provides: libmysqlclient.so.18(libmysqlclient_18)(64bit)
|
|
||||||
%else
|
|
||||||
Provides: libmysqlclient.so.18
|
|
||||||
Provides: libmysqlclient.so.18(libmysqlclient_18)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n %{libname}%{sover}
|
%description -n %{libname}%{sover}
|
||||||
MariaDB Connector is used to connect applications developed in
|
MariaDB Connector is used to connect applications developed in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user