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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2