Index: server/fedora/Makefile
===================================================================
--- server/fedora/Makefile	(revision 31)
+++ server/fedora/Makefile	(revision 36)
@@ -84,7 +84,6 @@
 	for i in $$list; do \
 		pushd $$i; \
+		./mrproper; \
 		autoconf; \
-		./configure; \
-		make ready; \
 		popd; \
 		tar -czf $(tmp_src)/$$i.tar.gz $$i; \
@@ -129,2 +128,15 @@
 install-suexec:
 	install -m 4510 -o 0 -g apache ${PWD}/sbin/suexec /usr/sbin/;
+
+# The following packages are needed for *building* all of our packages
+# basic deps: rpm-build through autoconf
+# oursrc: hesinfo
+# httpd: xmlto through distcache-devel
+# krb5: bison through texinfo
+# openafs: pam-devel through automake
+install-build-deps:
+	yum -y install rpm-build gcc autoconf hesinfo xmlto db4-devel expat-devel zlib-devel libselinux-devel apr-devel apr-util-devel pcre-devel openssl-devel distcache-devel bison ncurses-devel texinfo pam-devel automake
+
+# The following packages are needed for *installing* all of our packages
+install-deps:
+	yum -y krb5-workstation
