(file) Return to RPMMakefile CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm

  1 w.otsuka 1.1 #//%2006////////////////////////////////////////////////////////////////////////
  2              #//
  3              #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
  4              #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
  5              #// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
  6              #// IBM Corp.; EMC Corporation, The Open Group.
  7              #// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
  8              #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
  9              #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 10              #// EMC Corporation; VERITAS Software Corporation; The Open Group.
 11              #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 12              #// EMC Corporation; Symantec Corporation; The Open Group.
 13              #//
 14              #// Permission is hereby granted, free of charge, to any person obtaining a copy
 15              #// of this software and associated documentation files (the "Software"), to
 16              #// deal in the Software without restriction, including without limitation the
 17              #// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 18              #// sell copies of the Software, and to permit persons to whom the Software is
 19              #// furnished to do so, subject to the following conditions:
 20              #// 
 21              #// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
 22 w.otsuka 1.1 #// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
 23              #// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 24              #// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 25              #// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 26              #// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 27              #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 28              #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 29              #//
 30              #//==============================================================================
 31              ###############################################################################
 32              ##
 33              ## RPM Makefile for building tog-pegasus rpms
 34              ##
 35              ## see the usage rule for documentation of rules etc.
 36              ##
 37              ##
 38              ###############################################################################
 39              
 40              
 41 denise.eckstein 1.5 include pegasus/env_var_Linux.status
 42                     
 43 w.otsuka        1.1 RELEASE:=$(shell lsb_release -r -s)
 44                     IDISTRO:=$(shell lsb_release -i -s)
 45                     PLATFORM:=$(shell /bin/rpm --eval %_target_cpu)
 46                     BRANCH:=$(PEGASUS_BUILD_BRANCH)
 47                     RPM:=rpm
 48 denise.eckstein 1.4 ifndef PEGASUS_RPM_BUILD_DEBUG
 49                         RPMBUILD:=rpmbuild
 50                     else
 51                         RPMBUILD:=rpmbuild -vv
 52                     endif
 53 w.otsuka        1.1 RM:=rm
 54                     MV:=mv
 55                     CP:=cp
 56                     GREP:=grep
 57                     ECHO:=echo
 58                     TOG_INSTALLED_RPMS:=$(shell $(RPM) -qa|grep tog-pegasus)
 59 w.otsuka        1.3 CIMSERVER_START_SERVICE:=$(PEGASUS_SBIN_DIR)/cimserver
 60                     CIMSERVER_STOP_SERVICE:=$(PEGASUS_SBIN_DIR)/cimserver -s
 61 w.otsuka        1.1 
 62                     ifdef PEGASUS_BUILD_BRANCH
 63                         ifeq ($(PEGASUS_BUILD_BRANCH),MAIN)
 64                             PEGASUS_RPM_CVS_TAG:=HEAD
 65                         else
 66                             PEGASUS_RPM_CVS_TAG:=$(PEGASUS_BUILD_BRANCH)
 67                         endif
 68                     else
 69                             PEGASUS_RPM_CVS_TAG:=HEAD
 70                     endif
 71                     
 72                     ifeq ($(IDISTRO),RedHatEnterpriseServer)
 73                         DISTRO:=REDHAT
 74                         export PEGASUS_DISTRO_SUFFIX:=$(if $(filter $(RELEASE),4.92 4.93 5),el5,\
 75                             xxx)
 76                     else
 77                         ifeq ($(findstring RedHat,$(IDISTRO)),RedHat)
 78                             DISTRO:=REDHAT
 79                             ifeq ($(RELEASE),4)
 80                                export PEGASUS_DISTRO_SUFFIX=rhel4
 81                             else
 82 w.otsuka        1.1             ifeq ($(RELEASE),3)
 83                                     export PEGASUS_DISTRO_SUFFIX=rhel3
 84                                 else
 85                                     export PEGASUS_DISTRO_SUFFIX=xxx
 86                                 endif
 87                             endif
 88                         else
 89                             ifeq ($(findstring SUSE,$(IDISTRO)),SUSE)
 90                                 DISTRO:=SUSE
 91                                 ifeq ($(RELEASE),9)
 92                                     export PEGASUS_DISTRO_SUFFIX=sles9
 93                                 else
 94                                     ifeq ($(RELEASE),10)
 95                                         export PEGASUS_DISTRO_SUFFIX=sles10
 96                                     else
 97                                         export PEGASUS_DISTRO_SUFFIX=xxx
 98                                     endif
 99                                 endif
