Accepting request 703402 from server:database
OBS-URL: https://build.opensuse.org/request/show/703402 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb-connector-c?expand=0&rev=17
This commit is contained in:
parent
1a92b5febc
commit
16945b65ea
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 14 07:38:44 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Add pkgconfig(zlib) Requires to the -devel package: the .pc file
|
||||||
|
lists -lz in the Libs, but does not mention any requires
|
||||||
|
explicitly. So let's do our consumers a favor and pull in what we
|
||||||
|
require.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 15:19:46 UTC 2019 - kstreitova@suse.com
|
Fri Mar 1 15:19:46 UTC 2019 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -93,6 +93,7 @@ Summary: Development files for the MariaDB Connector C API
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libname}%{sover} = %{version}
|
Requires: %{libname}%{sover} = %{version}
|
||||||
Requires: pkgconfig(openssl)
|
Requires: pkgconfig(openssl)
|
||||||
|
Requires: pkgconfig(zlib)
|
||||||
# mysql-devel needs to be provided as some pkgs still depend on it
|
# mysql-devel needs to be provided as some pkgs still depend on it
|
||||||
Provides: mysql-devel = %{mariadb_version}
|
Provides: mysql-devel = %{mariadb_version}
|
||||||
Obsoletes: mysql-devel < %{mariadb_version}
|
Obsoletes: mysql-devel < %{mariadb_version}
|
||||||
@ -123,7 +124,7 @@ This package holds the development files.
|
|||||||
-DINSTALL_PLUGINDIR:STRING=%{_libdir}/mysql/plugin/ \
|
-DINSTALL_PLUGINDIR:STRING=%{_libdir}/mysql/plugin/ \
|
||||||
-DWITH_MYSQLCOMPAT=ON \
|
-DWITH_MYSQLCOMPAT=ON \
|
||||||
-DWITH_SSL=OPENSSL \
|
-DWITH_SSL=OPENSSL \
|
||||||
-DINSTALL_PCDIR="%{_libdir}/pkgconfig" \
|
-DINSTALL_PCDIR="%{_libdir}/pkgconfig"
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user