Accepting request 510057 from home:olh:branches:server:database
- Remove unused gnutls from buildrequires OBS-URL: https://build.opensuse.org/request/show/510057 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=7
This commit is contained in:
parent
e629baaf30
commit
d873c84dd6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 13 12:00:32 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Remove unused gnutls from buildrequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 3 13:03:12 UTC 2017 - jengelh@inai.de
|
Mon Apr 3 13:03:12 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mariadb-connector-c
|
# spec file for package mariadb-connector-c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with sqlite3
|
%bcond_with sqlite3
|
||||||
%define sover 2
|
%define sover 2
|
||||||
%define libname libmariadb
|
%define libname libmariadb
|
||||||
@ -26,10 +27,10 @@
|
|||||||
Name: mariadb-connector-c
|
Name: mariadb-connector-c
|
||||||
Version: 2.3.2
|
Version: 2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: MariaDB connector in C
|
Summary: MariaDB connector in C
|
||||||
Url: https://github.com/MariaDB/mariadb-connector-c
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Url: https://github.com/MariaDB/mariadb-connector-c
|
||||||
Source: https://downloads.mariadb.com/Connectors/c/connector-c-2.3.2/%{name}-%{version}-src.tar.gz
|
Source: https://downloads.mariadb.com/Connectors/c/connector-c-2.3.2/%{name}-%{version}-src.tar.gz
|
||||||
Source1: https://downloads.mariadb.com/Connectors/c/connector-c-2.3.2/%{name}-%{version}-src.tar.gz.asc
|
Source1: https://downloads.mariadb.com/Connectors/c/connector-c-2.3.2/%{name}-%{version}-src.tar.gz.asc
|
||||||
# Imported from keyserver based on keyid @ https://mariadb.com/kb/en/mariadb-enterprise/mariadb-enterprise-installation-guide/
|
# Imported from keyserver based on keyid @ https://mariadb.com/kb/en/mariadb-enterprise/mariadb-enterprise-installation-guide/
|
||||||
@ -41,7 +42,6 @@ Patch4: private_library.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
BuildRequires: pkgconfig(gnutls)
|
|
||||||
BuildRequires: pkgconfig(krb5)
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(krb5-gssapi)
|
BuildRequires: pkgconfig(krb5-gssapi)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
@ -55,8 +55,8 @@ MariaDB Connector is used to connect applications developed in
|
|||||||
C or C++ to MariaDB and MySQL databases.
|
C or C++ to MariaDB and MySQL databases.
|
||||||
|
|
||||||
%package -n %{libname}%{sover}
|
%package -n %{libname}%{sover}
|
||||||
Group: System/Libraries
|
|
||||||
Summary: MariaDB connector in C
|
Summary: MariaDB connector in C
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%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
|
||||||
@ -65,8 +65,8 @@ C or C++ to MariaDB and MySQL databases.
|
|||||||
This package holds the runtime components.
|
This package holds the runtime components.
|
||||||
|
|
||||||
%package -n %{libname}_plugins
|
%package -n %{libname}_plugins
|
||||||
Group: SystemLibraries
|
|
||||||
Summary: Plugins for the MariaDB C Connector
|
Summary: Plugins for the MariaDB C Connector
|
||||||
|
Group: SystemLibraries
|
||||||
|
|
||||||
%description -n %{libname}_plugins
|
%description -n %{libname}_plugins
|
||||||
MariaDB Connector is used to connect applications developed in
|
MariaDB Connector is used to connect applications developed in
|
||||||
@ -75,8 +75,8 @@ C or C++ to MariaDB and MySQL databases.
|
|||||||
This package holds MariaDB library plugins.
|
This package holds MariaDB library plugins.
|
||||||
|
|
||||||
%package -n %{libname}private
|
%package -n %{libname}private
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Additional internal libraries for the MariaDB C Connector
|
Summary: Additional internal libraries for the MariaDB C Connector
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{libname}private
|
%description -n %{libname}private
|
||||||
MariaDB Connector is used to connect applications developed in
|
MariaDB Connector is used to connect applications developed in
|
||||||
@ -85,10 +85,10 @@ C or C++ to MariaDB and MySQL databases.
|
|||||||
This package holds the runtime components with private API.
|
This package holds the runtime components with private API.
|
||||||
|
|
||||||
%package -n %{libname}-devel
|
%package -n %{libname}-devel
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: %{libname}%{sover} = %{version}
|
Requires: %{libname}%{sover} = %{version}
|
||||||
Requires: pkgconfig(openssl)
|
Requires: pkgconfig(openssl)
|
||||||
Summary: Development files for the MariaDB Connector C API
|
Summary: Development files for the MariaDB Connector C API
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n %{libname}-devel
|
%description -n %{libname}-devel
|
||||||
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