(file) Return to tog-pegasus.spec CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm

   1 w.otsuka 1.20.2.10 #%2005////////////////////////////////////////////////////////////////////////
   2 w.otsuka 1.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 w.otsuka 1.20.2.8  # 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 w.otsuka 1.2       #
  12                    # Permission is hereby granted, free of charge, to any person obtaining a copy
  13                    # of this software and associated documentation files (the "Software"), to
  14                    # deal in the Software without restriction, including without limitation the
  15                    # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  16                    # sell copies of the Software, and to permit persons to whom the Software is
  17                    # furnished to do so, subject to the following conditions:
  18                    # 
  19                    # THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
  20                    # ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
  21                    # "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  22                    # LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  23                    # PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  24                    # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  25                    # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  26                    # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  27                    #
  28                    #==============================================================================
  29 w.otsuka 1.1       #%/////////////////////////////////////////////////////////////////////////////
  30                    #
  31                    # tog-pegasus.spec
  32                    #
  33                    # Package spec for PEGASUS 2.4
  34                    #
  35 w.otsuka 1.20.2.11 %define srcRelease 2
  36 w.otsuka 1.9       Summary: OpenPegasus WBEM Services for Linux
  37 w.otsuka 1.1       Name: tog-pegasus
  38 w.otsuka 1.20.2.5  Version: 2.4.1.Beta
  39 w.otsuka 1.20.2.10 Release: 2
  40 w.otsuka 1.1       Group: Systems Management/Base
  41                    Copyright: Open Group Pegasus Open Source
  42                    BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
  43 w.otsuka 1.20.2.8  Source: ftp://www.opengroup.org/pegasus/tog-pegasus-%{version}-%{srcRelease}.tar.gz
  44 w.otsuka 1.20.2.3  Requires: openssl >= 0.9.6 lsb >= 1.3
  45 w.otsuka 1.1       Provides: cimserver tog-pegasus-2.4
  46 w.otsuka 1.20.2.3  BuildRequires: openssl-devel >= 0.9.6
  47 w.otsuka 1.1       
  48                    %description
  49 w.otsuka 1.9       OpenPegasus WBEM Services for Linux enables management solutions that deliver
  50 w.otsuka 1.1       increased control of enterprise resources. WBEM is a platform and resource
  51                    independent DMTF standard that defines a common information model and
  52                    communication protocol for monitoring and controlling resources from diverse
  53                    sources.
  54                    
  55                    %package sdk
  56 w.otsuka 1.9       Summary:      The OpenPegasus Software Development Kit
  57 w.otsuka 1.1       Group:        Systems Management/Base
  58                    Autoreq: 0
  59 w.otsuka 1.20.2.7  Requires: tog-pegasus >= 2.4
  60 w.otsuka 1.1       
  61                    %description sdk
  62 w.otsuka 1.9       The OpenPegasus WBEM Services for Linux SDK is the developer's kit for the OpenPegasus WBEM
  63                    Services for Linux release. It provides Linux C++ developers with the WBEM files required to
  64                    build WBEM Clients and Providers. It also supports C provider developers via the CMPI interface.
  65 w.otsuka 1.1       
  66 w.otsuka 1.20.2.10 %package test
  67                    Summary:      The OpenPegasus Tests
  68                    Group:        Systems Management/Base
  69                    Autoreq: 0
  70                    Requires: tog-pegasus >= 2.4
  71                    
  72                    %description test
  73                    The OpenPegasus WBEM tests for the OpenPegasus 2.4 Linux rpm.
  74                    
  75 w.otsuka 1.1       %prep
  76                    [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
  77                    
  78 w.otsuka 1.20.2.9  %setup -n %{name}-%{version}
  79 w.otsuka 1.1       export PEGASUS_ROOT=$RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
  80                    
  81                    # Needed for CMPI patch
  82                    ln -s $RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION $RPM_BUILD_DIR/$RPM_PACKAGE_NAME
  83                    
  84                    %build
  85 w.otsuka 1.20.2.8  export PEGASUS_EXTRA_C_FLAGS="-g $RPM_OPT_FLAGS"
  86                    export PEGASUS_EXTRA_CXX_FLAGS="$PEGASUS_EXTRA_C_FLAGS"
  87 w.otsuka 1.1       export PEGASUS_ROOT=$RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
  88                    export PEGASUS_HOME=$RPM_BUILD_ROOT/usr/pegasus
  89 w.otsuka 1.20.2.8  %ifarch ia64 x86_64
  90 w.otsuka 1.12      %define PEGASUS_HARDWARE_PLATFORM LINUX_IA64_GNU
  91 w.otsuka 1.1       %else
  92 w.otsuka 1.20.2.8  %ifarch ppc
  93                    %define PEGASUS_HARDWARE_PLATFORM LINUX_PPC_GNU
  94                    %else
  95                    %ifarch ppc64 pseries
  96                    %define PEGASUS_HARDWARE_PLATFORM LINUX_PPC64_GNU
  97                    %else
  98                    %ifarch s390
  99                    %define PEGASUS_HARDWARE_PLATFORM LINUX_ZSERIES_GNU
 100                    export  PEGASUS_EXTRA_C_FLAGS="PEGASUS_EXTRA_C_FLAGS -fsigned-char"
 101                    %else
 102                    %ifarch s390x zseries
 103                    %define PEGASUS_HARDWARE_PLATFORM LINUX_ZSERIES64_GNU
 104                    export  PEGASUS_EXTRA_C_FLAGS="PEGASUS_EXTRA_C_FLAGS -fsigned-char"
 105                    %else
 106 w.otsuka 1.12      %define PEGASUS_HARDWARE_PLATFORM LINUX_IX86_GNU
 107 w.otsuka 1.1       %endif
 108 w.otsuka 1.20.2.8  %endif
 109                    %endif
 110                    %endif
 111                    %endif
 112 w.otsuka 1.12      export PEGASUS_PLATFORM=%PEGASUS_HARDWARE_PLATFORM
 113 w.otsuka 1.1       
 114                    export OPENSSL_HOME=/usr
 115                    export PEGASUS_HAS_SSL=yes
 116                    
 117                    # per bug #368
 118                    export PEGASUS_USE_RELEASE_DIRS=true
 119                    export PEGASUS_USE_RELEASE_CONFIG_OPTIONS=true
 120                    export SYS_INCLUDES=-I/usr/kerberos/include
 121                    
 122                    # per PEP #144
 123                    export PEGASUS_PAM_AUTHENTICATION=true
 124                    export PEGASUS_USE_PAM_STANDALONE_PROC=true
 125                    export PEGASUS_LOCAL_DOMAIN_SOCKET=true
 126                    export PEGASUS_USE_SYSLOGS=true
 127                    export PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=true
 128                    
 129                    # per PEP #174
 130                    export PEGASUS_ENABLE_USERGROUP_AUTHORIZATION=true
 131                    export PEGASUS_HAS_PERFSTATS=true
 132                    export PEGASUS_NOASSERTS=true
 133                    
 134 w.otsuka 1.1       make
 135                    export LD_LIBRARY_PATH=$PEGASUS_HOME/lib
 136                    export PATH=$PEGASUS_HOME/bin:$PATH
 137                    make repository
 138                    
 139 denise.eckstein 1.14      %define PEGASUS_STAGING_DIR  $PEGASUS_HOME/stageSDK
 140                           %define PEGASUS_SAMPLES_DIR  /opt/tog-pegasus/samples 
 141                           %define PEGASUS_INCLUDE_DIR  /opt/tog-pegasus/include
 142                           %define PEGASUS_HTML_DIR     /opt/tog-pegasus/html
 143 w.otsuka        1.20.2.10 
 144 denise.eckstein 1.14      make --directory=mak -f SDKMakefile stageSDK \
 145                                     PEGASUS_STAGING_DIR=%PEGASUS_STAGING_DIR \
 146                                     PEGASUS_SAMPLES_DIR=%PEGASUS_SAMPLES_DIR \
 147                                     PEGASUS_INCLUDE_DIR=%PEGASUS_INCLUDE_DIR \
 148                                     PEGASUS_HTML_DIR=%PEGASUS_HTML_DIR
 149 w.otsuka        1.1       
 150 w.otsuka        1.20.2.10 make --directory=$PEGASUS_ROOT -f Makefile.ReleaseTest stageTEST \
 151                           	PEGASUS_ENVVAR_FILE=$PEGASUS_ROOT/env_var_Linux.status
 152                           
 153 w.otsuka        1.1       %install
 154                           %define PEGASUS_PROD_DIR       /opt/tog-pegasus
 155                           %define PEGASUS_DEST_LIB_DIR   %PEGASUS_PROD_DIR/lib
 156                           %define PEGASUS_PROVIDER_DIR   %PEGASUS_PROD_DIR/providers
 157                           %define PEGASUS_PROVIDER_LIB_DIR    %PEGASUS_PROVIDER_DIR/lib
 158                           %define PEGASUS_SBIN_DIR       %PEGASUS_PROD_DIR/sbin
 159                           %define PEGASUS_BIN_DIR        %PEGASUS_PROD_DIR/bin
 160                           %define PEGASUS_PRODSHARE_DIR  %PEGASUS_PROD_DIR/share
 161                           %define PEGASUS_MAN_DIR        %PEGASUS_PRODSHARE_DIR/man
 162                           %define PEGASUS_MANUSER_DIR    %PEGASUS_MAN_DIR/man1
 163                           %define PEGASUS_MANADMIN_DIR   %PEGASUS_MAN_DIR/man8
 164                           %define PEGASUS_VARDATA_DIR    /var/opt/tog-pegasus
 165                           %define PEGASUS_REPOSITORY_DIR      %PEGASUS_VARDATA_DIR/repository
 166 w.otsuka        1.20.2.13 %define PEGASUS_PREV_REPOSITORY_DIR %PEGASUS_VARDATA_DIR/prev_repository
 167 w.otsuka        1.1       %define PEGASUS_VARDATA_CACHE_DIR   %PEGASUS_VARDATA_DIR/cache
 168                           %define PEGASUS_LOCAL_AUTH_DIR      %PEGASUS_VARDATA_CACHE_DIR/localauth
 169                           %define PEGASUS_MOF_DIR            %PEGASUS_PROD_DIR/mof
 170                           %define PEGASUS_CONFIG_DIR         /etc/opt/tog-pegasus
 171                           %define PEGASUS_VARRUN_DIR         /var/run/tog-pegasus
 172                           %define PEGASUS_LOCAL_DOMAIN_SOCKET_DIR %PEGASUS_VARRUN_DIR/socket
 173                           %define PAM_CONF                   /etc/pam.d
 174                           %define PEGASUS_LOG_DIR            %PEGASUS_VARDATA_DIR/log
 175                           %define PEGASUS_LICENSE_FILE       license.txt
 176                           %define PEGASUS_PLANNED_CONFIG_FILE cimserver_planned.conf
 177                           %define PEGASUS_PEM_DIR            %PEGASUS_CONFIG_DIR
 178                           %define PEGASUS_SSL_KEY_FILE       file.pem
 179                           %define PEGASUS_SSL_CERT_FILE      server.pem
 180                           %define PEGASUS_SSL_TRUSTSTORE     client.pem
 181 w.otsuka        1.15      %define PEGASUS_INSTALL_SCRIPT_DIR $PEGASUS_ROOT/installs/scripts
 182 w.otsuka        1.20.2.10 %define PEGASUS_TEST_DIR  /opt/tog-pegasus/test
 183                           %define PEGASUS_TEST_STAGING_DIR  $PEGASUS_HOME/stagingDir
 184                           %define PEGASUS_TEST_BIN_DIR  %PEGASUS_TEST_DIR/bin
 185                           %define PEGASUS_TEST_LIB_DIR  %PEGASUS_TEST_DIR/lib
 186                           %define PEGASUS_TEST_MAK_DIR  %PEGASUS_TEST_DIR/mak
 187                           
 188 w.otsuka        1.1       #
 189                           # Make directories
 190                           mkdir -p $RPM_BUILD_ROOT%PEGASUS_VARDATA_DIR/{log,cache,repository}
 191                           mkdir -p $RPM_BUILD_ROOT/%PEGASUS_LOCAL_AUTH_DIR
 192                           mkdir -p $RPM_BUILD_ROOT/%PEGASUS_PROVIDER_LIB_DIR
 193                           mkdir -p $RPM_BUILD_ROOT/%PEGASUS_CONFIG_DIR 
 194                           mkdir -p $RPM_BUILD_ROOT/%PEGASUS_LOG_DIR
 195                           mkdir -p $RPM_BUILD_ROOT/%PEGASUS_MAN_DIR/{man1,man8}
 196 w.otsuka        1.3       mkdir -p $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/{CIM28,Pegasus}
 197 w.otsuka        1.1       mkdir -p $RPM_BUILD_ROOT%PEGASUS_LOCAL_DOMAIN_SOCKET_DIR
 198                           
 199                           export PEGASUS_ROOT=$RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
 200                           export PEGASUS_HOME=$RPM_BUILD_ROOT/usr/pegasus
 201                           
 202                           #
 203                           # Init scripts
 204                           install -D -m 0755  $PEGASUS_ROOT/rpm/tog-pegasus.rc $RPM_BUILD_ROOT/etc/init.d/tog-pegasus
 205                           
 206                           #
 207                           # Programs
 208 w.otsuka        1.20.2.8  install -D -m 0744  $PEGASUS_HOME/bin/cimauth   $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimauth
 209                           install -D -m 0744  $PEGASUS_HOME/bin/cimserver $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimserver
 210                           install -D -m 0744  $PEGASUS_HOME/bin/cimservera $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimservera
 211                           install -D -m 0744  $PEGASUS_HOME/bin/cimuser   $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimuser
 212                           install -D -m 0744  $PEGASUS_HOME/bin/cimconfig $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimconfig
 213                           install -D -m 0744  $PEGASUS_HOME/bin/cimprovagt $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/cimprovagt
 214                           install -D -m 0755  $PEGASUS_HOME/bin/cimmof    $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimmof
 215                           install -D -m 0755  $PEGASUS_HOME/bin/cimmofl   $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimmofl
 216                           install -D -m 0755  $PEGASUS_HOME/bin/cimprovider $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/cimprovider
 217                           install -D -m 0755  $PEGASUS_HOME/bin/osinfo    $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/osinfo
 218                           install -D -m 0755  $PEGASUS_HOME/bin/wbemexec  $RPM_BUILD_ROOT%PEGASUS_BIN_DIR/wbemexec
 219 w.otsuka        1.1       
 220                           
 221                           # Libraries
 222                           
 223                           install -D -m 0755  $PEGASUS_HOME/lib/libCIMxmlIndicationHandler.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libCIMxmlIndicationHandler.so.1
 224                           install -D -m 0755  $PEGASUS_HOME/lib/libConfigSettingProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libConfigSettingProvider.so.1
 225                           install -D -m 0755  $PEGASUS_HOME/lib/libNamespaceProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libNamespaceProvider.so.1
 226                           install -D -m 0755  $PEGASUS_HOME/lib/libProviderRegistrationProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libProviderRegistrationProvider.so.1
 227                           install -D -m 0755  $PEGASUS_HOME/lib/libUserAuthProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libUserAuthProvider.so.1
 228                           install -D -m 0755  $PEGASUS_HOME/lib/libpegauthentication.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegauthentication.so.1
 229                           install -D -m 0755  $PEGASUS_HOME/lib/libpegclient.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegclient.so.1
 230                           install -D -m 0755  $PEGASUS_HOME/lib/libpegcliutils.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcliutils.so.1
 231                           install -D -m 0755  $PEGASUS_HOME/lib/libpegcommon.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcommon.so.1
 232                           install -D -m 0755  $PEGASUS_HOME/lib/libpegcompiler.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegcompiler.so.1
 233                           install -D -m 0755  $PEGASUS_HOME/lib/libpegconfig.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegconfig.so.1
 234                           install -D -m 0755  $PEGASUS_HOME/lib/libpegexportclient.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegexportclient.so.1
 235                           install -D -m 0755  $PEGASUS_HOME/lib/libpegexportserver.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegexportserver.so.1
 236                           install -D -m 0755  $PEGASUS_HOME/lib/libpeggetoopt.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeggetoopt.so.1
 237                           install -D -m 0755  $PEGASUS_HOME/lib/libpeghandlerservice.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeghandlerservice.so.1
 238                           install -D -m 0755  $PEGASUS_HOME/lib/libpegindicationservice.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegindicationservice.so.1
 239                           install -D -m 0755  $PEGASUS_HOME/lib/libpeglistener.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeglistener.so.1
 240 w.otsuka        1.1       install -D -m 0755  $PEGASUS_HOME/lib/libpegprm.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprm.so.1
 241                           install -D -m 0755  $PEGASUS_HOME/lib/libpegprovidermanager.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprovidermanager.so.1
 242                           install -D -m 0755  $PEGASUS_HOME/lib/libpegprovider.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegprovider.so.1
 243                           install -D -m 0755  $PEGASUS_HOME/lib/libpegrepository.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegrepository.so.1
 244                           install -D -m 0755  $PEGASUS_HOME/lib/libpegserver.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegserver.so.1
 245                           install -D -m 0755  $PEGASUS_HOME/lib/libpeguser.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpeguser.so.1
 246                           install -D -m 0755  $PEGASUS_HOME/lib/libpegwql.so.1    $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libpegwql.so.1
 247                           install -D -m 0755  $PEGASUS_HOME/lib/libCMPIProviderManager.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libCMPIProviderManager.so.1
 248                           install -D -m 0755  $PEGASUS_HOME/lib/libcmpiCppImpl.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libcmpiCppImpl.so.1
 249                           install -D -m 0755  $PEGASUS_HOME/lib/libDefaultProviderManager.so.1   $RPM_BUILD_ROOT%PEGASUS_DEST_LIB_DIR/libDefaultProviderManager.so.1 
 250                           
 251                           install -D -m 0755  $PEGASUS_HOME/lib/libComputerSystemProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libComputerSystemProvider.so.1
 252                           install -D -m 0755  $PEGASUS_HOME/lib/libOSProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libOSProvider.so.1
 253                           install -D -m 0755  $PEGASUS_HOME/lib/libProcessProvider.so.1    $RPM_BUILD_ROOT%PEGASUS_PROVIDER_LIB_DIR/libProcessProvider.so.1
 254                           
 255                           #
 256                           # CIM schema
 257                           #
 258 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_AppRuntime.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_AppRuntime.mof
 259                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_BIOS.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_BIOS.mof
 260                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_CheckAction.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_CheckAction.mof
 261                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_DeploymentModel.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_DeploymentModel.mof
 262                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_InstalledProduct.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_InstalledProduct.mof
 263                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_J2eeAppServer.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServer.mof
 264                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_J2eeAppServerStats.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServerStats.mof
 265                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Application28_SystemSoftware.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Application28_SystemSoftware.mof
 266                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Application28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Application28.mof
 267                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Core28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Core28.mof
 268                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Database28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Database28.mof
 269                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Device28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Device28.mof
 270                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Event28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Event28.mof
 271                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Interop28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Interop28.mof 
 272                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_IPsecPolicy28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_IPsecPolicy28.mof 
 273                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Metrics28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Metrics28.mof
 274                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Network28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Network28.mof
 275                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Physical28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Physical28.mof
 276                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Policy28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Policy28.mof
 277                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Schema28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Schema28.mof
 278                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_Support28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_Support28.mof
 279 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_System28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_System28.mof
 280                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/CIM_User28.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/CIM_User28.mof
 281                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Capabilities.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Capabilities.mof
 282                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Collection.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Collection.mof
 283                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_CoreElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_CoreElements.mof
 284                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Device.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Device.mof
 285                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_MethodParms.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_MethodParms.mof
 286                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Physical.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Physical.mof
 287                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_PowerMgmt.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_PowerMgmt.mof
 288                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_ProductFRU.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_ProductFRU.mof
 289                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Qualifiers.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Qualifiers.mof
 290                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Redundancy.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Redundancy.mof
 291                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Service.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Service.mof
 292                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Settings.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Settings.mof
 293                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Software.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Software.mof
 294                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_Statistics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_Statistics.mof
 295                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Core28_StorageExtent.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Core28_StorageExtent.mof
 296                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Database28_Statistics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_Statistics.mof
 297                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Database28_Storage.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_Storage.mof
 298                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Database28_System.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Database28_System.mof
 299                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_Controller.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Controller.mof
 300 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_CoolingAndPower.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_CoolingAndPower.mof
 301                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_DeviceElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_DeviceElements.mof
 302                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_DiskGroup.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_DiskGroup.mof
 303                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_FC.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_FC.mof
 304                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_IB.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_IB.mof
 305                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_Memory.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Memory.mof
 306                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_Modems.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Modems.mof
 307                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_NetworkAdapter.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_NetworkAdapter.mof
 308                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_Ports.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Ports.mof
 309                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_Printing.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Printing.mof
 310                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_Processor.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Processor.mof
 311                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_ProtocolController.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_ProtocolController.mof
 312                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_SccExtents.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_SccExtents.mof
 313                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_Sensors.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_Sensors.mof
 314                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageDevices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageDevices.mof
 315                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageExtents.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageExtents.mof
 316                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageLib.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageLib.mof
 317                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_StorageServices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_StorageServices.mof
 318                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_USB.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_USB.mof
 319                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Device28_UserDevices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Device28_UserDevices.mof
 320                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Metrics28_BaseMetric.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Metrics28_BaseMetric.mof
 321 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Metrics28_UnitOfWork.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Metrics28_UnitOfWork.mof
 322                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_BGP.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_BGP.mof
 323                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_Buffers.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Buffers.mof
 324                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_Collections.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Collections.mof
 325                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_Filtering.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Filtering.mof
 326                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_IPsec.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_IPsec.mof
 327                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_OSPF.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_OSPF.mof
 328                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_Pipes.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Pipes.mof
 329                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_ProtocolEndpoints.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_ProtocolEndpoints.mof
 330                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_QoS.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_QoS.mof
 331                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_Routes.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Routes.mof
 332                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_RoutingForwarding.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_RoutingForwarding.mof
 333                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_SNMP.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_SNMP.mof
 334                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_SwitchingBridging.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_SwitchingBridging.mof
 335                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_Systems.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_Systems.mof
 336                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Network28_VLAN.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Network28_VLAN.mof
 337                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Component.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Component.mof
 338                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Connector.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Connector.mof
 339                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Link.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Link.mof
 340                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Misc.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Misc.mof
 341                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Physical28_Package.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_Package.mof
 342 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Physical28_PhysicalMedia.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_PhysicalMedia.mof
 343                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/Physical28_StoragePackage.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/Physical28_StoragePackage.mof
 344                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_Boot.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Boot.mof
 345                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_Diagnostics.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Diagnostics.mof
 346                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_FileElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_FileElements.mof
 347                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_Logs.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Logs.mof
 348                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_OperatingSystem.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_OperatingSystem.mof
 349                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_Processing.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Processing.mof
 350                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_SystemElements.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_SystemElements.mof
 351                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_SystemResources.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_SystemResources.mof
 352                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_Time.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Time.mof
 353                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/System28_Unix.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/System28_Unix.mof
 354                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_AccessControl.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_AccessControl.mof
 355                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Account.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Account.mof
 356                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_AuthenticationReqmt.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_AuthenticationReqmt.mof
 357                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Credential.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Credential.mof
 358                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Group.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Group.mof
 359                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Identity.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Identity.mof
 360                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Kerberos.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Kerberos.mof
 361                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Org.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Org.mof
 362                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_PrivilegeManagementService.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_PrivilegeManagementService.mof
 363 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Privilege.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Privilege.mof
 364                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_PublicKey.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_PublicKey.mof
 365                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_Role.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_Role.mof
 366                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_SecurityLevel.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SecurityLevel.mof
 367                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_SecurityServices.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SecurityServices.mof
 368                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_SharedSecret.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_SharedSecret.mof
 369                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_StorageHardwareID.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_StorageHardwareID.mof
 370                           install -D -m 0444  $PEGASUS_ROOT/Schemas/CIM28/User28_UsersAccess.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/CIM28/User28_UsersAccess.mof
 371 w.otsuka        1.1       
 372                           #
 373                           # Pegasus' schema
 374                           #
 375                           
 376                           # Internal:
 377 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_Authorization20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_Authorization20.mof
 378                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_ConfigSetting20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ConfigSetting20.mof
 379                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_InternalSchema20.mof $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_InternalSchema20.mof
 380                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_ShutdownService20.mof           $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ShutdownService20.mof
 381                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/Internal/VER20/PG_User20.mof           $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_User20.mof
 382 w.otsuka        1.1       
 383                           # InterOp:
 384 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_Events20.mof   $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_Events20.mof
 385                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_InterOpSchema20.mof   $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_InterOpSchema20.mof
 386                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/InterOp/VER20/PG_ProviderModule20.mof  $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ProviderModule20.mof
 387 w.otsuka        1.1       
 388                           #
 389                           # Pegasus Default Providers' schema
 390                           #
 391 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ComputerSystem20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20.mof
 392                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ComputerSystem20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20R.mof
 393                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ManagedSystemSchema20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20.mof
 394                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_ManagedSystemSchema20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20R.mof
 395                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_OperatingSystem20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20.mof
 396                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_OperatingSystem20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20R.mof
 397                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_UnixProcess20.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20.mof
 398                           install -D -m 0444  $PEGASUS_ROOT/Schemas/Pegasus/ManagedSystem/VER20/PG_UnixProcess20R.mof                               $RPM_BUILD_ROOT%PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20R.mof
 399 w.otsuka        1.1       #
 400                           # Initial Repository
 401                           #
 402 w.otsuka        1.5       mkdir -p  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR
 403                           cp -rf $PEGASUS_HOME/repository/*  $RPM_BUILD_ROOT%PEGASUS_REPOSITORY_DIR
 404 w.otsuka        1.1       
 405                           #
 406                           # cimserver config files
 407                           #
 408                           install -D -m 0644  $PEGASUS_ROOT/src/Server/%PEGASUS_PLANNED_CONFIG_FILE $RPM_BUILD_ROOT%PEGASUS_VARDATA_DIR/%PEGASUS_PLANNED_CONFIG_FILE
 409                           
 410                           #
 411                           # WBEM pam authentication
 412                           #
 413                           install -D -m 0644  $PEGASUS_ROOT/rpm/wbem $RPM_BUILD_ROOT%PAM_CONF/wbem
 414                           
 415                           #
 416                           # repository install script
 417                           #
 418 w.otsuka        1.3       echo "PEGASUS_MOF_DIR="%PEGASUS_MOF_DIR > initrepository.in
 419                           echo "PEGASUS_REPOSITORY_DIR="%PEGASUS_REPOSITORY_DIR >> initrepository.in
 420                           echo "PEGASUS_BIN_DIR="%PEGASUS_BIN_DIR >> initrepository.in
 421                           echo "PEGASUS_CIM_SCHEMA=28" >> initrepository.in
 422                           cat initrepository.in $PEGASUS_ROOT/installs/scripts/init_repository > $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/init_repository
 423 w.otsuka        1.20.2.8  chmod 0744 $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/init_repository
 424 w.otsuka        1.1       
 425                           #
 426 w.otsuka        1.15      # script to add tog-pegasus paths to /etc/profile
 427                           #
 428 w.otsuka        1.20.2.8  install -D -m 0744 %PEGASUS_INSTALL_SCRIPT_DIR/settogpath $RPM_BUILD_ROOT%PEGASUS_SBIN_DIR/settogpath
 429 w.otsuka        1.15      
 430                           #
 431 w.otsuka        1.1       # man pages
 432                           #
 433 w.otsuka        1.7       install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/cimmof.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/cimmof.1
 434                           install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/cimprovider.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/cimprovider.1
 435                           install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/osinfo.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/osinfo.1
 436                           install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man1.Z/wbemexec.1 $RPM_BUILD_ROOT%PEGASUS_MANUSER_DIR/wbemexec.1
 437 w.otsuka        1.8       install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man8.Z/cimauth.8 $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimauth.8
 438                           install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man8.Z/cimconfig.8 $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimconfig.8
 439                           install -D -m 0444  $PEGASUS_ROOT/rpm/manLinux/man8.Z/cimserver.8 $RPM_BUILD_ROOT%PEGASUS_MANADMIN_DIR/cimserver.8
 440 w.otsuka        1.1       
 441                           install -D -m 0444  $PEGASUS_ROOT/doc/%PEGASUS_LICENSE_FILE $RPM_BUILD_ROOT%PEGASUS_PROD_DIR/%PEGASUS_LICENSE_FILE
 442                           #
 443                           # SDK
 444                           #
 445 w.otsuka        1.4       
 446 denise.eckstein 1.14      %define INCLUDE_DEST_PATH    $RPM_BUILD_ROOT%PEGASUS_INCLUDE_DIR
 447                           %define HTML_DEST_PATH       $RPM_BUILD_ROOT%PEGASUS_HTML_DIR
 448                           %define SAMPLES_DEST_PATH     $RPM_BUILD_ROOT%PEGASUS_SAMPLES_DIR
 449                           mkdir -p %INCLUDE_DEST_PATH/Pegasus/{Client,Common,Consumer,Handler,Provider}
 450 w.otsuka        1.1       mkdir -p %HTML_DEST_PATH
 451                           mkdir -p %SAMPLES_DEST_PATH/{Clients,mak,Providers}
 452                           mkdir -p %SAMPLES_DEST_PATH/Providers/Load
 453 denise.eckstein 1.14      install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Client/CIMClientException.h %INCLUDE_DEST_PATH/Pegasus/Client/CIMClientException.h
 454                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Client/CIMClient.h %INCLUDE_DEST_PATH/Pegasus/Client/CIMClient.h
 455                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Client/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Client/Linkage.h
 456                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/AcceptLanguages.h %INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguages.h
 457                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/AcceptLanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/AcceptLanguageElement.h
 458                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/Array.h %INCLUDE_DEST_PATH/Pegasus/Common/Array.h
 459                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/ArrayInter.h %INCLUDE_DEST_PATH/Pegasus/Common/ArrayInter.h
 460                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/Char16.h %INCLUDE_DEST_PATH/Pegasus/Common/Char16.h
 461                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMClass.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMClass.h 
 462                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMDateTime.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMDateTime.h
 463                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMFlavor.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMFlavor.h
 464                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMIndication.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMIndication.h 
 465                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMInstance.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMInstance.h
 466                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMMethod.h %INCLUDE_DEST_PATH/Pegasus/Common//CIMMethod.h
 467                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMName.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMName.h
 468                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMObject.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMObject.h
 469                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMObjectPath.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMObjectPath.h
 470                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMParameter.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMParameter.h
 471                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMParamValue.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMParamValue.h
 472                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMProperty.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMProperty.h
 473                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMPropertyList.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMPropertyList.h
 474 denise.eckstein 1.14      install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMQualifierDecl.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifierDecl.h
 475                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMQualifier.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMQualifier.h
 476                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMScope.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMScope.h
 477                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMStatusCode.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMStatusCode.h
 478                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMType.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMType.h
 479                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMValue.h %INCLUDE_DEST_PATH/Pegasus/Common/CIMValue.h
 480                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/Config.h %INCLUDE_DEST_PATH/Pegasus/Common/Config.h
 481                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/ContentLanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguageElement.h
 482                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/ContentLanguages.h %INCLUDE_DEST_PATH/Pegasus/Common/ContentLanguages.h
 483                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/Exception.h %INCLUDE_DEST_PATH/Pegasus/Common/Exception.h
 484                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/Formatter.h %INCLUDE_DEST_PATH/Pegasus/Common/Formatter.h
 485                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/LanguageElementContainer.h %INCLUDE_DEST_PATH/Pegasus/Common/LanguageElementContainer.h
 486                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/LanguageElement.h %INCLUDE_DEST_PATH/Pegasus/Common/LanguageElement.h
 487                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Common/Linkage.h
 488                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/MessageLoader.h %INCLUDE_DEST_PATH/Pegasus/Common/MessageLoader.h
 489                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/OperationContext.h %INCLUDE_DEST_PATH/Pegasus/Common/OperationContext.h
 490                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/Platform_%PEGASUS_HARDWARE_PLATFORM.h %INCLUDE_DEST_PATH/Pegasus/Common/Platform_%PEGASUS_HARDWARE_PLATFORM.h
 491                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/ResponseHandler.h %INCLUDE_DEST_PATH/Pegasus/Common/ResponseHandler.h
 492                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/SSLContext.h %INCLUDE_DEST_PATH/Pegasus/Common/SSLContext.h
 493                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Common/String.h %INCLUDE_DEST_PATH/Pegasus/Common/String.h
 494                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Consumer/CIMIndicationConsumer.h %INCLUDE_DEST_PATH/Pegasus/Consumer/CIMIndicationConsumer.h
 495 denise.eckstein 1.14      install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Consumer/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Consumer/Linkage.h
 496                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMAssociationProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMAssociationProvider.h
 497                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMIndicationConsumerProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationConsumerProvider.h
 498                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMIndicationProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMIndicationProvider.h
 499                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMInstanceProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMInstanceProvider.h
 500                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMMethodProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMMethodProvider.h
 501                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMOMHandle.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMOMHandle.h
 502                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMProvider.h %INCLUDE_DEST_PATH/Pegasus/Provider/CIMProvider.h
 503                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/Linkage.h %INCLUDE_DEST_PATH/Pegasus/Provider/Linkage.h
 504                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_INCLUDE_DIR/Pegasus/Provider/ProviderException.h %INCLUDE_DEST_PATH/Pegasus/Provider/ProviderException.h
 505 w.otsuka        1.9       
 506                           
 507 denise.eckstein 1.14      cd %PEGASUS_STAGING_DIR%PEGASUS_PROD_DIR/
 508                           cp -rf html $RPM_BUILD_ROOT%PEGASUS_PROD_DIR
 509                           
 510                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Makefile %SAMPLES_DEST_PATH/Makefile 
 511                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/mak/common.mak %SAMPLES_DEST_PATH/mak/common.mak 
 512 w.otsuka        1.4       
 513                           echo "PEGASUS_DEST_LIB_DIR =   "%PEGASUS_DEST_LIB_DIR > sampleconfig.txt
 514                           echo "PEGASUS_VARDATA_DIR =    "%PEGASUS_VARDATA_DIR >> sampleconfig.txt
 515                           echo "PEGASUS_PROVIDER_LIB_DIR="%PEGASUS_PROVIDER_LIB_DIR >> sampleconfig.txt
 516 w.otsuka        1.11      echo "PEGASUS_MOF_DIR =        "%PEGASUS_MOF_DIR>> sampleconfig.txt
 517 denise.eckstein 1.14      echo "PEGASUS_INCLUDE_DIR =    "%PEGASUS_INCLUDE_DIR >> sampleconfig.txt
 518                           echo "PEGASUS_SAMPLES_DIR =    "%PEGASUS_SAMPLES_DIR >> sampleconfig.txt
 519 w.otsuka        1.4       echo "PEGASUS_BIN_DIR =        "%PEGASUS_BIN_DIR >> sampleconfig.txt
 520 denise.eckstein 1.14      cat sampleconfig.txt %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/mak/config.mak > sampleconfig.mak
 521 w.otsuka        1.4       install -D -m 0444 sampleconfig.mak %SAMPLES_DEST_PATH/mak/config.mak 
 522 denise.eckstein 1.14      install -D -m 0444  %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/mak/%PEGASUS_HARDWARE_PLATFORM.mak %SAMPLES_DEST_PATH/mak/%PEGASUS_HARDWARE_PLATFORM.mak 
 523                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/mak/library.mak %SAMPLES_DEST_PATH/mak/library.mak 
 524                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/mak/program.mak %SAMPLES_DEST_PATH/mak/program.mak
 525                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/mak/recurse.mak %SAMPLES_DEST_PATH/mak/recurse.mak
 526                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/Makefile %SAMPLES_DEST_PATH/Clients/Makefile
 527                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/DefaultC++/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/Makefile
 528                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/DefaultC++/EnumInstances/EnumInstances.cpp %SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/EnumInstances.cpp 
 529                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/DefaultC++/EnumInstances/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/EnumInstances/Makefile 
 530                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp %SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp 
 531                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/DefaultC++/InvokeMethod/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/InvokeMethod/Makefile 
 532                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/DefaultC++/SendTestIndications/Makefile %SAMPLES_DEST_PATH/Clients/DefaultC++/SendTestIndications/Makefile 
 533                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Clients/DefaultC++/SendTestIndications/SendTestIndications.cpp %SAMPLES_DEST_PATH/Clients/DefaultC++/SendTestIndications/SendTestIndications.cpp
 534                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/Makefile %SAMPLES_DEST_PATH/Providers/Makefile
 535                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/Makefile
 536                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/IndicationProvider.h %SAMPLES_DEST_PATH/Providers/DefaultC++/IndicationProvider/IndicationProvider.h
 537                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/IndicationProvider.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/IndicationProvider/IndicationProvider.cpp 
 538                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/IndicationProviderMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/IndicationProvider/IndicationProviderMain.cpp 
 539                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/IndicationProvider/Makefile
 540                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml 
 541                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml 
 542                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp 
 543 denise.eckstein 1.14      install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/InstanceProvider.h %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProvider.h 
 544                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp 
 545                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/InstanceProvider/Makefile 
 546                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml 
 547                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/InvokeMethod.xml %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/InvokeMethod.xml 
 548                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/Makefile 
 549                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/MethodProvider.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.cpp 
 550                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/MethodProvider.h %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProvider.h 
 551                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp 
 552                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumerMain.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumerMain.cpp 
 553                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.cpp %SAMPLES_DEST_PATH/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.cpp 
 554                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.h %SAMPLES_DEST_PATH/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.h
 555                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/Makefile %SAMPLES_DEST_PATH/Providers/DefaultC++/SimpleDisplayConsumer/Makefile
 556                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/Load/Makefile %SAMPLES_DEST_PATH/Providers/Load/Makefile
 557                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/Load/IndicationProviderR.mof %SAMPLES_DEST_PATH/Providers/Load/IndicationProviderR.mof
 558                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/Load/InstanceProviderR.mof %SAMPLES_DEST_PATH/Providers/Load/InstanceProviderR.mof
 559                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/Load/MethodProviderR.mof %SAMPLES_DEST_PATH/Providers/Load/MethodProviderR.mof
 560                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/Load/SampleProviderSchema.mof %SAMPLES_DEST_PATH/Providers/Load/SampleProviderSchema.mof
 561                           install -D -m 0444 %PEGASUS_STAGING_DIR%PEGASUS_SAMPLES_DIR/Providers/Load/SimpleDisplayConsumerR.mof %SAMPLES_DEST_PATH/Providers/Load/SimpleDisplayConsumerR.mof
 562 w.otsuka        1.20.2.10 #
 563                           # Tests
 564                           #
 565                           %define TEST_DEST_PATH     $RPM_BUILD_ROOT%PEGASUS_TEST_DIR
 566                           mkdir -p %TEST_DEST_PATH/{bin,lib,mak}
 567                           #
 568                           # Test Repository
 569                           #
 570                           %define PEGASUS_TEST_REPOSITORY_DIR %PEGASUS_VARDATA_DIR/testrepository
 571                           mkdir -p  $RPM_BUILD_ROOT%PEGASUS_TEST_REPOSITORY_DIR
 572                           cp -rf %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_REPOSITORY_DIR/*  $RPM_BUILD_ROOT%PEGASUS_TEST_REPOSITORY_DIR
 573                           
 574                           install -D -m 0444 %PEGASUS_TEST_STAGING_DIR/%PEGASUS_TEST_DIR/Makefile %TEST_DEST_PATH/Makefile
 575                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/CompAssoc $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/CompAssoc
 576                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/InvokeMethod2 $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/InvokeMethod2
 577                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/IPC $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/IPC
 578                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestAbstract $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestAbstract
 579                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestArray $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestArray
 580                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestBase64 $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestBase64
 581                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestClassDecl $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestClassDecl
 582                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestClient $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestClient
 583 w.otsuka        1.20.2.10 install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestDateTime $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestDateTime
 584                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestFlavor $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestFlavor
 585                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestFormatter $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestFormatter
 586                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestHashTable $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestHashTable
 587                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestInstanceDecl $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestInstanceDecl
 588                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestLogger $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestLogger
 589                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestMethod $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestMethod
 590                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestObject $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestObject
 591                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestOperationContext $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestOperationContext
 592                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestParameter $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestParameter
 593                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestParamValue $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestParamValue
 594                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestProperty $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestProperty
 595                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestQualifier $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestQualifier
 596                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestQualifierDecl $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestQualifierDecl
 597                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestQualifierList $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestQualifierList
 598                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestQueue $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestQueue
 599                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestReference $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestReference
 600                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestResolve $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestResolve
 601                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestResponseHandler $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestResponseHandler
 602                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestScope $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestScope
 603                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestStack $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestStack
 604 w.otsuka        1.20.2.10 install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestStopwatch $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestStopwatch
 605                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestString $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestString
 606                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestStrToInstName $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestStrToInstName
 607                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestTimeValue $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestTimeValue
 608                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestToMof $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestToMof
 609                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestValidateClass $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestValidateClass
 610                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TestValue $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TestValue
 611                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/TracerTest $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/TracerTest
 612                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_BIN_DIR/UserManagerTest $RPM_BUILD_ROOT%PEGASUS_TEST_BIN_DIR/UserManagerTest
 613                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_LIB_DIR/libSampleFamilyProvider.so.1   $RPM_BUILD_ROOT%PEGASUS_TEST_LIB_DIR/libSampleFamilyProvider.so.1
 614                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_LIB_DIR/libSampleInstanceProvider.so.1 $RPM_BUILD_ROOT%PEGASUS_TEST_LIB_DIR/libSampleInstanceProvider.so.1
 615                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_LIB_DIR/libSampleMethodProvider.so.1   $RPM_BUILD_ROOT%PEGASUS_TEST_LIB_DIR/libSampleMethodProvider.so.1
 616                           install -D -m 0755 %PEGASUS_TEST_STAGING_DIR%PEGASUS_TEST_MAK_DIR/commands.mak $RPM_BUILD_ROOT%PEGASUS_TEST_MAK_DIR/commands.mak
 617 w.otsuka        1.20.2.1  cd $RPM_BUILD_ROOT
 618 w.otsuka        1.1       rm -Rf $PEGASUS_HOME
 619                           
 620                           %clean
 621                           #make clean
 622                           [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
 623                           
 624                           %pre
 625                           if [ -d %PEGASUS_REPOSITORY_DIR"/root#PG_Internal" ]
 626                           then
 627                             #
 628                             # Save the current repository to prev_repository.
 629                             #
 630 w.otsuka        1.20.2.13   if [[ -d %PEGASUS_REPOSITORY_DIR ]]
 631 w.otsuka        1.1         then
 632 w.otsuka        1.20.2.13       if [[ -d %PEGASUS_PREV_REPOSITORY_DIR ]]
 633 w.otsuka        1.1             then
 634 w.otsuka        1.20.2.13           rm -rf %PEGASUS_PREV_REPOSITORY_DIR
 635 w.otsuka        1.1             fi
 636                           
 637 w.otsuka        1.20.2.13       mv %PEGASUS_REPOSITORY_DIR %PEGASUS_PREV_REPOSITORY_DIR
 638                                 mkdir %PEGASUS_REPOSITORY_DIR
 639 w.otsuka        1.1         fi
 640                           fi
 641                           
 642                           %post
 643 w.otsuka        1.20.2.8  if [ $1 -eq 1 ]; then
 644 w.otsuka        1.1       mkdir -p %PEGASUS_LOG_DIR
 645                           %define INSTALL_LOG %PEGASUS_LOG_DIR/install.log
 646                           echo `date` >%INSTALL_LOG 2>&1
 647                           
 648                           /usr/lib/lsb/install_initd /etc/init.d/tog-pegasus
 649                           
 650                           # Create symbolic links for client libs
 651                           #
 652                           cd %PEGASUS_DEST_LIB_DIR
 653                           ln -sf libpegcommon.so.1 libpegcommon.so
 654                           ln -sf libpegclient.so.1 libpegclient.so
 655                           ln -sf libpegprovider.so.1 libpegprovider.so
 656 w.otsuka        1.6       ln -sf libDefaultProviderManager.so.1 libDefaultProviderManager.so
 657                           ln -sf libCMPIProviderManager.so.1 libCMPIProviderManager.so
 658 w.otsuka        1.20.2.14 ln -sf libCIMxmlIndicationHandler.so.1 libCIMxmlIndicationHandler.so
 659 w.otsuka        1.1       
 660                           # Create symbolic links for provider libs
 661                           #
 662                           cd %PEGASUS_PROVIDER_LIB_DIR
 663                           ln -sf libComputerSystemProvider.so.1 libComputerSystemProvider.so
 664                           ln -sf libOSProvider.so.1 libOSProvider.so
 665                           ln -sf libProcessProvider.so.1 libProcessProvider.so
 666                           
 667                           #
 668                           #  Set up the openssl certificate
 669                           #
 670                           #  Modify entries in ssl.cnf, then
 671                           #  Create big random ssl.rnd file, then 
 672                           #  Generate a self signed node certificate
 673                           #
 674                           echo " Generating SSL certificates... "
 675                           HOSTNAME=`uname -n`
 676 w.otsuka        1.8       echo "[ req ]" > %PEGASUS_CONFIG_DIR/ssl.cnf
 677                           echo "distinguished_name     = req_distinguished_name"  >> %PEGASUS_CONFIG_DIR/ssl.cnf
 678                           echo "prompt                 = no"  >> %PEGASUS_CONFIG_DIR/ssl.cnf
 679                           echo "[ req_distinguished_name ]" >> %PEGASUS_CONFIG_DIR/ssl.cnf
 680                           echo "C                      = UK" >> %PEGASUS_CONFIG_DIR/ssl.cnf
 681                           echo "ST                     = Berkshire" >> %PEGASUS_CONFIG_DIR/ssl.cnf
 682                           echo "L                      = Reading" >> %PEGASUS_CONFIG_DIR/ssl.cnf
 683                           echo "O                      = The Open Group" >> %PEGASUS_CONFIG_DIR/ssl.cnf
 684                           echo "OU                     = The OpenPegasus Project" >> %PEGASUS_CONFIG_DIR/ssl.cnf
 685                           echo "CN                     = $HOSTNAME" >> %PEGASUS_CONFIG_DIR/ssl.cnf
 686 w.otsuka        1.7       chmod 400 %PEGASUS_CONFIG_DIR/ssl.cnf
 687 w.otsuka        1.8       chown root %PEGASUS_CONFIG_DIR/ssl.cnf
 688                           chgrp root %PEGASUS_CONFIG_DIR/ssl.cnf
 689 w.otsuka        1.1       
 690                           openssl req -x509 -days 365 -newkey rsa:2048 \
 691                              -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf   \
 692                              -keyout %PEGASUS_CONFIG_DIR/key.pem -out %PEGASUS_CONFIG_DIR/cert.pem 2>>%INSTALL_LOG
 693                           
 694                           cat %PEGASUS_CONFIG_DIR/key.pem > %PEGASUS_CONFIG_DIR/file_2048.pem
 695                           cat %PEGASUS_CONFIG_DIR/cert.pem > %PEGASUS_CONFIG_DIR/server_2048.pem
 696                           cat %PEGASUS_CONFIG_DIR/cert.pem > %PEGASUS_CONFIG_DIR/client_2048.pem
 697                           chmod 700 %PEGASUS_CONFIG_DIR/*.pem
 698                           
 699                           rm -f %PEGASUS_CONFIG_DIR/key.pem %PEGASUS_CONFIG_DIR/cert.pem
 700                           
 701                           if [ -f %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE ] 
 702                           then
 703                               echo "WARNING: %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE SSL Certificate file already exists."
 704                           else
 705                               cp %PEGASUS_CONFIG_DIR/server_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE
 706                               cp %PEGASUS_CONFIG_DIR/file_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_KEY_FILE
 707                               chmod 400 %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_CERT_FILE %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_KEY_FILE
 708                           fi
 709                           
 710 w.otsuka        1.1       if [ -f %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE ]
 711                           then
 712                               echo "WARNING: %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE SSL Certificate trust store already exists."
 713                           else
 714                               cp %PEGASUS_CONFIG_DIR/client_2048.pem %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE
 715                               chmod 400 %PEGASUS_CONFIG_DIR/%PEGASUS_SSL_TRUSTSTORE
 716                           fi
 717                           
 718                           echo " To start Pegasus manually:"
 719                           echo " /etc/init.d/tog-pegasus start"
 720                           echo " Stop it:"
 721                           echo " /etc/init.d/tog-pegasus stop"
 722 w.otsuka        1.15      echo " To set up PATH and MANPATH in /etc/profile"
 723 w.otsuka        1.20.2.8  echo " run /opt/tog-pegasus/sbin/settogpath.";
 724                           fi
 725 w.otsuka        1.1       
 726 w.otsuka        1.20.2.10 %post test
 727                           /etc/init.d/tog-pegasus stop
 728                           cd %PEGASUS_VARDATA_DIR
 729                           mv repository repository.bak
 730                           mv testrepository repository
 731                           
 732                           cd %PEGASUS_TEST_DIR
 733                           make create_providerlinks
 734                           make tests
 735                           
 736 w.otsuka        1.1       %preun
 737 w.otsuka        1.20.2.8  if [ $1 -eq 0 ]; then
 738 w.otsuka        1.1       # Check if the cimserver is running
 739                           isRunning=`ps -el | grep cimserver | grep -v "grep cimserver"`
 740                           if [ "$isRunning" ]; then
 741 w.otsuka        1.20.2.8          %PEGASUS_SBIN_DIR/cimserver -s  
 742 w.otsuka        1.1       fi
 743                           # Delete the Link to the rc.* Startup Directories
 744 w.otsuka        1.20.2.8  /usr/lib/lsb/remove_initd /etc/init.d/tog-pegasus;
 745                           fi
 746 w.otsuka        1.1       
 747                           %postun
 748 w.otsuka        1.20.2.8  if [ $1 -eq 0 ]; then
 749                                   rm -rf %PEGASUS_VARDATA_DIR
 750 w.otsuka        1.1               rm -rf %PEGASUS_PROD_DIR
 751 w.otsuka        1.20.2.8          rm -rf %PEGASUS_CONFIG_DIR
 752                                   export LC_ALL=C
 753 w.otsuka        1.1       fi
 754                           
 755                           %files
 756                           %defattr(-,root,root)
 757                           %dir %attr(-,root,root) %PEGASUS_PROD_DIR
 758                           %dir %attr(-,root,root) %PEGASUS_LOCAL_AUTH_DIR
 759                           %dir %attr(-,root,root) %PEGASUS_CONFIG_DIR
 760                           %dir %attr(-,root,root) %PEGASUS_VARDATA_DIR
 761                           %dir %attr(-,root,root) %PEGASUS_LOG_DIR
 762                           %dir %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR
 763                           %dir %attr(1555,root,root) %PEGASUS_LOCAL_DOMAIN_SOCKET_DIR
 764 w.otsuka        1.5       %defattr(0755,root,root)
 765                           %PEGASUS_REPOSITORY_DIR
 766                           %defattr(-,root,root)
 767 w.otsuka        1.1       %doc %PEGASUS_PROD_DIR/%PEGASUS_LICENSE_FILE
 768 w.otsuka        1.7       %doc %PEGASUS_MANUSER_DIR/cimmof.1
 769                           %doc %PEGASUS_MANUSER_DIR/cimprovider.1
 770                           %doc %PEGASUS_MANUSER_DIR/osinfo.1
 771                           %doc %PEGASUS_MANUSER_DIR/wbemexec.1
 772                           %doc %PEGASUS_MANADMIN_DIR/cimauth.8
 773                           %doc %PEGASUS_MANADMIN_DIR/cimconfig.8
 774                           %doc %PEGASUS_MANADMIN_DIR/cimserver.8
 775 w.otsuka        1.3       %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Core28.mof
 776                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Qualifiers.mof
 777                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_CoreElements.mof
 778                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Physical.mof
 779                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Software.mof
 780                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Device.mof
 781                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_StorageExtent.mof
 782                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Collection.mof
 783                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Redundancy.mof
 784                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Service.mof
 785                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_ProductFRU.mof
 786                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Statistics.mof
 787                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Capabilities.mof
 788                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_Settings.mof
 789                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_MethodParms.mof
 790                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Core28_PowerMgmt.mof
 791                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_AppRuntime.mof
 792                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_BIOS.mof
 793                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_CheckAction.mof
 794                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_DeploymentModel.mof
 795                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_InstalledProduct.mof
 796 w.otsuka        1.3       %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServer.mof
 797                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_J2eeAppServerStats.mof
 798                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Application28_SystemSoftware.mof
 799                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Application28.mof
 800                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Database28.mof
 801                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Device28.mof
 802                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Event28.mof
 803                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Interop28.mof
 804                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_IPsecPolicy28.mof
 805                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Metrics28.mof
 806                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Network28.mof
 807                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Physical28.mof
 808                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Policy28.mof
 809                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Schema28.mof
 810                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_Support28.mof
 811                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_System28.mof
 812                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/CIM_User28.mof
 813                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_Statistics.mof
 814                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_Storage.mof
 815                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Database28_System.mof
 816                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Controller.mof
 817 w.otsuka        1.3       %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_CoolingAndPower.mof
 818                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_DeviceElements.mof
 819                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_DiskGroup.mof
 820                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_FC.mof
 821                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_IB.mof
 822                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Memory.mof
 823                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Modems.mof
 824                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_NetworkAdapter.mof
 825                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Ports.mof
 826                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Printing.mof
 827                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Processor.mof
 828                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_ProtocolController.mof
 829                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_SccExtents.mof
 830                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_Sensors.mof
 831                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageDevices.mof
 832                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageExtents.mof
 833                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageLib.mof
 834                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_StorageServices.mof
 835                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_USB.mof
 836                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Device28_UserDevices.mof
 837                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Metrics28_BaseMetric.mof
 838 w.otsuka        1.3       %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Metrics28_UnitOfWork.mof
 839                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_BGP.mof
 840                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Buffers.mof
 841                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Collections.mof
 842                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Filtering.mof
 843                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_IPsec.mof
 844                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_OSPF.mof
 845                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Pipes.mof
 846                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_ProtocolEndpoints.mof
 847                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_QoS.mof
 848                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Routes.mof
 849                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_RoutingForwarding.mof
 850                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_SNMP.mof
 851                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_SwitchingBridging.mof
 852                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_Systems.mof
 853                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Network28_VLAN.mof
 854                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Component.mof
 855                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Connector.mof
 856                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Link.mof
 857                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Misc.mof
 858                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_Package.mof
 859 w.otsuka        1.3       %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_PhysicalMedia.mof
 860                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/Physical28_StoragePackage.mof
 861                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Boot.mof
 862                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Diagnostics.mof
 863                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_FileElements.mof
 864                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Logs.mof
 865                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_OperatingSystem.mof
 866                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Processing.mof
 867                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_SystemElements.mof
 868                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_SystemResources.mof
 869                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Time.mof
 870                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/System28_Unix.mof
 871                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_AccessControl.mof
 872                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Account.mof
 873                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_AuthenticationReqmt.mof
 874                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Credential.mof
 875                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Group.mof
 876                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Identity.mof
 877                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Kerberos.mof
 878                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Org.mof
 879                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Privilege.mof
 880 w.otsuka        1.3       %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_PrivilegeManagementService.mof
 881                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_PublicKey.mof
 882                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_Role.mof
 883                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SecurityLevel.mof
 884                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SecurityServices.mof
 885                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_SharedSecret.mof
 886                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_StorageHardwareID.mof
 887                           %attr(-,root,root) %PEGASUS_MOF_DIR/CIM28/User28_UsersAccess.mof
 888                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_InterOpSchema20.mof
 889                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_InternalSchema20.mof
 890                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20.mof
 891                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20R.mof
 892                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_Authorization20.mof
 893                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ConfigSetting20.mof
 894                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ShutdownService20.mof
 895                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_User20.mof
 896                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_Events20.mof
 897                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ProviderModule20.mof
 898                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20.mof
 899                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_ComputerSystem20R.mof
 900                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20.mof
 901 w.otsuka        1.3       %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_OperatingSystem20R.mof
 902                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20.mof
 903                           %attr(-,root,root) %PEGASUS_MOF_DIR/Pegasus/PG_UnixProcess20R.mof
 904 w.otsuka        1.1       %config %attr(-,root,root) %PEGASUS_VARDATA_DIR/%PEGASUS_PLANNED_CONFIG_FILE
 905                           %config %attr(-,root,root) /etc/init.d/tog-pegasus
 906                           %config %attr(-,root,root) %PAM_CONF/wbem
 907 w.otsuka        1.20.2.8  %attr(0544,root,root) %PEGASUS_SBIN_DIR/cimauth
 908                           %attr(0544,root,root) %PEGASUS_SBIN_DIR/cimserver
 909                           %attr(0544,root,root) %PEGASUS_SBIN_DIR/cimservera
 910                           %attr(0544,root,root) %PEGASUS_SBIN_DIR/cimuser
 911                           %attr(0544,root,root) %PEGASUS_SBIN_DIR/cimconfig
 912                           %attr(0544,root,root) %PEGASUS_SBIN_DIR/init_repository
 913                           %attr(0544,root,root) %PEGASUS_SBIN_DIR/settogpath
 914                           %attr(0544,root,root) %PEGASUS_SBIN_DIR/cimprovagt
 915                           %attr(0555,root,root) %PEGASUS_BIN_DIR/cimmof
 916                           %attr(0555,root,root) %PEGASUS_BIN_DIR/cimmofl
 917                           %attr(0555,root,root) %PEGASUS_BIN_DIR/cimprovider
 918                           %attr(0555,root,root) %PEGASUS_BIN_DIR/osinfo
 919                           %attr(0555,root,root) %PEGASUS_BIN_DIR/wbemexec
 920 w.otsuka        1.1       %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libCIMxmlIndicationHandler.so.1
 921                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libConfigSettingProvider.so.1
 922                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libNamespaceProvider.so.1
 923                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libProviderRegistrationProvider.so.1
 924                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libUserAuthProvider.so.1
 925                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegauthentication.so.1
 926                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegclient.so.1
 927                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcliutils.so.1
 928                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcommon.so.1
 929                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegcompiler.so.1
 930                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegconfig.so.1
 931                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegexportclient.so.1
 932                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegexportserver.so.1
 933                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeggetoopt.so.1
 934                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeghandlerservice.so.1
 935                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegindicationservice.so.1
 936                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeglistener.so.1
 937                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprm.so.1
 938                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprovidermanager.so.1
 939                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegprovider.so.1
 940                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegrepository.so.1
 941 w.otsuka        1.1       %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegserver.so.1
 942                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpeguser.so.1
 943                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libpegwql.so.1
 944                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libCMPIProviderManager.so.1
 945                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libcmpiCppImpl.so.1
 946                           %attr(-,root,root) %PEGASUS_DEST_LIB_DIR/libDefaultProviderManager.so.1
 947                           %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libComputerSystemProvider.so.1
 948                           %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libOSProvider.so.1
 949                           %attr(-,root,root) %PEGASUS_PROVIDER_LIB_DIR/libProcessProvider.so.1
 950                           
 951                           
 952                           %files sdk
 953                           %defattr(0444,root,root)
 954 denise.eckstein 1.14      %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Client/CIMClientException.h
 955                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Client/CIMClient.h
 956                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Client/Linkage.h
 957                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/AcceptLanguages.h
 958                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/AcceptLanguageElement.h
 959                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/Array.h
 960                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/ArrayInter.h
 961                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/Char16.h
 962                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMClass.h 
 963                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMDateTime.h
 964                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMFlavor.h
 965                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMIndication.h 
 966                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMInstance.h
 967                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common//CIMMethod.h
 968                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMName.h
 969                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMObject.h
 970                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMObjectPath.h
 971                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMParameter.h
 972                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMParamValue.h
 973                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMProperty.h
 974                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMPropertyList.h
 975 denise.eckstein 1.14      %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMQualifierDecl.h
 976                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMQualifier.h
 977                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMScope.h
 978                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMStatusCode.h
 979                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMType.h
 980                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/CIMValue.h
 981                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/Config.h
 982                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/ContentLanguageElement.h
 983                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/ContentLanguages.h
 984                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/Exception.h
 985                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/Formatter.h
 986                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/LanguageElementContainer.h
 987                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/LanguageElement.h
 988                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/Linkage.h
 989                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/MessageLoader.h
 990                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/OperationContext.h
 991                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/Platform_%PEGASUS_HARDWARE_PLATFORM.h
 992                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/ResponseHandler.h
 993                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/SSLContext.h
 994                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Common/String.h
 995                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Consumer/CIMIndicationConsumer.h
 996 denise.eckstein 1.14      %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Consumer/Linkage.h
 997                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMAssociationProvider.h
 998                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMIndicationConsumerProvider.h
 999                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMIndicationProvider.h
1000                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMInstanceProvider.h
1001                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMMethodProvider.h
1002                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMOMHandle.h
1003                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/CIMProvider.h
1004                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/Linkage.h
1005                           %attr(-,root,root) %PEGASUS_INCLUDE_DIR/Pegasus/Provider/ProviderException.h
1006                           %PEGASUS_HTML_DIR
1007                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Makefile 
1008                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/mak/common.mak 
1009                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/mak/config.mak 
1010                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/mak/library.mak 
1011                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/mak/%PEGASUS_HARDWARE_PLATFORM.mak
1012                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/mak/program.mak 
1013                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/mak/recurse.mak 
1014                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/Makefile 
1015                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/DefaultC++/Makefile
1016                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/DefaultC++/EnumInstances/EnumInstances.cpp 
1017 denise.eckstein 1.14      %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/DefaultC++/EnumInstances/Makefile 
1018                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp 
1019                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/DefaultC++/InvokeMethod/Makefile 
1020                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/DefaultC++/SendTestIndications/Makefile 
1021                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Clients/DefaultC++/SendTestIndications/SendTestIndications.cpp
1022                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/Makefile
1023                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/Makefile
1024                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/IndicationProvider.cpp
1025                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/IndicationProvider.h
1026                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/IndicationProviderMain.cpp
1027                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/IndicationProvider/Makefile
1028                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml 
1029                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml 
1030                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp 
1031                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/InstanceProvider.h 
1032                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp 
1033                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/InstanceProvider/Makefile 
1034                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml 
1035                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/InvokeMethod.xml 
1036                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/Makefile 
1037                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/MethodProvider.cpp 
1038 denise.eckstein 1.14      %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/MethodProvider.h 
1039                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp 
1040                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.cpp 
1041                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.h
1042                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumerMain.cpp
1043                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/DefaultC++/SimpleDisplayConsumer/Makefile
1044                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/Load/Makefile
1045                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/Load/IndicationProviderR.mof
1046                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/Load/InstanceProviderR.mof
1047                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/Load/MethodProviderR.mof
1048                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/Load/SampleProviderSchema.mof
1049                           %attr(-,root,root) %PEGASUS_SAMPLES_DIR/Providers/Load/SimpleDisplayConsumerR.mof
1050 w.otsuka        1.20.2.10 
1051                           %files test
1052                           %attr(-,root,root) %PEGASUS_TEST_DIR/Makefile
1053                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/CompAssoc
1054                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/InvokeMethod2
1055                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/IPC
1056                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestAbstract
1057                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestArray
1058                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestBase64
1059                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestClassDecl
1060                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestClient
1061                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestDateTime
1062                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestFlavor
1063                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestFormatter
1064                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestHashTable
1065                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestInstanceDecl
1066                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestLogger
1067                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestMethod
1068                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestObject
1069                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestOperationContext
1070                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestParameter
1071 w.otsuka        1.20.2.10 %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestParamValue
1072                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestProperty
1073                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestQualifier
1074                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestQualifierDecl
1075                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestQualifierList
1076                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestQueue
1077                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestReference
1078                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestResolve
1079                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestResponseHandler
1080                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestScope
1081                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestStack
1082                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestStopwatch
1083                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestString
1084                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestStrToInstName
1085                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestTimeValue
1086                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestToMof
1087                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestValidateClass
1088                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TestValue
1089                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/TracerTest
1090                           %attr(0555,root,root) %PEGASUS_TEST_BIN_DIR/UserManagerTest
1091                           %attr(-,root,root) %PEGASUS_TEST_LIB_DIR/libSampleFamilyProvider.so.1
1092 w.otsuka        1.20.2.10 %attr(-,root,root) %PEGASUS_TEST_LIB_DIR/libSampleInstanceProvider.so.1
1093                           %attr(-,root,root) %PEGASUS_TEST_LIB_DIR/libSampleMethodProvider.so.1
1094                           %attr(-,root,root) %PEGASUS_TEST_MAK_DIR/commands.mak
1095                           %PEGASUS_TEST_REPOSITORY_DIR
1096                           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2