Added rules to build util-python package
[build.git] / Makefile
index 2b1e472..6a5a501 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2005 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.63 2005/04/11 14:46:16 mlhuang Exp $
+# $Id: Makefile,v 1.69 2005/05/04 21:47:39 mlhuang Exp $
 #
 
 # Default target
@@ -274,22 +274,14 @@ kexec-tools-SPEC := kexec-tools/kexec-tools.spec
 ALL += kexec-tools
 
 #
-# Request Tracker 3
+# util-python
 #
+util-python-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
+util-python-MODULE := util-python
+util-python-SPEC := util-python/util-python.spec
+ALL += util-python
 
-rt3-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
-rt3-MODULE := rt3
-rt3-SPEC := rt3/etc/rt.spec
-ALL += rt3
 
-#
-# Mail::SpamAssassin
-#
-
-spamassassin-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
-spamassassin-MODULE := spamassassin
-spamassassin-SPEC := spamassassin/spamassassin.spec
-ALL += spamassassin
 
 ifeq ($(findstring $(package),$(ALL)),)
 
@@ -325,7 +317,7 @@ endif
         # Populate repository
        ssh $(SERVER) mkdir -p $(ARCHIVE)/$(BASE)/RPMS $(ARCHIVE)/$(BASE)/SRPMS
        rsync --links --perms --times --group --compress --rsh=ssh \
-           RPMS/yumgroups.xml $(sort $(subst -debuginfo,,$(wildcard RPMS/*/*))) $(SERVER):$(ARCHIVE)/$(BASE)/RPMS/
+           $(sort $(subst -debuginfo,,$(wildcard RPMS/yumgroups.xml RPMS/*/*))) $(SERVER):$(ARCHIVE)/$(BASE)/RPMS/
        ssh $(SERVER) yum-arch $(ARCHIVE)/$(BASE)/RPMS >/dev/null
        rsync --links --perms --times --group --compress --rsh=ssh \
            $(wildcard SRPMS/*) $(SERVER):$(ARCHIVE)/$(BASE)/SRPMS/