* Makefile.am (srpm): New phony target.
diff --git a/Makefile.am b/Makefile.am
index c3e04db..48001b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,6 +83,10 @@
 	     svr4/signalent.h svr4/syscall.h svr4/syscallent.h \
 	     xlate.el
 
+.PHONY: srpm
+srpm: dist-bzip2
+	rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.bz2
+
 if MAINTAINER_MODE
 
 gen_changelog_start_date = 2009-07-08 20:00