rpms/perl-POE Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Mar 22 16:09:15 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-POE
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2445

Modified Files:
	Makefile 
Log Message:
+* Wed Mar 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.9917-1
+- update to 0.9917.  0.3800-1, below, was never built/released to the wild.
+
+* Mon Sep 25 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.3800-1
+- update to 0.38.  0.37-1, below, was never built/released to the wild.
+
+* Mon Sep 11 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.3700-1
+- update to 0.37
+- samples/ is now examples/
+- add additional br's: perl(IO::Pty), perl(Test::Pod),
+  perl(Test::Pod::Coverage)



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	14 Jun 2006 22:31:51 -0000	1.1
+++ Makefile	22 Mar 2007 16:08:42 -0000	1.2
@@ -2,6 +2,15 @@
 all : CVS/Root common-update
 	@cvs update
 
+# for target build-all
+BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//')
+
+# tag & build all non-legacy branches...
+build-all :
+	@echo NOTICE: building for ${BRANCHES}
+	@sleep 5s
+	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done
+
 common-update : common
 	@cd common && cvs update
 




More information about the fedora-extras-commits mailing list