MySQL-shared-compat.spec.sh | MySQL-shared-compat.spec.sh | |||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
# This program is free software; you can redistribute it and/or modify it | # This program is free software; you can redistribute it and/or modify it | |||
# under the terms of the GNU General Public License as published by the Fre e | # under the terms of the GNU General Public License as published by the Fre e | |||
# Software Foundation; version 2 of the License. | # Software Foundation; version 2 of the License. | |||
# | # | |||
# This program is distributed in the hope that it will be useful, but | # This program is distributed in the hope that it will be useful, but | |||
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILIT Y | # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILIT Y | |||
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |||
# for more details. | # for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License along | # You should have received a copy of the GNU General Public License along | |||
# with this program; if not, write to the Free Software Foundation, Inc., 5 | # with this program; if not, write to the Free Software Foundation, Inc., 5 | |||
9 | 1 | |||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA | # Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA | |||
# For 5.0 and up, this is needed because of "libndbclient". | # For 5.0 and up, this is needed because of "libndbclient". | |||
%define _unpackaged_files_terminate_build 0 | %define _unpackaged_files_terminate_build 0 | |||
# | # | |||
# Change this to match the version of the shared libs you want to include | # Change this to match the version of the shared libs you want to include | |||
# | # | |||
%define version_cur @MYSQL_RPM_VERSION@ | %define version_cur @MYSQL_RPM_VERSION@ | |||
%define version41 4.1.17 | %define version41 4.1.17 | |||
%define version40 4.0.26 | %define version40 4.0.26 | |||
skipping to change at line 45 | skipping to change at line 45 | |||
Name: MySQL-shared-compat | Name: MySQL-shared-compat | |||
Packager: Sun Microsystems, Inc. Product Engineering Team <build@mysql. com> | Packager: Sun Microsystems, Inc. Product Engineering Team <build@mysql. com> | |||
Vendor: Sun Microsystems, Inc. | Vendor: Sun Microsystems, Inc. | |||
License: GPL | License: GPL | |||
Group: Applications/Databases | Group: Applications/Databases | |||
URL: http://www.mysql.com/ | URL: http://www.mysql.com/ | |||
Autoreqprov: on | Autoreqprov: on | |||
Version: %{version_cur} | Version: %{version_cur} | |||
Release: 1 | Release: 1 | |||
BuildRoot: %{_tmppath}/%{name}-%{version}-build | BuildRoot: %{_tmppath}/%{name}-%{version}-build | |||
Obsoletes: MySQL-shared, mysql-shared | Obsoletes: mysql-shared | |||
Provides: MySQL-shared | Provides: MySQL-shared | |||
Summary: MySQL shared client libraries for MySQL %{version}, %{version 41}, %{version40} and %{version3} | Summary: MySQL shared client libraries for MySQL %{version}, %{version 41}, %{version40} and %{version3} | |||
# We simply use the "MySQL-shared" subpackages as input sources instead of | # We simply use the "MySQL-shared" subpackages as input sources instead of | |||
# rebuilding all from source | # rebuilding all from source | |||
Source0: MySQL-shared-%{version_cur}-1.%{_arch}.rpm | Source0: MySQL-shared-%{version_cur}-1.%{_arch}.rpm | |||
Source1: MySQL-shared-%{version41}-1.%{_arch}.rpm | Source1: MySQL-shared-%{version41}-1.%{_arch}.rpm | |||
Source2: MySQL-shared-%{version40}-0.%{_arch}.rpm | Source2: MySQL-shared-%{version40}-0.%{_arch}.rpm | |||
Source3: MySQL-shared-%{version3}-1.%{_arch}.rpm | Source3: MySQL-shared-%{version3}-1.%{_arch}.rpm | |||
# No need to include the RPMs once more - they can be downloaded seperately | # No need to include the RPMs once more - they can be downloaded seperately | |||
# if you want to rebuild this package | # if you want to rebuild this package | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |