summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MergeDaniel Fischer2010-04-21834-41836/+365896
|\
| * Fix Windows data directory, from wlad.Jonathan Perkin2010-04-201-1/+2
| |
| * Only use /usr/lib64 on x86_64, ia64 for example still uses /usr/libJonathan Perkin2010-04-191-1/+1
| |
| * Disable SSL with Intel CCJonathan Perkin2010-04-161-0/+1
| |
| * cleanupJonathan Perkin2010-04-141-12/+2
| |
| * remove bogus docs in client RPMJonathan Perkin2010-04-141-4/+0
| |
| * fixup license and tidy distro detectionJonathan Perkin2010-04-141-15/+16
| |
| * fix dependsJonathan Perkin2010-04-141-2/+2
| |
| * hackJonathan Perkin2010-04-131-27/+5
| |
| * Debug and fix.Jonathan Perkin2010-04-131-2/+2
| |
| * redo optional filesJonathan Perkin2010-04-131-7/+25
| |
| * try to fixJonathan Perkin2010-04-131-2/+2
| |
| * fix fileexists()Jonathan Perkin2010-04-131-3/+3
| |
| * fixup product suffixJonathan Perkin2010-04-131-29/+34
| |
| * fixJonathan Perkin2010-04-131-27/+27
| |
| * fixesJonathan Perkin2010-04-131-2/+9
| |
| * fixesJonathan Perkin2010-04-131-11/+15
| |
| * Try something differentJonathan Perkin2010-04-121-2/+5
| |
| * Dynamic distribution support.Jonathan Perkin2010-04-121-38/+39
| |
| * trigger rebuildJonathan Perkin2010-04-121-4/+4
| |
| * product tagsJonathan Perkin2010-04-121-29/+32
| |
| * More fixes/cleanups.Jonathan Perkin2010-04-121-15/+15
| |
| * fixJonathan Perkin2010-04-121-2/+2
| |
| * Conditionalise defined/undefined.Jonathan Perkin2010-04-121-0/+2
| |
| * Compat macros.Jonathan Perkin2010-04-121-9/+13
| |
| * Fixups.Jonathan Perkin2010-04-121-10/+10
| |
| * Fixes.Jonathan Perkin2010-04-091-151/+41
| |
| * Combined spec file.Jonathan Perkin2010-04-091-213/+261
| |
| * Remove _unpackaged_files_terminate_build=0, we should not ignore errors.Jonathan Perkin2010-04-081-6/+0
| |
| * Fix gcc check, SuSE doesn't print (GCC) anywhere. Get rid ofJonathan Perkin2010-04-081-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 existingJonathan Perkin2010-04-081-10/+15
| | | | | | | | | | setup for now, leave large changes to later.
| * Expand @HOSTNAME@.Jonathan Perkin2010-04-012-3/+3
| |
| * RPM doesn't like %install in comments, dohJonathan Perkin2010-04-011-1/+1
| |
| * Fix SVR4 datadirJonathan Perkin2010-04-011-1/+1
| |
| * Put libmygcc back in %build, needs $CC etc of course...Jonathan Perkin2010-04-011-11/+13
| |
| * Try to fix datadirJonathan Perkin2010-04-012-4/+7
| |
| * Actually, move the libgcc stuff to %install where it belongs.Jonathan Perkin2010-04-011-12/+11
| |
| * We do need the mkdir.Jonathan Perkin2010-04-011-0/+1
| |
| * Just put libs in %{_libdir}.Jonathan Perkin2010-04-012-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 Perkin2010-04-011-14/+9
| |
| * Try a bunch of fixes.Jonathan Perkin2010-03-313-7/+12
| |
| * Need to add .a extension now.Jonathan Perkin2010-03-311-1/+1
| |
| * Put back libmysqlclient_r.a, not sure it was supposed to be removed.Jonathan Perkin2010-03-312-5/+1
| | | | | | | | | | Remove libmysqld-debug.a, it doesn't exist in current packages?
| * Fix socket path in RPMs. XXX should be put into cmake/* somewhere.Jonathan Perkin2010-03-311-2/+6
| |
| * Apply wlad fixes from mysql-next-mr-bugfixingJonathan Perkin2010-03-315-13/+39
| |
| * Back out remains of previous attempt.Jonathan Perkin2010-03-301-6/+1
| |
| * Fix from wlad.Jonathan Perkin2010-03-301-0/+31
| |
| * Try again..Jonathan Perkin2010-03-301-3/+6
| |
| * Try to fix the debug permissions stuff.Jonathan Perkin2010-03-301-1/+3
| |
| * Default to CXX=gccJonathan Perkin2010-03-301-4/+9
| |