Index: app/dist/spec/Makefile
===================================================================
--- app/dist/spec/Makefile	(revision 25ae32e4c2354e0ed6756bbe1de83f39cd814652)
+++ app/dist/spec/Makefile	(revision 25ae32e4c2354e0ed6756bbe1de83f39cd814652)
@@ -0,0 +1,15 @@
+# this makefile will build rpm
+
+DIR=$(shell pwd)
+
+ifndef _UTT_DIST_DIR
+	_UTT_DIST_DIR=${DIR}
+endif
+
+
+# default task
+.PHONY: rpm
+rpm:
+	cd ${_UTT_DIST_DIR}; rpmbuild -bb ${DIR}/utt.spec
+	
+
