gunnar: server/perl-kolab Makefile.PL,1.20,1.21

cvs at kolab.org cvs at kolab.org
Tue Jan 19 05:53:28 CET 2010


Author: gunnar

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv6448/perl-kolab

Modified Files:
	Makefile.PL 
Log Message:
Allow to use the staging area for an update. Copy the binary packages into the staging area too.

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.PL,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.PL	5 Jan 2010 23:04:00 -0000	1.20
+++ Makefile.PL	19 Jan 2010 04:53:26 -0000	1.21
@@ -144,7 +144,8 @@
 	rm -rf *~
 
 dist_openpkg: perl-kolab.spec \$(PACKAGE)-\$(VERSION)-\$(RELEASE).src.rpm
-	cp \$(PACKAGE)-\$(VERSION)-\$(RELEASE).src.rpm ../stage/
+	cp \$(PACKAGE)-\$(VERSION)-\$(RELEASE).src.rpm ../stage/source
+	cp \$(KOLABRPMPKG)/\$(PACKAGE)-\$(VERSION)-\$(RELEASE).\$(PLATTAG).rpm ../stage/\$(PLATTAG)
 
 \$(KOLABRPMPKG)/\$(PACKAGE)-\$(VERSION)-\$(RELEASE).\$(PLATTAG).rpm \$(PACKAGE)-\$(VERSION)-\$(RELEASE).src.rpm: \$(PACKAGE).spec
 	test -d \$(KOLABRPMSRC)/\$(PACKAGE) || mkdir \$(KOLABRPMSRC)/\$(PACKAGE)





More information about the commits mailing list