rpms/perl-Moose Makefile,1.3,1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri May 4 16:21:25 UTC 2007


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
* Fri May 04 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.21-1
- update to 0.21

* Tue May 01 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.20-2
- add t/ to %%doc
- add br for optional test #7



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Moose/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	10 Oct 2006 15:46:55 -0000	1.3
+++ Makefile	4 May 2007 16:20:49 -0000	1.4
@@ -9,7 +9,7 @@
 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
+	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag build ; cd .. ; done
 
 common-update : common
 	@cd common && cvs update




More information about the fedora-extras-commits mailing list