Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude "mysql_embedded" from being installed or part of a binary | Kent Boortz | 2010-04-28 | 1 | -1/+3 |
| | | | | package, is more of a linktest of the embedded library. | ||||
* | On Mac OS X, add the "-arch" option to the 'mysql_config' output | Kent Boortz | 2010-04-27 | 1 | -0/+4 |
| | |||||
* | syntax | Jonathan Perkin | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | Try again | Jonathan Perkin | 2010-04-27 | 1 | -3/+2 |
| | |||||
* | Try to exclude make_win_bin_dist.1 | Jonathan Perkin | 2010-04-27 | 2 | -2/+7 |
| | | | | Build full debug release in RPMs so we can include bits we need. | ||||
* | Avoid __os_install_post RHEL5 bug by redefining __strip. | Jonathan Perkin | 2010-04-27 | 1 | -0/+4 |
| | |||||
* | Try removing debuginfo altogether. | Jonathan Perkin | 2010-04-26 | 1 | -8/+2 |
| | |||||
* | Try new RPM layout. | Jonathan Perkin | 2010-04-26 | 2 | -32/+47 |
| | | | | Fix libmysqlclient_r symlinks. | ||||
* | Remove duplicates. | Jonathan Perkin | 2010-04-26 | 1 | -2/+4 |
| | |||||
* | Try to fix libmysqlclient symlinks on per-OS basis. | Jonathan Perkin | 2010-04-26 | 1 | -3/+10 |
| | |||||
* | Fix Windows data directory, from wlad. | Jonathan Perkin | 2010-04-20 | 1 | -1/+2 |
| | |||||
* | Only use /usr/lib64 on x86_64, ia64 for example still uses /usr/lib | Jonathan Perkin | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Disable SSL with Intel CC | Jonathan Perkin | 2010-04-16 | 1 | -0/+1 |
| | |||||
* | cleanup | Jonathan Perkin | 2010-04-14 | 1 | -12/+2 |
| | |||||
* | remove bogus docs in client RPM | Jonathan Perkin | 2010-04-14 | 1 | -4/+0 |
| | |||||
* | fixup license and tidy distro detection | Jonathan Perkin | 2010-04-14 | 1 | -15/+16 |
| | |||||
* | fix depends | Jonathan Perkin | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | hack | Jonathan Perkin | 2010-04-13 | 1 | -27/+5 |
| | |||||
* | Debug and fix. | Jonathan Perkin | 2010-04-13 | 1 | -2/+2 |
| | |||||
* | redo optional files | Jonathan Perkin | 2010-04-13 | 1 | -7/+25 |
| | |||||
* | try to fix | Jonathan Perkin | 2010-04-13 | 1 | -2/+2 |
| | |||||
* | fix fileexists() | Jonathan Perkin | 2010-04-13 | 1 | -3/+3 |
| | |||||
* | fixup product suffix | Jonathan Perkin | 2010-04-13 | 1 | -29/+34 |
| | |||||
* | fix | Jonathan Perkin | 2010-04-13 | 1 | -27/+27 |
| | |||||
* | fixes | Jonathan Perkin | 2010-04-13 | 1 | -2/+9 |
| | |||||
* | fixes | Jonathan Perkin | 2010-04-13 | 1 | -11/+15 |
| | |||||
* | Try something different | Jonathan Perkin | 2010-04-12 | 1 | -2/+5 |
| | |||||
* | Dynamic distribution support. | Jonathan Perkin | 2010-04-12 | 1 | -38/+39 |
| | |||||
* | trigger rebuild | Jonathan Perkin | 2010-04-12 | 1 | -4/+4 |
| | |||||
* | product tags | Jonathan Perkin | 2010-04-12 | 1 | -29/+32 |
| | |||||
* | More fixes/cleanups. | Jonathan Perkin | 2010-04-12 | 1 | -15/+15 |
| | |||||
* | fix | Jonathan Perkin | 2010-04-12 | 1 | -2/+2 |
| | |||||
* | Conditionalise defined/undefined. | Jonathan Perkin | 2010-04-12 | 1 | -0/+2 |
| | |||||
* | Compat macros. | Jonathan Perkin | 2010-04-12 | 1 | -9/+13 |
| | |||||
* | Fixups. | Jonathan Perkin | 2010-04-12 | 1 | -10/+10 |
| | |||||
* | Fixes. | Jonathan Perkin | 2010-04-09 | 1 | -151/+41 |
| | |||||
* | Combined spec file. | Jonathan Perkin | 2010-04-09 | 1 | -213/+261 |
| | |||||
* | Remove _unpackaged_files_terminate_build=0, we should not ignore errors. | Jonathan Perkin | 2010-04-08 | 1 | -6/+0 |
| | |||||
* | Fix gcc check, SuSE doesn't print (GCC) anywhere. Get rid of | Jonathan Perkin | 2010-04-08 | 1 | -9/+6 |
| | | | | | | WITH_LIBGCC %define, it isn't subject to shell rules and is parsed anyway. Instead create a file with optional files to include. | ||||
* | Revert library changes, let's just stick with keeping to existing | Jonathan Perkin | 2010-04-08 | 1 | -10/+15 |
| | | | | setup for now, leave large changes to later. | ||||
* | Expand @HOSTNAME@. | Jonathan Perkin | 2010-04-01 | 2 | -3/+3 |
| | |||||
* | RPM doesn't like %install in comments, doh | Jonathan Perkin | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Fix SVR4 datadir | Jonathan Perkin | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Put libmygcc back in %build, needs $CC etc of course... | Jonathan Perkin | 2010-04-01 | 1 | -11/+13 |
| | |||||
* | Try to fix datadir | Jonathan Perkin | 2010-04-01 | 2 | -4/+7 |
| | |||||
* | Actually, move the libgcc stuff to %install where it belongs. | Jonathan Perkin | 2010-04-01 | 1 | -12/+11 |
| | |||||
* | We do need the mkdir. | Jonathan Perkin | 2010-04-01 | 1 | -0/+1 |
| | |||||
* | Just put libs in %{_libdir}. | Jonathan Perkin | 2010-04-01 | 2 | -22/+12 |
| | | | | | | | Can't see how mysqld_safe can work with current setup, so make it look in $pkglibdir/mysql too. Other cleanups. | ||||
* | Try some more fixes. | Jonathan Perkin | 2010-04-01 | 1 | -14/+9 |
| | |||||
* | Try a bunch of fixes. | Jonathan Perkin | 2010-03-31 | 3 | -7/+12 |
| |