rpms/perl-POE-Component-Server-SimpleHTTP Makefile,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Apr 21 20:27:44 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25762

Modified Files:
	Makefile 
Log Message:
* Sat Apr 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.23-1
- update to 1.23
- update source URL (maintainer changed)
- add BR's for potential perl splittage
- add BR's for tests -- note pod coverage fails, so we just leave that one
  commented out



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	30 Sep 2006 01:04:23 -0000	1.2
+++ Makefile	21 Apr 2007 20:27:10 -0000	1.3
@@ -7,9 +7,10 @@
 # currently determine if a branch is legacy or not (and this module is
 # frequently updated).  Correction on this point welcomed :)
 build-all :
-	@echo WARNING: building for devel and FC-5
+	@echo WARNING: building for devel, FC-5, FC-6
 	@sleep 5s
 	@cd FC-5  && test -f dead.package || ( make tag && make plague )
+	@cd FC-6  && test -f dead.package || ( make tag && make plague )
 	@cd devel && test -f dead.package || ( make tag && make plague )
 
 common-update : common




More information about the scm-commits mailing list