Changes of Revision 2
[-] | Changed | mysql.spec |
x 1
2 # norootforbuild 3 # usedforbuild aaa_base acl attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gcc-c++ gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libcom_err libgcc libgssapi libmudflap libnscd libstdc++ libstdc++-devel libtool libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline readline-devel rpm sed strace sysvinit tar tcpd tcpd-devel texinfo timezone unzip util-linux vim zlib zlib-devel 4 %define myname mysql 5 +%define myversion 5.0.26 6 Name: mysql-enterprise 7 BuildRequires: gcc-c++ readline-devel tcpd-devel 8 License: GPL v2 or later 9 Group: Productivity/Databases/Servers 10 -Requires: mysql-client perl-DBD-mysql 11 +Requires: mysql-enterprise-client perl-DBD-mysql 12 AutoReqProv: on 13 Version: 5.0.62 14 Release: 1 15
16 # manual can be found in http://mysql.linux.cz/Downloads/Manual/ 17 Source3: manual.pdf-2005-12-16.bz2 18 Source4: suse-test-run 19 -Patch2: %{myname}-%{version}-cnf.patch 20 -Patch3: %{myname}-%{version}-ppc.patch 21 -Patch4: %{myname}-%{version}-group.patch 22 -Patch7: %{myname}-%{version}-4x-compat.patch 23 -Patch8: %{myname}-%{version}-logrotate.patch 24 -Patch11: %{myname}-%{version}-varbinary-upgrade.patch 25 -Patch12: %{myname}-%{version}-coredump.patch 26 -Patch14: %{myname}-%{version}-uninitialized_variable.patch 27 -Patch17: %{myname}-%{version}-disable-versioned-symbols.patch 28 +Patch2: %{myname}-%{myversion}-cnf.patch 29 +Patch3: %{myname}-%{myversion}-ppc.patch 30 +Patch4: %{myname}-%{myversion}-group.patch 31 +Patch7: %{myname}-%{myversion}-4x-compat.patch 32 +Patch8: %{myname}-%{myversion}-logrotate.patch 33 +Patch11: %{myname}-%{myversion}-varbinary-upgrade.patch 34 +Patch12: %{myname}-%{myversion}-coredump.patch 35 +Patch14: %{myname}-%{myversion}-uninitialized_variable.patch 36 +Patch17: %{myname}-%{myversion}-disable-versioned-symbols.patch 37 BuildRoot: %{_tmppath}/%{name}-%{version}-build 38 39 %description 40
41 %package devel 42 Obsoletes: mysqldev 43 Provides: mysqldev 44 -Requires: mysql-client mysql-shared = %{version} glibc-devel zlib-devel 45 +Requires: mysql-enterprise-client mysql-enterprise-shared = %{version} glibc-devel zlib-devel 46 License: GPL v2 or later 47 Summary: MySQL Development Header Files and Libraries 48 Url: http://www.mysql.com 49
50 %package bench 51 Obsoletes: mysqbnch 52 Provides: mysqbnch 53 -Requires: mysql-client perl-DBD-mysql 54 +Requires: mysql-enterprise-client perl-DBD-mysql 55 License: GPL v2 or later 56 Summary: MySQL - Benchmarks 57 Url: http://www.mysql.com 58
59 License: GPL v2 or later 60 Url: http://www.mysql.com 61 Group: Productivity/Databases/Servers 62 -Requires: mysql 63 +Requires: mysql-enterprise 64 AutoReqProv: on 65 66 %description Max 67
68 License: GPL v2 or later 69 Url: http://www.mysql.com 70 Group: Productivity/Databases/Servers 71 -Requires: mysql = %{version} mysql-client = %{version} perl-DBD-mysql 72 +Requires: mysql-enterprise = %{version} mysql-enterprise-client = %{version} perl-DBD-mysql 73 AutoReqProv: on 74 75 %description test 76 |