How to make binary UdmSearch RPM
--------------------------------

1. Run configure from package top source dir. The file UdmSearch.spec
will be generated. Edit as desired.
   Specifically, you should edit "Packager:" line and maybe arguments to
configure. You can also add line like

export CFLAGS="-O7 -mpentiumpro"

just before configure for extensive optimization.

2. Copy UdmSearch.spec to /usr/src/redhat/SPECS directory.
Copy the source tarball UdmSearch-version.tar.gz to /usr/src/redhat/SOURCES
directory.

3. cd /usr/src/redhat/SPECS
   rpm -bb UdmSearch.spec
   (or, if you wanna make source rpm also)
   rpm -ba UdmSearch.spec
   
4. Have a cup of coffee while waiting for compilation. Then cd to
/usr/src/redhat/RPMS and your freshly cooked rpm should be there.
If it is not there, you maybe don't have mysql rpm installed. If you
installed MySQL not from rpm, you need to give --nodeps flag to rpm
to make it ignore the absence of MySQL rpm installed.

Happy hacking ;)
