diff options
author | konstantin@mysql.com <> | 2006-02-02 23:27:06 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-02-02 23:27:06 +0300 |
commit | 9f0bb47f87d31b83ec473bf309be7f6ae5a4ca35 (patch) | |
tree | 8b23d2acce88a26d289057d5119ca3944903d88f /support-files | |
parent | e3663e765974c33fa38f8bbe1c7309ea82b2327e (diff) | |
parent | b4f7c9bbd53c4934f98cd5a7c3b492d82a997e64 (diff) | |
download | mariadb-git-9f0bb47f87d31b83ec473bf309be7f6ae5a4ca35.tar.gz |
Merge mysql.com:/home/kostja/mysql/tmp_merge
into mysql.com:/home/kostja/mysql/mysql-5.1-merge
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/MySQL-shared-compat.spec.sh | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/support-files/MySQL-shared-compat.spec.sh b/support-files/MySQL-shared-compat.spec.sh index ffc96fd6fff..72ebf4d4d2b 100644 --- a/support-files/MySQL-shared-compat.spec.sh +++ b/support-files/MySQL-shared-compat.spec.sh @@ -23,16 +23,19 @@ # with this program; if not, write to the Free Software Foundation, Inc., 59 # Temple Place, Suite 330, Boston, MA 02111-1307 USA +# For 5.0 and up, this is needed because of "libndbclient". +%define _unpackaged_files_terminate_build 0 + # # Change this to match the version of the shared libs you want to include # %define version50 @MYSQL_NO_DASH_VERSION@ -%define version41 4.1.9 -%define version40 4.0.23 +%define version41 4.1.16 +%define version40 4.0.26 %define version3 3.23.58 Name: MySQL-shared-compat -Packager: Lenz Grimmer <build@mysql.com> +Packager: MySQL Product Engineering team <build@mysql.com> Vendor: MySQL AB License: GPL Group: Applications/Databases @@ -47,7 +50,7 @@ Summary: MySQL shared client libraries for MySQL %{version}, %{version41}, # We simply use the "MySQL-shared" subpackages as input sources instead of # rebuilding all from source Source0: MySQL-shared-%{version50}-0.%{_arch}.rpm -Source1: MySQL-shared-%{version41}-0.%{_arch}.rpm +Source1: MySQL-shared-%{version41}-1.%{_arch}.rpm Source2: MySQL-shared-%{version40}-0.%{_arch}.rpm Source3: MySQL-shared-%{version3}-1.%{_arch}.rpm # No need to include the RPMs once more - they can be downloaded seperately |