Dominique Leuenberger 2019-05-16 19:57:41 +00:00 committed by Git OBS Bridge
parent 1a92b5febc
commit 16945b65ea
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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++
Requires: %{libname}%{sover} = %{version}
Requires: pkgconfig(openssl)
Requires: pkgconfig(zlib)
# mysql-devel needs to be provided as some pkgs still depend on it
Provides: 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/ \
-DWITH_MYSQLCOMPAT=ON \
-DWITH_SSL=OPENSSL \
-DINSTALL_PCDIR="%{_libdir}/pkgconfig" \
-DINSTALL_PCDIR="%{_libdir}/pkgconfig"
%make_jobs
%install