mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Added SuSE RPM Build fix
This commit is contained in:
@@ -247,9 +247,9 @@ Distribution: %{distro_description}
|
|||||||
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field.
|
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{license_type} license as shown in the Description field.
|
||||||
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
|
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
|
||||||
URL: http://www.mysql.com/
|
URL: http://www.mysql.com/
|
||||||
Packager: MySQL Release Engineering <mysql-build@oss.oracle.com>
|
Packager: MySQL Release Engineering <mysql-re_ww_grp@oracle.com>
|
||||||
Vendor: %{mysql_vendor}
|
Vendor: %{mysql_vendor}
|
||||||
Provides: msqlormysql MySQL-server mysql
|
Provides: msqlormysql MySQL-server
|
||||||
BuildRequires: %{distro_buildreq}
|
BuildRequires: %{distro_buildreq}
|
||||||
|
|
||||||
# Regression tests may take a long time, override the default to skip them
|
# Regression tests may take a long time, override the default to skip them
|
||||||
@@ -283,17 +283,25 @@ documentation and the manual for more information.
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
%package -n MySQL-server%{product_suffix}
|
%package -n MySQL-server%{product_suffix}
|
||||||
Summary: MySQL: a very fast and reliable SQL database server
|
Summary: MySQL: a very fast and reliable SQL database server
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Requires: %{distro_requires}
|
Requires: %{distro_requires}
|
||||||
|
%if %{defined susever}
|
||||||
|
Provides: msqlormysql MySQL MySQL-server
|
||||||
|
Conflicts: mysql mysql-server mysql-advanced mysql-server-advanced
|
||||||
|
Obsoletes: MySQL MySQL-server
|
||||||
|
Obsoletes: MySQL-server-classic MySQL-server-community MySQL-server-enterprise
|
||||||
|
Obsoletes: MySQL-server-advanced MySQL-server-advanced-gpl MySQL-server-enterprise-gpl
|
||||||
|
%else
|
||||||
Obsoletes: MySQL < %{version}-%{release}
|
Obsoletes: MySQL < %{version}-%{release}
|
||||||
Obsoletes: MySQL-server < %{version}-%{release}
|
Obsoletes: MySQL-server < %{version}-%{release}
|
||||||
Obsoletes: MySQL-server-advanced < %{version}-%{release}
|
Obsoletes: MySQL-server-advanced < %{version}-%{release}
|
||||||
Obsoletes: mysql mysql-server mysql-advanced mysql-server-advanced
|
Obsoletes: mysql mysql-server mysql-advanced mysql-server-advanced
|
||||||
Obsoletes: MySQL-server-classic MySQL-server-community MySQL-server-enterprise
|
Obsoletes: MySQL-server-classic MySQL-server-community MySQL-server-enterprise
|
||||||
Obsoletes: MySQL-server-advanced-gpl MySQL-server-enterprise-gpl
|
Obsoletes: MySQL-server-advanced-gpl MySQL-server-enterprise-gpl
|
||||||
Provides: msqlormysql MySQL MySQL-server MySQL-server-advanced
|
Provides: msqlormysql MySQL MySQL-server MySQL-server-advanced
|
||||||
Provides: mysql
|
Provides: mysql
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n MySQL-server%{product_suffix}
|
%description -n MySQL-server%{product_suffix}
|
||||||
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
|
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
|
||||||
@@ -321,15 +329,23 @@ package "MySQL-client%{product_suffix}" as well!
|
|||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
%package -n MySQL-client%{product_suffix}
|
%package -n MySQL-client%{product_suffix}
|
||||||
Summary: MySQL - Client
|
Summary: MySQL - Client
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Obsoletes: mysql mysql-advanced
|
%if %{defined susever}
|
||||||
|
Provides: MySQL-client
|
||||||
|
Conflicts: mysql mysql-advanced
|
||||||
|
Obsoletes: MySQL-client
|
||||||
|
Obsoletes: MySQL-client-classic MySQL-client-community MySQL-client-enterprise
|
||||||
|
Obsoletes: MySQL-client-advanced MySQL-client-advanced-gpl MySQL-client-enterprise-gpl
|
||||||
|
%else
|
||||||
|
Obsoletes: mysql mysql-advanced
|
||||||
Obsoletes: MySQL-client < %{version}-%{release}
|
Obsoletes: MySQL-client < %{version}-%{release}
|
||||||
Obsoletes: MySQL-client-advanced < %{version}-%{release}
|
Obsoletes: MySQL-client-advanced < %{version}-%{release}
|
||||||
Obsoletes: MySQL-client-classic MySQL-client-community MySQL-client-enterprise
|
Obsoletes: MySQL-client-classic MySQL-client-community MySQL-client-enterprise
|
||||||
Obsoletes: MySQL-client-advanced-gpl MySQL-client-enterprise-gpl
|
Obsoletes: MySQL-client-advanced-gpl MySQL-client-enterprise-gpl
|
||||||
Provides: MySQL-client MySQL-client-advanced
|
Provides: MySQL-client MySQL-client-advanced
|
||||||
Provides: mysql
|
Provides: mysql
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n MySQL-client%{product_suffix}
|
%description -n MySQL-client%{product_suffix}
|
||||||
This package contains the standard MySQL clients and administration tools.
|
This package contains the standard MySQL clients and administration tools.
|
||||||
@@ -338,17 +354,28 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
|
|||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
%package -n MySQL-test%{product_suffix}
|
%package -n MySQL-test%{product_suffix}
|
||||||
Summary: MySQL - Test suite
|
Summary: MySQL - Test suite
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Requires: MySQL-client perl
|
%if %{defined susever}
|
||||||
Conflicts: mysql-test mysql-test-advanced
|
Requires: MySQL-client perl
|
||||||
Obsoletes: mysql-bench MySQL-bench
|
Provides: MySQL-test
|
||||||
|
Conflicts: mysql-test mysql-test-advanced
|
||||||
|
Obsoletes: MySQL-test
|
||||||
|
Obsoletes: mysql-bench MySQL-bench
|
||||||
|
Obsoletes: MySQL-test-classic MySQL-test-community MySQL-test-enterprise
|
||||||
|
Obsoletes: MySQL-test-advanced MySQL-test-advanced-gpl MySQL-test-enterprise-gpl
|
||||||
|
AutoReqProv: no
|
||||||
|
%else
|
||||||
|
Requires: MySQL-client perl
|
||||||
|
Conflicts: mysql-test mysql-test-advanced
|
||||||
|
Obsoletes: mysql-bench MySQL-bench
|
||||||
Obsoletes: MySQL-test < %{version}-%{release}
|
Obsoletes: MySQL-test < %{version}-%{release}
|
||||||
Obsoletes: MySQL-test-advanced < %{version}-%{release}
|
Obsoletes: MySQL-test-advanced < %{version}-%{release}
|
||||||
Obsoletes: MySQL-test-classic MySQL-test-community MySQL-test-enterprise
|
Obsoletes: MySQL-test-classic MySQL-test-community MySQL-test-enterprise
|
||||||
Obsoletes: MySQL-test-advanced-gpl MySQL-test-enterprise-gpl
|
Obsoletes: MySQL-test-advanced-gpl MySQL-test-enterprise-gpl
|
||||||
Provides: MySQL-test MySQL-test-advanced
|
Provides: MySQL-test MySQL-test-advanced
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n MySQL-test%{product_suffix}
|
%description -n MySQL-test%{product_suffix}
|
||||||
This package contains the MySQL regression test suite.
|
This package contains the MySQL regression test suite.
|
||||||
@@ -357,14 +384,22 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
|
|||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
%package -n MySQL-devel%{product_suffix}
|
%package -n MySQL-devel%{product_suffix}
|
||||||
Summary: MySQL - Development header files and libraries
|
Summary: MySQL - Development header files and libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Conflicts: mysql-devel mysql-embedded-devel mysql-devel-advanced mysql-embedded-devel-advanced
|
%if %{defined susever}
|
||||||
|
Provides: MySQL-devel
|
||||||
|
Conflicts: mysql-devel mysql-embedded-devel mysql-devel-advanced mysql-embedded-devel-advanced
|
||||||
|
Obsoletes: MySQL-devel
|
||||||
|
Obsoletes: MySQL-devel-classic MySQL-devel-community MySQL-devel-enterprise
|
||||||
|
Obsoletes: MySQL-devel-advanced MySQL-devel-advanced-gpl MySQL-devel-enterprise-gpl
|
||||||
|
%else
|
||||||
|
Conflicts: mysql-devel mysql-embedded-devel mysql-devel-advanced mysql-embedded-devel-advanced
|
||||||
Obsoletes: MySQL-devel < %{version}-%{release}
|
Obsoletes: MySQL-devel < %{version}-%{release}
|
||||||
Obsoletes: MySQL-devel-advanced < %{version}-%{release}
|
Obsoletes: MySQL-devel-advanced < %{version}-%{release}
|
||||||
Obsoletes: MySQL-devel-classic MySQL-devel-community MySQL-devel-enterprise
|
Obsoletes: MySQL-devel-classic MySQL-devel-community MySQL-devel-enterprise
|
||||||
Obsoletes: MySQL-devel-advanced-gpl MySQL-devel-enterprise-gpl
|
Obsoletes: MySQL-devel-advanced-gpl MySQL-devel-enterprise-gpl
|
||||||
Provides: MySQL-devel MySQL-devel-advanced
|
Provides: MySQL-devel MySQL-devel-advanced
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n MySQL-devel%{product_suffix}
|
%description -n MySQL-devel%{product_suffix}
|
||||||
This package contains the development header files and libraries necessary
|
This package contains the development header files and libraries necessary
|
||||||
@@ -374,16 +409,25 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
|
|||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
%package -n MySQL-shared%{product_suffix}
|
%package -n MySQL-shared%{product_suffix}
|
||||||
Summary: MySQL - Shared libraries
|
Summary: MySQL - Shared libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Obsoletes: MySQL-shared-standard MySQL-shared-pro
|
%if %{defined susever}
|
||||||
Obsoletes: MySQL-shared-pro-cert MySQL-shared-pro-gpl
|
Provides: MySQL-shared
|
||||||
|
Obsoletes: MySQL-shared-standard MySQL-shared-pro
|
||||||
|
Obsoletes: MySQL-shared-pro-cert MySQL-shared-pro-gpl
|
||||||
|
Obsoletes: MySQL-shared-pro-gpl-cert MySQL-shared
|
||||||
|
Obsoletes: MySQL-shared-classic MySQL-shared-community MySQL-shared-enterprise
|
||||||
|
Obsoletes: MySQL-shared-advanced MySQL-shared-advanced-gpl MySQL-shared-enterprise-gpl
|
||||||
|
%else
|
||||||
|
Obsoletes: MySQL-shared-standard MySQL-shared-pro
|
||||||
|
Obsoletes: MySQL-shared-pro-cert MySQL-shared-pro-gpl
|
||||||
Obsoletes: MySQL-shared < %{version}-%{release}
|
Obsoletes: MySQL-shared < %{version}-%{release}
|
||||||
Obsoletes: MySQL-shared-advanced < %{version}-%{release}
|
Obsoletes: MySQL-shared-advanced < %{version}-%{release}
|
||||||
Obsoletes: MySQL-shared-pro-gpl-cert
|
Obsoletes: MySQL-shared-pro-gpl-cert
|
||||||
Obsoletes: MySQL-shared-classic MySQL-shared-community MySQL-shared-enterprise
|
Obsoletes: MySQL-shared-classic MySQL-shared-community MySQL-shared-enterprise
|
||||||
Obsoletes: MySQL-shared-advanced-gpl MySQL-shared-enterprise-gpl
|
Obsoletes: MySQL-shared-advanced-gpl MySQL-shared-enterprise-gpl
|
||||||
Provides: MySQL-shared MySQL-shared-advanced
|
Provides: MySQL-shared MySQL-shared-advanced
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n MySQL-shared%{product_suffix}
|
%description -n MySQL-shared%{product_suffix}
|
||||||
This package contains the shared libraries (*.so*) which certain languages
|
This package contains the shared libraries (*.so*) which certain languages
|
||||||
@@ -391,16 +435,26 @@ and applications need to dynamically load and use MySQL.
|
|||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
%package -n MySQL-embedded%{product_suffix}
|
%package -n MySQL-embedded%{product_suffix}
|
||||||
Summary: MySQL - Embedded library
|
Summary: MySQL - Embedded library
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Requires: MySQL-devel
|
%if %{defined susever}
|
||||||
Conflicts: mysql-embedded mysql-embedded-advanced
|
Requires: MySQL-devel
|
||||||
Obsoletes: MySQL-embedded-pro
|
Provides: MySQL-embedded
|
||||||
|
Conflicts: mysql-embedded mysql-embedded-advanced
|
||||||
|
Obsoletes: MySQL-embedded
|
||||||
|
Obsoletes: MySQL-embedded-pro
|
||||||
|
Obsoletes: MySQL-embedded-classic MySQL-embedded-community MySQL-embedded-enterprise
|
||||||
|
Obsoletes: MySQL-embedded-advanced MySQL-embedded-advanced-gpl MySQL-embedded-enterprise-gpl
|
||||||
|
%else
|
||||||
|
Requires: MySQL-devel
|
||||||
|
Conflicts: mysql-embedded mysql-embedded-advanced
|
||||||
|
Obsoletes: MySQL-embedded-pro
|
||||||
Obsoletes: MySQL-embedded < %{version}-%{release}
|
Obsoletes: MySQL-embedded < %{version}-%{release}
|
||||||
Obsoletes: MySQL-embedded-advanced < %{version}-%{release}
|
Obsoletes: MySQL-embedded-advanced < %{version}-%{release}
|
||||||
Obsoletes: MySQL-embedded-classic MySQL-embedded-community MySQL-embedded-enterprise
|
Obsoletes: MySQL-embedded-classic MySQL-embedded-community MySQL-embedded-enterprise
|
||||||
Obsoletes: MySQL-embedded-advanced-gpl MySQL-embedded-enterprise-gpl
|
Obsoletes: MySQL-embedded-advanced-gpl MySQL-embedded-enterprise-gpl
|
||||||
Provides: MySQL-embedded MySQL-embedded-advanced
|
Provides: MySQL-embedded MySQL-embedded-advanced
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n MySQL-embedded%{product_suffix}
|
%description -n MySQL-embedded%{product_suffix}
|
||||||
This package contains the MySQL server as an embedded library.
|
This package contains the MySQL server as an embedded library.
|
||||||
|
Reference in New Issue
Block a user