gunnar: server/openssl Makefile,1.1.2.1,1.1.2.2

cvs at kolab.org cvs at kolab.org
Tue Jun 8 11:57:35 CEST 2010


Author: gunnar

Update of /kolabrepository/server/openssl
In directory doto:/tmp/cvs-serv2423/openssl

Modified Files:
      Tag: kolab_2_2_branch
	Makefile 
Log Message:
Add install targets.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/openssl/Makefile,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Makefile	21 Apr 2010 15:01:05 -0000	1.1.2.1
+++ Makefile	8 Jun 2010 09:57:33 -0000	1.1.2.2
@@ -25,7 +25,7 @@
 	rm -rf $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 	rm -rf *~
 
-$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec $(EXTRA)
+$(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec $(EXTRA)
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"
 	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_1)"
@@ -34,3 +34,7 @@
 	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec
 
 	cp -p $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm .
+
+.PHONY: install
+install: $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm
+	$(RPM) -Uhv --force $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm





More information about the commits mailing list