100                             endif
101                         endif
102                     endif
103 w.otsuka        1.1 
104                     ###############################################################################
105                     #
106                     # The user may set PEGASUS_RPM_DIRECTORY to the path of their rpm build target.
107                     # The source tar file will then be in 
108                     # PEGASUS_RPM_DIRECTORY/SOURCES/tog-pegasus.
109                     # If PEGASUS_RPM_DIRECTORY is not defined the rpm build target path will be
110                     # defaulted to the well-known locations on redhat and suse systems.
111                     #
112                     ###############################################################################
113                     ifndef PEGASUS_RPM_DIRECTORY
114                       ifeq ($(DISTRO),REDHAT)
115                         PEGASUS_RPM_DIRECTORY:=/usr/src/redhat
116                       else
117                         ifeq ($(DISTRO),SUSE)
118                           PEGASUS_RPM_DIRECTORY:=/usr/src/packages
119                         endif
120                       endif
121                       TOG_PEGASUS_DIR:=""
122                     else
123                       TOG_PEGASUS_DIR:=tog-pegasus
124 w.otsuka        1.1 endif
125                     
126 denise.eckstein 1.5 VERSION:=$(PEGASUS_PRODUCT_VERSION)-$(PEGASUS_PACKAGE_VERSION)
127 w.otsuka        1.1 CORE_RPM:=tog-pegasus-$(VERSION).$(PEGASUS_DISTRO_SUFFIX).$(PLATFORM).rpm
128                     SDK_RPM:=tog-pegasus-devel-$(VERSION).$(PEGASUS_DISTRO_SUFFIX).$(PLATFORM).rpm
129                     TEST_RPM:=tog-pegasus-test-$(VERSION).$(PEGASUS_DISTRO_SUFFIX).$(PLATFORM).rpm
130                     SRC_RPM:=tog-pegasus-$(VERSION).src.rpm
131                     
132                     USAGE = @$(ECHO) $(1)
133                     
134                     usage: 
135                     	$(USAGE)
136                     	$(USAGE)"RPMMakefile targets:"
137                     	$(USAGE)""
138                     	$(USAGE)"exportSRC            - cvs export of pegasus"
139                     	$(USAGE)"createSRCRPM         - creates source rpm"
140                     	$(USAGE)"createBINRPM         - creates binary rpms including the test"
141                     	$(USAGE)"                       rpm from the source rpm"
142                     	$(USAGE)"buildRPM             - createSRCRPM createBINRPM"
143                     	$(USAGE)"buildall             - exportSRC buildRPM"
144 w.otsuka        1.3 	$(USAGE)"list                 - list installed tog-pegasus rpms"
145                     	$(USAGE)"tests                - runs sample tests and test rpm tests"
146                     	$(USAGE)"install              - installs tog-pegasus core and devel rpms"
147                     	$(USAGE)"world                - cleanRPM buildall install tests"
148                     	$(USAGE)"cleanRPM             - uninstalls tog-pegasus rpms"
149 w.otsuka        1.1 	$(USAGE)""
150                     	$(USAGE)"Input variables:"
151                     	$(USAGE)"PEGASUS_BUILD_BRANCH - pegasus branch to build"
152                     	$(USAGE)"                       HEAD is used if MAIN is specified"
153                     
154                     exportSRC:
155                     	@cvs -d:pserver:anon@cvs.opengroup.org:/cvs/MSB export -r $(PEGASUS_RPM_CVS_TAG) pegasus
156                     
157                     createSRCRPM:
158                     
159 denise.eckstein 1.5 ifndef PEGASUS_PRODUCT_VERSION
160                     	@$(ECHO) "PEGASUS_PRODUCT_VERSION is not defined"
161 w.otsuka        1.1 	@exit 2
162                     endif
163 denise.eckstein 1.5 	@$(MV) pegasus tog-pegasus-$(PEGASUS_PRODUCT_VERSION)
164                     	@$(CP) tog-pegasus-$(PEGASUS_PRODUCT_VERSION)/rpm/tog-pegasus.spec $(PEGASUS_RPM_DIRECTORY)/SPECS 
165                     	@tar czf tog-pegasus-$(VERSION).tar.gz tog-pegasus-$(PEGASUS_PRODUCT_VERSION)
166 w.otsuka        1.1 	@$(CP) tog-pegasus-$(VERSION).tar.gz $(PEGASUS_RPM_DIRECTORY)/SOURCES/$(TOG_PEGASUS_DIR)
167                     	@$(RPMBUILD) -bs $(PEGASUS_RPM_DIRECTORY)/SPECS/tog-pegasus.spec
168                     
169                     createBINRPM:
170                     	@$(RPM) -i $(PEGASUS_RPM_DIRECTORY)/SRPMS/$(SRC_RPM)
171                     	@$(RPMBUILD) -bb --define 'LINUX_VERSION $(PEGASUS_DISTRO_SUFFIX)' --define 'PEGASUS_BUILD_TEST_RPM 1' $(PEGASUS_RPM_DIRECTORY)/SPECS/tog-pegasus.spec
172                     
173                     list: 
174                     	@$(RPM) -qa|$(GREP) tog-pegasus
175                     
176 w.otsuka        1.3 tests:
177                     	# Start cimserver
178                     	-$(CIMSERVER_STOP_SERVICE)
179                     	$(CIMSERVER_START_SERVICE)
180 denise.eckstein 1.5 	@check_for_core
181 w.otsuka        1.3 
182                     	# Run some sanity tests
183                     	# osinfo, cimserver -v, cimprovider -l -s, cimconfig -l -c etc
184                     	@$(ECHO) "+++++ Running sanity checks +++++"
185                     	@$(ECHO) "+++++ Running osinfo +++++"
186                     	$(PEGASUS_BIN_DIR)/osinfo
187 denise.eckstein 1.5 	-@check_for_core
188 w.otsuka        1.3 
189                     	@$(ECHO) "+++++ Running cimserver -v +++++"
190                     	$(PEGASUS_SBIN_DIR)/cimserver -v
191 denise.eckstein 1.5 	@check_for_core
192 w.otsuka        1.3 
193                     	@$(ECHO) "+++++ Running cimconfig +++++"
194                     	$(PEGASUS_SBIN_DIR)/cimconfig -l -c
195 denise.eckstein 1.5 	@check_for_core
196 w.otsuka        1.3 
197                     	@$(ECHO) "+++++ Running cimprovider +++++"
198                     	$(PEGASUS_BIN_DIR)/cimprovider -l -s
199 denise.eckstein 1.5 	@check_for_core
200 w.otsuka        1.3 
201                     	@$(ECHO) "+++++ Stopping cimserver +++++"
202                     	@$(CIMSERVER_STOP_SERVICE)
203 denise.eckstein 1.5 	@check_for_core
204 w.otsuka        1.3 
205                     	@$(ECHO) "+++++ Starting cimserver +++++"
206                     	$(CIMSERVER_START_SERVICE)
207 denise.eckstein 1.5 	@check_for_core
208 w.otsuka        1.3 
209                     	# Run samples
210                     	@$(ECHO) "+++++ Running samples +++++"
211                     	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile
212                     	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile setupSDK
213                     	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile testSDK
214 yi.zhou         1.6 	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile unsetupSDK
215 denise.eckstein 1.5 	@check_for_core
216 w.otsuka        1.3 
217                     	# Install the test RPM after running SDK tests. This is because
218                     	# the test RPM over-writes the repository.
219                     	@$(ECHO) "+++++ Installing Test RPM +++++"
220                     	$(RPM) -ih $(PEGASUS_RPM_DIRECTORY)/RPMS/$(PLATFORM)/$(TEST_RPM)
221 denise.eckstein 1.5 	$(MAKE) --directory=$(PEGASUS_TEST_DIR) -f Makefile setupTEST
222                     	$(MAKE) --directory=$(PEGASUS_TEST_DIR) -f Makefile tests
223                     	@check_for_core
224 w.otsuka        1.3 
225                     # Install rpms
226                     install:
227                     	@$(ECHO) "+++++ Installing RPMs +++++"
228                     	$(RPM) -ih $(PEGASUS_RPM_DIRECTORY)/RPMS/$(PLATFORM)/$(CORE_RPM)
229                     	$(RPM) -ih $(PEGASUS_RPM_DIRECTORY)/RPMS/$(PLATFORM)/$(SDK_RPM)
230                     	$(PEGASUS_SCRIPT_DIR)/genOpenPegasusSSLCerts
231                     
232                     cleanRPM:
233 w.otsuka        1.1 	-$(RPM) -e $(filter tog-pegasus-test%,$(TOG_INSTALLED_RPMS))
234                     	-$(RPM) -e $(filter tog-pegasus-devel%,$(TOG_INSTALLED_RPMS))
235                     	-$(RPM) -e $(filter tog-pegasus-2%,$(TOG_INSTALLED_RPMS))
236 denise.eckstein 1.5 	-$(RM) -Rf tog-pegasus-$(PEGASUS_PRODUCT_VERSION).old
237                     	-$(MV) tog-pegasus-$(PEGASUS_PRODUCT_VERSION) tog-pegasus-$(PEGASUS_PRODUCT_VERSION).old
238 w.otsuka        1.3 
239                     buildRPM: cleanRPM createSRCRPM createBINRPM
240                     
241                     buildall: exportSRC buildRPM
242 w.otsuka        1.1 
243 w.otsuka        1.3 world: buildall install tests

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2