summaryrefslogtreecommitdiff
path: root/support-files/MySQL-shared-compat.spec.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update the spec file for the shared compat RPM with version info.unknown2006-01-191-4/+7
| | | | | | | | | | support-files/MySQL-shared-compat.spec.sh: Prevent "libndbclient" (which is not included in the "shared compat" RPM) from breaking the RPM packaging. Also, adapt the specification to the newer versions of the older release families. This needs to be repeated periodically. Take care of the RPM build version: For 4.1.16, it is 4.1.16-1 !
* - added the 4.1 shared client libraries to the 5.0 shared-compat RPMunknown2005-01-131-9/+13
| | | | | | | (we should consider dropping 3.23 from this one soon)
* - added the 4.0 shared mysqlclient libraries to the 4.1 "shared-compat" RPMunknown2005-01-131-10/+18
|
* - Fixed two small version number issues in MySQL-shared-compat.specunknown2004-08-121-2/+2
| | | | | | support-files/MySQL-shared-compat.spec.sh: - fixed using the correct version number - bumped up the 3.23 version number to current
* - be able to build MySQL-shared-compat RPMs for other archs than i386unknown2004-01-131-2/+2
|
* - enhanced the RPM spec file (use more RPM macros, cleanups, allow tounknown2003-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | override CC/CXX when using a special compiler) - the RPM should now build on AMD64 and IA64, too support-files/MySQL-shared-compat.spec.sh: - use %_libdir macro instead of hardcoded value (required on AMD64, where %_libdir is /usr/lib64 instead) support-files/mysql.spec.sh: - removed the GIF Icon (file was not included in the sources anyway) - removed unused variable %shared_lib_version - do not run automake before building the standard binary (should not be necessary) - add server suffix '-standard' to standard binary (to be in line with the binary tarball distributions) - Use more RPM macros (_exec_prefix, _sbindir, _libdir, _sysconfdir, _datadir, _includedir) throughout the spec file (using _libdir was required to be used anyway to be able to build on AMD64). - allow overriding CC and CXX (required when building with other compilers)
* - added MySQL-shared-compat.spec(.sh) to the distribution. This spec fileunknown2003-05-061-0/+72
can be used to build a compatibility package that includes the shared libraries of MySQL 3.23.xx and MySQL 4.0.xx for backwards compatibility with dynamically linked applications. It simply repackages the two MySQL-shared RPMs, so these need to be created or downloaded separately. support-files/Makefile.am: - added MySQL-shared-compat.spec(.sh) to the distribution