Build a rpm-package
------------------------

There is a rpm spec-file in the root directory of kbirthday.
To build a rpm-package on your system just run the following command as root:
  
rpmbuild -ta kbirthday-(version).tar.gz --target=i686

A new rpm-package will be created in /usr/src/{package}/RPM/i686, where {package}
can be "redhat" for a redhat based system, or "RPM", for the others.
For various distros there are different kde install directories. If it is another 
path than specified in the spec-file, then you could edit the file or try the 
--prefix option when running rpm.
For questions regarding the use of rpm, please do the obvious:
 
man rpm