(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 denise.eckstein 1.8 RPM_SRC_DIR:=$(shell echo tog-pegasus-$(PEGASUS_PRODUCT_VERSION))
132 w.otsuka        1.1 
133                     USAGE = @$(ECHO) $(1)
134                     
135                     usage: 
136                     	$(USAGE)
137                     	$(USAGE)"RPMMakefile targets:"
138                     	$(USAGE)""
139                     	$(USAGE)"exportSRC            - cvs export of pegasus"
140                     	$(USAGE)"createSRCRPM         - creates source rpm"
141                     	$(USAGE)"createBINRPM         - creates binary rpms including the test"
142                     	$(USAGE)"                       rpm from the source rpm"
143                     	$(USAGE)"buildRPM             - createSRCRPM createBINRPM"
144                     	$(USAGE)"buildall             - exportSRC buildRPM"
145 w.otsuka        1.3 	$(USAGE)"list                 - list installed tog-pegasus rpms"
146                     	$(USAGE)"tests                - runs sample tests and test rpm tests"
147                     	$(USAGE)"install              - installs tog-pegasus core and devel rpms"
148                     	$(USAGE)"world                - cleanRPM buildall install tests"
149                     	$(USAGE)"cleanRPM             - uninstalls tog-pegasus rpms"
150 w.otsuka        1.1 	$(USAGE)""
151                     	$(USAGE)"Input variables:"
152                     	$(USAGE)"PEGASUS_BUILD_BRANCH - pegasus branch to build"
153                     	$(USAGE)"                       HEAD is used if MAIN is specified"
154                     
155                     exportSRC:
156                     	@cvs -d:pserver:anon@cvs.opengroup.org:/cvs/MSB export -r $(PEGASUS_RPM_CVS_TAG) pegasus
157                     
158                     createSRCRPM:
159                     
160 denise.eckstein 1.5 ifndef PEGASUS_PRODUCT_VERSION
161                     	@$(ECHO) "PEGASUS_PRODUCT_VERSION is not defined"
162 w.otsuka        1.1 	@exit 2
163                     endif
164 denise.eckstein 1.8 	@$(MV) pegasus $(RPM_SRC_DIR)
165                     	@$(CP) $(RPM_SRC_DIR)/rpm/tog-pegasus.spec \
166                                 $(PEGASUS_RPM_DIRECTORY)/SPECS 
167                     	@tar czf tog-pegasus-$(VERSION).tar.gz $(RPM_SRC_DIR)
168 w.otsuka        1.1 	@$(CP) tog-pegasus-$(VERSION).tar.gz $(PEGASUS_RPM_DIRECTORY)/SOURCES/$(TOG_PEGASUS_DIR)
169                     	@$(RPMBUILD) -bs $(PEGASUS_RPM_DIRECTORY)/SPECS/tog-pegasus.spec
170                     
171                     createBINRPM:
172                     	@$(RPM) -i $(PEGASUS_RPM_DIRECTORY)/SRPMS/$(SRC_RPM)
173                     	@$(RPMBUILD) -bb --define 'LINUX_VERSION $(PEGASUS_DISTRO_SUFFIX)' --define 'PEGASUS_BUILD_TEST_RPM 1' $(PEGASUS_RPM_DIRECTORY)/SPECS/tog-pegasus.spec
174                     
175                     list: 
176                     	@$(RPM) -qa|$(GREP) tog-pegasus
177                     
178 w.otsuka        1.3 tests:
179                     	# Start cimserver
180                     	-$(CIMSERVER_STOP_SERVICE)
181                     	$(CIMSERVER_START_SERVICE)
182 denise.eckstein 1.5 	@check_for_core
183 w.otsuka        1.3 
184                     	# Run some sanity tests
185                     	# osinfo, cimserver -v, cimprovider -l -s, cimconfig -l -c etc
186                     	@$(ECHO) "+++++ Running sanity checks +++++"
187                     	@$(ECHO) "+++++ Running osinfo +++++"
188                     	$(PEGASUS_BIN_DIR)/osinfo
189 denise.eckstein 1.5 	-@check_for_core
190 w.otsuka        1.3 
191                     	@$(ECHO) "+++++ Running cimserver -v +++++"
192                     	$(PEGASUS_SBIN_DIR)/cimserver -v
193 denise.eckstein 1.5 	@check_for_core
194 w.otsuka        1.3 
195                     	@$(ECHO) "+++++ Running cimconfig +++++"
196                     	$(PEGASUS_SBIN_DIR)/cimconfig -l -c
197 denise.eckstein 1.5 	@check_for_core
198 w.otsuka        1.3 
199                     	@$(ECHO) "+++++ Running cimprovider +++++"
200                     	$(PEGASUS_BIN_DIR)/cimprovider -l -s
201 denise.eckstein 1.5 	@check_for_core
202 w.otsuka        1.3 
203                     	@$(ECHO) "+++++ Stopping cimserver +++++"
204                     	@$(CIMSERVER_STOP_SERVICE)
205 denise.eckstein 1.5 	@check_for_core
206 w.otsuka        1.3 
207                     	@$(ECHO) "+++++ Starting cimserver +++++"
208                     	$(CIMSERVER_START_SERVICE)
209 denise.eckstein 1.5 	@check_for_core
210 w.otsuka        1.3 
211                     	# Run samples
212                     	@$(ECHO) "+++++ Running samples +++++"
213                     	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile
214                     	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile setupSDK
215                     	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile testSDK
216 yi.zhou         1.6 	$(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile unsetupSDK
217 denise.eckstein 1.5 	@check_for_core
218 w.otsuka        1.3 
219                     	# Install the test RPM after running SDK tests. This is because
220                     	# the test RPM over-writes the repository.
221                     	@$(ECHO) "+++++ Installing Test RPM +++++"
222                     	$(RPM) -ih $(PEGASUS_RPM_DIRECTORY)/RPMS/$(PLATFORM)/$(TEST_RPM)
223 denise.eckstein 1.5 	$(MAKE) --directory=$(PEGASUS_TEST_DIR) -f Makefile setupTEST
224                     	$(MAKE) --directory=$(PEGASUS_TEST_DIR) -f Makefile tests
225                     	@check_for_core
226 w.otsuka        1.3 
227                     # Install rpms
228                     install:
229                     	@$(ECHO) "+++++ Installing RPMs +++++"
230                     	$(RPM) -ih $(PEGASUS_RPM_DIRECTORY)/RPMS/$(PLATFORM)/$(CORE_RPM)
231                     	$(RPM) -ih $(PEGASUS_RPM_DIRECTORY)/RPMS/$(PLATFORM)/$(SDK_RPM)
232                     	$(PEGASUS_SCRIPT_DIR)/genOpenPegasusSSLCerts
233                     
234                     cleanRPM:
235 w.otsuka        1.1 	-$(RPM) -e $(filter tog-pegasus-test%,$(TOG_INSTALLED_RPMS))
236                     	-$(RPM) -e $(filter tog-pegasus-devel%,$(TOG_INSTALLED_RPMS))
237                     	-$(RPM) -e $(filter tog-pegasus-2%,$(TOG_INSTALLED_RPMS))
238 denise.eckstein 1.8 	-$(RM) -Rf $(RPM_SRC_DIR).old
239                     ifneq ($(wildcard $(RPM_SRC_DIR)), )
240                     	$(MV) $(RPM_SRC_DIR) $(RPM_SRC_DIR).old
241                     endif
242 w.otsuka        1.3 
243                     buildRPM: cleanRPM createSRCRPM createBINRPM
244                     
245                     buildall: exportSRC buildRPM
246 w.otsuka        1.1 
247 w.otsuka        1.3 world: buildall install tests

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2