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

  1 w.otsuka 1.27 #%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.24 # 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 denise.eckstein 1.32 #%/////////////////////////////////////////////////////////////////////////////
 34                      
 35                      #
 36                      # WARNING: This file is automatically generated by executing 
 37                      #   make -f pegasus/Makefile.Release create_OpenPegasusRPMSpecFile
 38                      # Any changes made directly to this file will be lost the next 
 39 denise.eckstein 1.35 # time this file is generated.
 40 w.otsuka        1.1  #
 41 denise.eckstein 1.32 
 42 w.otsuka        1.24 %define srcRelease 1
 43 denise.eckstein 1.32 Version: 2.5Alpha1
 44                      Release: 1
 45                      
 46                      # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-intro.spec
 47 w.otsuka        1.9  Summary: OpenPegasus WBEM Services for Linux
 48 w.otsuka        1.1  Name: tog-pegasus
 49                      Group: Systems Management/Base
 50                      Copyright: Open Group Pegasus Open Source
 51                      BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
 52 w.otsuka        1.24 Source: ftp://www.opengroup.org/pegasus/tog-pegasus-%{version}-%{srcRelease}.tar.gz
 53 w.otsuka        1.21 Requires: openssl >= 0.9.6 lsb >= 1.3
 54 denise.eckstein 1.32 Provides: tog-pegasus-cimserver
 55 w.otsuka        1.21 BuildRequires: openssl-devel >= 0.9.6
 56 w.otsuka        1.1  
 57                      %description
 58 w.otsuka        1.9  OpenPegasus WBEM Services for Linux enables management solutions that deliver
 59 w.otsuka        1.1  increased control of enterprise resources. WBEM is a platform and resource
 60                      independent DMTF standard that defines a common information model and
 61                      communication protocol for monitoring and controlling resources from diverse
 62                      sources.
 63 denise.eckstein 1.32 # End of section pegasus/rpm/tog-specfiles/tog-pegasus-intro.spec
 64 w.otsuka        1.1  
 65 denise.eckstein 1.32 %global OPENSSL_HOME /usr/include/openssl
 66                      %global OPENSSL_BIN /usr/bin
 67                      %global PEGASUS_PEM_DIR /etc/opt/tog-pegasus
 68                      %global PEGASUS_SSL_CERT_FILE server.pem
 69                      %global PEGASUS_SSL_KEY_FILE file.pem
 70                      %global PEGASUS_SSL_TRUSTSTORE client.pem
 71                      %global PAM_CONFIG_DIR /etc/pam.d
 72                      %global PEGASUS_CONFIG_DIR /etc/opt/tog-pegasus
 73                      %global PEGASUS_REPOSITORY_DIR /var/opt/tog-pegasus/repository
 74                      %global PEGASUS_PREV_REPOSITORY_DIR /var/opt/tog-pegasus/prev_repository
 75 denise.eckstein 1.36 %global PEGASUS_SBIN_DIR /opt/tog-pegasus/sbin
 76 w.otsuka        1.1  
 77 denise.eckstein 1.32 %global PEGASUS_RPM_ROOT $RPM_BUILD_DIR/$RPM_PACKAGE_NAME-$RPM_PACKAGE_VERSION
 78                      %global PEGASUS_RPM_HOME $RPM_BUILD_ROOT/build/tog-pegasus
 79 denise.eckstein 1.38 %global PEGASUS_INSTALL_LOG /var/opt/tog-pegasus/log/install.log
 80 denise.eckstein 1.35 
 81 w.otsuka        1.24 %ifarch ia64 x86_64
 82 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_IA64_GNU
 83 w.otsuka        1.1  %else
 84 w.otsuka        1.24 %ifarch ppc
 85 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_PPC_GNU
 86 w.otsuka        1.24 %else
 87 denise.eckstein 1.44 %ifarch ppc64 pseries
 88 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_PPC64_GNU
 89 w.otsuka        1.24 %else
 90                      %ifarch s390
 91 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_ZSERIES_GNU
 92 w.otsuka        1.24 %else
 93                      %ifarch s390x zseries
 94 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_ZSERIES64_GNU
 95 w.otsuka        1.24 %else
 96 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_IX86_GNU
 97 w.otsuka        1.1  %endif
 98 w.otsuka        1.24 %endif
 99                      %endif
100                      %endif
101                      %endif
102 w.otsuka        1.1  
103 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-packages.spec
104                      %package sdk
105                      Summary: The OpenPegasus Software Development Kit
106                      Group: Systems Management/Base
107                      Autoreq: 0
108                      Requires: tog-pegasus >= %{version}
109 w.otsuka        1.1  
110 denise.eckstein 1.32 %description sdk
111                      The OpenPegasus WBEM Services for Linux SDK is the developer's kit for the OpenPegasus WBEM
112                      Services for Linux release. It provides Linux C++ developers with the WBEM files required to
113                      build WBEM Clients and Providers. It also supports C provider developers via the CMPI interface.
114 w.otsuka        1.1  
115 denise.eckstein 1.32 %package test
116                      Summary: The OpenPegasus Tests
117                      Group: Systems Management/Base
118                      Autoreq: 0
119                      Requires: tog-pegasus >= %{version} 
120 w.otsuka        1.1  
121 denise.eckstein 1.32 %description test
122                      The OpenPegasus WBEM tests for the OpenPegasus %{version} Linux rpm.
123                      # End of section pegasus/rpm/tog-specfiles/tog-pegasus-packages.spec
124 w.otsuka        1.1  
125 denise.eckstein 1.32 %prep
126                      [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
127 w.otsuka        1.28 
128 denise.eckstein 1.32 %setup -n %{name}-%{version}
129                      export PEGASUS_ROOT=%PEGASUS_RPM_ROOT
130 w.otsuka        1.28 
131 denise.eckstein 1.32 %build
132 w.otsuka        1.1  
133 denise.eckstein 1.44 %ifarch s390 s390x zseries
134                      export PEGASUS_EXTRA_C_FLAGS="$PEGASUS_EXTRA_C_FLAGS -fsigned-char"
135                      %endif
136                      
137 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-build.spec
138                      export PEGASUS_ROOT=%PEGASUS_RPM_ROOT
139                      export PEGASUS_HOME=%PEGASUS_RPM_HOME
140                      export PEGASUS_PLATFORM=%PEGASUS_HARDWARE_PLATFORM
141                      export PEGASUS_ENVVAR_FILE=$PEGASUS_ROOT/env_var_Linux.status
142 w.otsuka        1.1  
143 denise.eckstein 1.32 export OPENSSL_HOME=%OPENSSL_HOME
144                      export OPENSSL_BIN=%OPENSSL_BIN
145                      export LD_LIBRARY_PATH=$PEGASUS_HOME/lib
146                      export PATH=$PEGASUS_HOME/bin:$PATH
147 w.otsuka        1.1  
148 denise.eckstein 1.32 export PEGASUS_EXTRA_C_FLAGS="-g $RPM_OPT_FLAGS"
149                      export PEGASUS_EXTRA_CXX_FLAGS="$PEGASUS_EXTRA_C_FLAGS"
150 w.otsuka        1.1  
151 denise.eckstein 1.32 make -f $PEGASUS_ROOT/Makefile.Release create_ProductVersionFile
152                      make -f $PEGASUS_ROOT/Makefile.Release all
153                      make -f $PEGASUS_ROOT/Makefile.Release repository
154                      # End of section pegasus/rpm/tog-specfiles/tog-pegasus-build.spec
155 w.otsuka        1.27 
156 denise.eckstein 1.32 %install
157 w.otsuka        1.1  
158 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-install.spec
159                      export PEGASUS_ROOT=%PEGASUS_RPM_ROOT
160                      export PEGASUS_HOME=%PEGASUS_RPM_HOME
161                      export PEGASUS_PLATFORM=%PEGASUS_HARDWARE_PLATFORM
162                      export PEGASUS_ENVVAR_FILE=$PEGASUS_ROOT/env_var_Linux.status
163 w.otsuka        1.1  
164 denise.eckstein 1.32 export OPENSSL_BIN=%OPENSSL_BIN
165                      export LD_LIBRARY_PATH=$PEGASUS_HOME/lib
166                      export PATH=$PEGASUS_HOME/bin:$PATH
167 w.otsuka        1.1  
168 denise.eckstein 1.32 export PEGASUS_STAGING_DIR=$RPM_BUILD_ROOT
169 w.otsuka        1.1  
170 denise.eckstein 1.33 make -f $PEGASUS_ROOT/Makefile.Release stage PEGASUS_STAGING_DIR=$PEGASUS_STAGING_DIR
171 denise.eckstein 1.32 # End of section pegasus/rpm/tog-specfiles/tog-pegasus-install.spec
172 denise.eckstein 1.34 [ "$PEGASUS_STAGING_DIR" != "/" ] && [ -d $PEGASUS_STAGING_DIR ] &&  [ -d $PEGASUS_STAGING_DIR%PEGASUS_PEM_DIR ] &&  rm -f $PEGASUS_STAGING_DIR/%PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE  $PEGASUS_STAGING_DIR/%PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE  $PEGASUS_STAGING_DIR/%PEGASUS_PEM_DIR/%PEGASUS_SSL_KEY_FILE  $PEGASUS_STAGING_DIR/%PEGASUS_CONFIG_DIR/ssl.cnf;
173 denise.eckstein 1.32 [ "$PEGASUS_HOME" != "/" ] && [ -d $PEGASUS_HOME ] && rm -rf $PEGASUS_HOME;
174 w.otsuka        1.1  
175 denise.eckstein 1.32 %clean
176 w.otsuka        1.1  
177 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-clean.spec
178 w.otsuka        1.1  [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
179 denise.eckstein 1.32 # End of section pegasus/rpm/tog-specfiles/tog-pegasus-clean.spec
180 w.otsuka        1.1  
181                      %pre
182 denise.eckstein 1.32 
183                      # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-pre.spec
184 w.otsuka        1.1  if [ -d %PEGASUS_REPOSITORY_DIR"/root#PG_Internal" ]
185                      then
186                        #
187 denise.eckstein 1.32   # Save the current repository to prev_repository
188 w.otsuka        1.1    #
189 w.otsuka        1.29   if [[ -d %PEGASUS_REPOSITORY_DIR ]]
190 w.otsuka        1.1    then
191 denise.eckstein 1.32     if [[ -d %PEGASUS_PREV_REPOSITORY_DIR ]]
192                          then
193                            rm -rf %PEGASUS_PREV_REPOSITORY_DIR
194                          fi
195                          mv %PEGASUS_REPOSITORY_DIR %PEGASUS_PREV_REPOSITORY_DIR
196                          mkdir %PEGASUS_REPOSITORY_DIR
197 w.otsuka        1.1    fi
198                      fi
199 denise.eckstein 1.32 # End of section pegasus/rpm/tog-specfiles/tog-pegasus-pre.spec
200 w.otsuka        1.1  
201                      %post
202 w.otsuka        1.24 if [ $1 -eq 1 ]; then
203 denise.eckstein 1.35    echo `date` > %PEGASUS_INSTALL_LOG 2>&1
204 denise.eckstein 1.32    %define PEGASUS_CONFIG_DIR /etc/opt/tog-pegasus
205                         %define PEGASUS_PEM_DIR /etc/opt/tog-pegasus
206                         %define PEGASUS_SSL_CERT_FILE server.pem
207                         %define PEGASUS_SSL_KEY_FILE file.pem
208                         %define PEGASUS_SSL_TRUSTSTORE client.pem
209                      
210                         # Create Symbolic Links for SDK Libraries
211                         #
212                         ln -sf libpegclient.so.1 /opt/tog-pegasus/lib/libpegclient.so
213                         ln -sf libpegcommon.so.1 /opt/tog-pegasus/lib/libpegcommon.so
214                         ln -sf libpegprovider.so.1 /opt/tog-pegasus/lib/libpegprovider.so
215                         ln -sf libDefaultProviderManager.so.1 /opt/tog-pegasus/lib/libDefaultProviderManager.so
216                         ln -sf libCIMxmlIndicationHandler.so.1 /opt/tog-pegasus/lib/libCIMxmlIndicationHandler.so
217                         ln -sf libCMPIProviderManager.so.1 /opt/tog-pegasus/lib/libCMPIProviderManager.so
218                      
219                         # Create Symbolic Links for Packaged Provider Libraries
220                         #
221                         ln -sf libComputerSystemProvider.so.1 /opt/tog-pegasus/providers/lib/libComputerSystemProvider.so
222                         ln -sf libOSProvider.so.1 /opt/tog-pegasus/providers/lib/libOSProvider.so
223                         ln -sf libProcessProvider.so.1 /opt/tog-pegasus/providers/lib/libProcessProvider.so
224                      
225 denise.eckstein 1.32 
226                      # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-post.spec
227                         
228                         # Create OpenSSL Configuration File (ssl.cnf)
229                         #
230                         if [ -f %PEGASUS_CONFIG_DIR/ssl.cnf ]
231                         then
232                            echo "WARNING: %PEGASUS_CONFIG_DIR/ssl.cnf already exists."
233                         else
234                            echo " Generating SSL Certificate..."
235                            echo "[ req ]" >> %PEGASUS_CONFIG_DIR/ssl.cnf
236                            echo "distinguished_name     = req_distinguished_name" >> %PEGASUS_CONFIG_DIR/ssl.cnf
237                            echo "prompt                 = no" >> %PEGASUS_CONFIG_DIR/ssl.cnf
238                            echo "[ req_distinguished_name ]" >> %PEGASUS_CONFIG_DIR/ssl.cnf
239                            echo "C                      = UK" >> %PEGASUS_CONFIG_DIR/ssl.cnf
240                            echo "ST                     = Berkshire" >> %PEGASUS_CONFIG_DIR/ssl.cnf
241                            echo "L                      = Reading" >> %PEGASUS_CONFIG_DIR/ssl.cnf
242                            echo "O                      = The Open Group" >> %PEGASUS_CONFIG_DIR/ssl.cnf
243                            echo "OU                     = The OpenPegasus Project" >> %PEGASUS_CONFIG_DIR/ssl.cnf
244 w.otsuka        1.40       echo "CN                     = `host \`hostname\`|cut -d\" \" -f1`" >> %PEGASUS_CONFIG_DIR/ssl.cnf
245 denise.eckstein 1.32       chmod 400 %PEGASUS_CONFIG_DIR/ssl.cnf
246                            chown root %PEGASUS_CONFIG_DIR/ssl.cnf
247                         fi
248                      
249 w.otsuka        1.40    %OPENSSL_BIN/openssl req -x509 -days 3650 -newkey rsa:2048 \
250 denise.eckstein 1.32       -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf \
251                            -keyout %PEGASUS_PEM_DIR/key.pem -out %PEGASUS_PEM_DIR/cert.pem \
252 denise.eckstein 1.38            2>>%PEGASUS_INSTALL_LOG
253 denise.eckstein 1.32 
254                         cat %PEGASUS_PEM_DIR/key.pem > %PEGASUS_PEM_DIR/key-2048.pem
255                         chmod 400 %PEGASUS_PEM_DIR/key-2048.pem
256                         cat %PEGASUS_PEM_DIR/cert.pem > %PEGASUS_PEM_DIR/cert-2048.pem
257                         chmod 400 %PEGASUS_PEM_DIR/cert-2048.pem
258                         cat %PEGASUS_PEM_DIR/cert.pem > %PEGASUS_PEM_DIR/truststore-2048.pem
259                         chmod 400 %PEGASUS_PEM_DIR/truststore-2048.pem
260                         rm -f %PEGASUS_PEM_DIR/key.pem %PEGASUS_PEM_DIR/cert.pem
261                      
262                         if [ -f %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE ]
263                         then
264                         echo "WARNING: %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE SSL Certificate file already exists."
265                         else
266                            cp %PEGASUS_PEM_DIR/cert-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE
267                            chmod 444 %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE
268                            cp %PEGASUS_PEM_DIR/key-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_KEY_FILE
269                            chmod 400 %PEGASUS_PEM_DIR/%PEGASUS_SSL_KEY_FILE
270                         fi
271                      
272                         if [ -f %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE ]
273                         then
274 denise.eckstein 1.32        echo "WARNING: %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE SSL Certificate trust store already exists."
275                         else
276                             cp %PEGASUS_PEM_DIR/truststore-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE
277                             chmod 444 %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE
278                         fi
279                      
280 denise.eckstein 1.44    /usr/lib/lsb/install_initd /etc/init.d/tog-pegasus
281                      
282 denise.eckstein 1.32    echo " To start Pegasus manually:"
283                         echo " /etc/init.d/tog-pegasus start"
284                         echo " Stop it:"
285                         echo " /etc/init.d/tog-pegasus stop"
286                         echo " To set up PATH and MANPATH in /etc/profile"
287                         echo " run /opt/tog-pegasus/sbin/settogpath."
288                      # End of section pegasus/rpm/tog-specfiles/tog-pegasus-post.spec
289 w.otsuka        1.1  
290 w.otsuka        1.24 fi
291 w.otsuka        1.1  %preun
292 w.otsuka        1.24 if [ $1 -eq 0 ]; then
293 denise.eckstein 1.32    # Check if the cimserver is running
294                         isRunning=`ps -el | grep cimserver | grep -v "grep cimserver"`
295                         if [ "$isRunning" ]; then
296                            /opt/tog-pegasus/sbin/cimserver -s
297 denise.eckstein 1.35    [ -f /var/opt/tog-pegasus/cimserver_current.conf ] &&  rm /var/opt/tog-pegasus/cimserver_current.conf;
298                         [ -f %PEGASUS_INSTALL_LOG ] && rm %PEGASUS_INSTALL_LOG;
299 denise.eckstein 1.44    [ -d /var/opt/tog-pegasus/repository ] && rm -rf /var/opt/tog-pegasus/repository;
300 denise.eckstein 1.46    rm -f /var/run/tog-pegasus/socket/cimxml.socket;
301 denise.eckstein 1.44    fi
302 denise.eckstein 1.32    # Delete the Link to the rc.* Startup Directories
303                         /usr/lib/lsb/remove_initd /etc/init.d/tog-pegasus;
304 w.otsuka        1.24 fi
305 w.otsuka        1.1  
306 denise.eckstein 1.44 %preun sdk
307                      make --directory /opt/tog-pegasus/samples -s clean
308                      
309 denise.eckstein 1.46 %preun test
310                      make --directory /opt/tog-pegasus/test -s unsetupTEST
311                      [ -d /var/opt/tog-pegasus/testrepository ] &&  rm -rf /var/opt/tog-pegasus/testrepository;
312                      
313 w.otsuka        1.1  %postun
314 w.otsuka        1.24 if [ $1 -eq 0 ]; then
315 denise.eckstein 1.36    [ -f %PEGASUS_PEM_DIR/key-2048.pem ] && rm %PEGASUS_PEM_DIR/key-2048.pem;
316                         [ -f %PEGASUS_PEM_DIR/cert-2048.pem ] && rm %PEGASUS_PEM_DIR/cert-2048.pem;
317                         [ -f %PEGASUS_PEM_DIR/truststore-2048.pem ] && rm %PEGASUS_PEM_DIR/truststore-2048.pem;
318 denise.eckstein 1.32    export LC_ALL=C
319 w.otsuka        1.1  fi
320                      
321                      %files
322 denise.eckstein 1.47 %dir %attr(555,root ,root) /opt/tog-pegasus
323                      %dir %attr(555,root ,root) /opt/tog-pegasus/share
324                      %dir %attr(555,root ,root) /opt/tog-pegasus/share/man
325                      %dir %attr(555,root ,root) /opt/tog-pegasus/share/man/man1
326                      %dir %attr(555,root ,root) /opt/tog-pegasus/share/man/man8
327                      %dir %attr(555,root ,root) /opt/tog-pegasus/lib
328                      %dir %attr(555,root ,root) /opt/tog-pegasus/providers
329                      %dir %attr(555,root ,root) /opt/tog-pegasus/providers/lib
330                      %dir %attr(555,root ,root) /opt/tog-pegasus/sbin
331                      %dir %attr(555,root ,root) /opt/tog-pegasus/bin
332                      %dir %attr(555,root ,root) /opt/tog-pegasus/mof
333                      %dir %attr(555,root ,root) /var/opt/tog-pegasus
334                      %dir %attr(555,root ,root) /var/opt/tog-pegasus/cache
335                      %dir %attr(555,root ,root) /var/opt/tog-pegasus/log
336                      %dir %attr(555,root ,root) /var/opt/tog-pegasus/cache/localauth
337                      %dir %attr(555,root ,root) /var/run/tog-pegasus
338                      %dir %attr(555,root ,root) /etc/opt/tog-pegasus
339 denise.eckstein 1.32 %dir %attr(1555,root,root) /var/run/tog-pegasus/socket
340 denise.eckstein 1.47 %dir %attr(555,root ,root) /opt/tog-pegasus/mof/CIM28
341 denise.eckstein 1.32 
342 denise.eckstein 1.47 %dir %attr(555,root ,root) /opt/tog-pegasus/mof/Pegasus
343 denise.eckstein 1.32 
344 denise.eckstein 1.43 %attr(-,root,root) /var/opt/tog-pegasus/repository
345 denise.eckstein 1.32 
346 denise.eckstein 1.47 %doc %attr(444,root ,root) /opt/tog-pegasus/license.txt
347                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/cimmof.1
348                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/cimprovider.1
349                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/osinfo.1
350                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/wbemexec.1
351                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man8/cimauth.8
352                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man8/cimconfig.8
353                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man8/cimserver.8
354                      
355                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_AppRuntime.mof
356                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_BIOS.mof
357                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_CheckAction.mof
358                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_DeploymentModel.mof
359                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_InstalledProduct.mof
360                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_J2eeAppServer.mof
361                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_J2eeAppServerStats.mof
362                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Application28_SystemSoftware.mof
363                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Application28.mof
364                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Core28.mof
365                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Database28.mof
366                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Device28.mof
367 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Event28.mof
368                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Interop28.mof
369                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_IPsecPolicy28.mof
370                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Metrics28.mof
371                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Network28.mof
372                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Physical28.mof
373                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Policy28.mof
374                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Schema28.mof
375                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_Support28.mof
376                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_System28.mof
377                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/CIM_User28.mof
378                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Capabilities.mof
379                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Collection.mof
380                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_CoreElements.mof
381                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Device.mof
382                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_MethodParms.mof
383                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Physical.mof
384                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_PowerMgmt.mof
385                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_ProductFRU.mof
386                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Qualifiers.mof
387                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Redundancy.mof
388 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Service.mof
389                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Settings.mof
390                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Software.mof
391                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_Statistics.mof
392                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Core28_StorageExtent.mof
393                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Database28_Statistics.mof
394                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Database28_Storage.mof
395                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Database28_System.mof
396                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_Controller.mof
397                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_CoolingAndPower.mof
398                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_DeviceElements.mof
399                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_DiskGroup.mof
400                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_FC.mof
401                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_IB.mof
402                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_Memory.mof
403                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_Modems.mof
404                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_NetworkAdapter.mof
405                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_Ports.mof
406                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_Printing.mof
407                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_Processor.mof
408                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_ProtocolController.mof
409 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_SccExtents.mof
410                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_Sensors.mof
411                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_StorageDevices.mof
412                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_StorageExtents.mof
413                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_StorageLib.mof
414                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_StorageServices.mof
415                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_USB.mof
416                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Device28_UserDevices.mof
417                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Metrics28_BaseMetric.mof
418                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Metrics28_UnitOfWork.mof
419                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_BGP.mof
420                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_Buffers.mof
421                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_Collections.mof
422                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_Filtering.mof
423                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_IPsec.mof
424                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_OSPF.mof
425                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_Pipes.mof
426                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_ProtocolEndpoints.mof
427                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_QoS.mof
428                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_Routes.mof
429                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_RoutingForwarding.mof
430 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_SNMP.mof
431                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_SwitchingBridging.mof
432                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_Systems.mof
433                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Network28_VLAN.mof
434                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Physical28_Component.mof
435                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Physical28_Connector.mof
436                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Physical28_Link.mof
437                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Physical28_Misc.mof
438                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Physical28_Package.mof
439                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Physical28_PhysicalMedia.mof
440                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/Physical28_StoragePackage.mof
441                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_Boot.mof
442                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_Diagnostics.mof
443                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_FileElements.mof
444                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_Logs.mof
445                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_OperatingSystem.mof
446                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_Processing.mof
447                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_SystemElements.mof
448                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_SystemResources.mof
449                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_Time.mof
450                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/System28_Unix.mof
451 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_AccessControl.mof
452                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Account.mof
453                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_AuthenticationReqmt.mof
454                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Credential.mof
455                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Group.mof
456                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Identity.mof
457                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Kerberos.mof
458                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Org.mof
459                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_PrivilegeManagementService.mof
460                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Privilege.mof
461                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_PublicKey.mof
462                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_Role.mof
463                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_SecurityLevel.mof
464                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_SecurityServices.mof
465                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_SharedSecret.mof
466                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_StorageHardwareID.mof
467                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM28/User28_UsersAccess.mof
468                      
469                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_Authorization20.mof
470                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ConfigSetting20.mof
471                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_InternalSchema20.mof
472 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ShutdownService20.mof
473                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_User20.mof
474                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_Events20.mof
475                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_InterOpSchema20.mof
476                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ProviderModule20.mof
477                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ComputerSystem20.mof
478                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ComputerSystem20R.mof
479                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ManagedSystemSchema20.mof
480                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ManagedSystemSchema20R.mof
481                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_OperatingSystem20.mof
482                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_OperatingSystem20R.mof
483                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_UnixProcess20.mof
484                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_UnixProcess20R.mof
485 denise.eckstein 1.32 
486 denise.eckstein 1.35 %config(noreplace) %attr(644,root,root)  /var/opt/tog-pegasus/cimserver_planned.conf
487 denise.eckstein 1.47 %config %attr(500,root ,root) /etc/init.d/tog-pegasus
488                      %config %attr(444,root ,root) %PAM_CONFIG_DIR/wbem
489 denise.eckstein 1.32 
490 denise.eckstein 1.47 %attr(500,root ,root) /opt/tog-pegasus/sbin/cimauth
491                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimconfig
492                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimserver
493                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimuser
494                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimprovagt
495                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimservera
496                      %attr(500,root ,root) /opt/tog-pegasus/sbin/init_repository
497                      %attr(500,root ,root) /opt/tog-pegasus/sbin/settogpath
498                      
499                      %attr(555,root ,root) /opt/tog-pegasus/bin/cimmof
500                      %attr(555,root ,root) /opt/tog-pegasus/bin/cimmofl
501                      %attr(555,root ,root) /opt/tog-pegasus/bin/cimprovider
502                      %attr(555,root ,root) /opt/tog-pegasus/bin/osinfo
503                      %attr(555,root ,root) /opt/tog-pegasus/bin/wbemexec
504                      
505                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCIMxmlIndicationHandler.so.1
506                      %attr(555,root ,root) /opt/tog-pegasus/lib/libConfigSettingProvider.so.1
507                      %attr(555,root ,root) /opt/tog-pegasus/lib/libNamespaceProvider.so.1
508                      %attr(555,root ,root) /opt/tog-pegasus/lib/libProviderRegistrationProvider.so.1
509                      %attr(555,root ,root) /opt/tog-pegasus/lib/libUserAuthProvider.so.1
510                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegauthentication.so.1
511 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/lib/libpegclient.so.1
512                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcliutils.so.1
513                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcommon.so.1
514                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcompiler.so.1
515                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegconfig.so.1
516                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegexportclient.so.1
517                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegexportserver.so.1
518                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeggetoopt.so.1
519                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeghandlerservice.so.1
520                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegindicationservice.so.1
521                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeglistener.so.1
522                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegprm.so.1
523                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegprovider.so.1
524                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegprovidermanager.so.1
525                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegrepository.so.1
526                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegserver.so.1
527                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeguser.so.1
528                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegwql.so.1
529                      %attr(555,root ,root) /opt/tog-pegasus/lib/libDefaultProviderManager.so.1
530                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCertificateProvider.so.1
531                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegqueryexpression.so.1
532 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcql.so.1
533                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegquerycommon.so.1
534                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCIMQueryCapabilitiesProvider.so.1
535                      %attr(555,root ,root) /opt/tog-pegasus/lib/libInteropProvider.so.1
536                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCIMOMStatDataProvider.so.1
537                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegservice.so.1
538                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCMPIProviderManager.so.1
539                      %attr(555,root ,root) /opt/tog-pegasus/lib/libcmpiCppImpl.so.1
540 denise.eckstein 1.32 /opt/tog-pegasus/lib/libpegclient.so
541                      /opt/tog-pegasus/lib/libpegcommon.so
542                      /opt/tog-pegasus/lib/libpegprovider.so
543                      /opt/tog-pegasus/lib/libDefaultProviderManager.so
544                      /opt/tog-pegasus/lib/libCIMxmlIndicationHandler.so
545                      /opt/tog-pegasus/lib/libCMPIProviderManager.so
546                      
547 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/providers/lib/libComputerSystemProvider.so.1
548                      %attr(555,root ,root) /opt/tog-pegasus/providers/lib/libOSProvider.so.1
549                      %attr(555,root ,root) /opt/tog-pegasus/providers/lib/libProcessProvider.so.1
550 denise.eckstein 1.32 /opt/tog-pegasus/providers/lib/libComputerSystemProvider.so
551                      /opt/tog-pegasus/providers/lib/libOSProvider.so
552                      /opt/tog-pegasus/providers/lib/libProcessProvider.so
553 w.otsuka        1.1  
554                      %files sdk
555 denise.eckstein 1.32 
556                      # SDK Include Files
557                      #
558 denise.eckstein 1.47 %dir %attr(555,root ,root) /opt/tog-pegasus/include
559                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus
560                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Client
561                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Common
562                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Consumer
563                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Provider
564                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/CIMClientException.h
565                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/CIMClient.h
566                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/Linkage.h
567                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Array.h
568                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ArrayInter.h
569                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Char16.h
570                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMClass.h
571                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMDateTime.h
572                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMFlavor.h
573                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMIndication.h
574                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMInstance.h
575                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMMethod.h
576                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMName.h
577                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMObject.h
578                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMObjectPath.h
579 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMParameter.h
580                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMParamValue.h
581                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMProperty.h
582                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMPropertyList.h
583                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMQualifierDecl.h
584                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMQualifier.h
585                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMScope.h
586                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMStatusCode.h
587                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMType.h
588                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMValue.h
589                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Config.h
590                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Exception.h
591                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Linkage.h
592                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/OperationContext.h
593                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ResponseHandler.h
594                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/SSLContext.h
595                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/String.h
596                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Consumer/CIMIndicationConsumer.h
597                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Consumer/Linkage.h
598                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMAssociationProvider.h
599                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMIndicationConsumerProvider.h
600 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMIndicationProvider.h
601                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMInstanceProvider.h
602                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMMethodProvider.h
603                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMOMHandle.h
604                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMProvider.h
605                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/Linkage.h
606                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/ProviderException.h
607                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/AcceptLanguages.h
608                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/MessageLoader.h
609                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ContentLanguages.h
610                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/LanguageElementContainer.h
611                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/AcceptLanguageElement.h
612                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Formatter.h
613                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ContentLanguageElement.h
614                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/LanguageElement.h
615                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/ClientOpPerformanceDataHandler.h
616                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMOperationType.h
617                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Platform_%PEGASUS_HARDWARE_PLATFORM.h
618 denise.eckstein 1.32 
619                      # SDK Sample Files
620                      #
621 denise.eckstein 1.47 %dir %attr(777,root ,root) /opt/tog-pegasus/samples
622                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients
623                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++
624                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances
625                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod
626                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications
627                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers
628                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++
629                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider
630                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider
631                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider
632                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer
633                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/Load
634                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/mak
635                      %attr(444,root ,root) /opt/tog-pegasus/samples/Makefile
636                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/config.mak
637                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/program.mak
638                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/recurse.mak
639                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/library.mak
640                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/common.mak
641                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/Makefile
642 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/Makefile
643                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/Makefile
644                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/Makefile
645                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/Makefile
646                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/%PEGASUS_HARDWARE_PLATFORM.mak
647                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/EnumInstances.cpp
648                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp
649                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/SendTestIndications.cpp
650                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Makefile
651                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/Makefile
652                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/SampleProviderSchema.mof
653                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/IndicationProviderR.mof
654                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/Makefile
655                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/Makefile
656                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/Makefile
657                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/Makefile
658                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/IndicationProvider.cpp
659                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/IndicationProvider.h
660                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/IndicationProviderMain.cpp
661                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/Makefile
662                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/InstanceProviderR.mof
663 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/MethodProviderR.mof
664                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/SimpleDisplayConsumerR.mof
665                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp
666                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp
667                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.h
668                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml
669                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml
670                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/MethodProvider.cpp
671                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp
672                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/MethodProvider.h
673                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/InvokeMethod.xml
674                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml
675                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumerMain.cpp
676                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.cpp
677                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.h
678 denise.eckstein 1.32 
679                      # SDK Documentation
680                      #
681 denise.eckstein 1.47 %attr(-,root ,root) /opt/tog-pegasus/html
682 w.otsuka        1.28 
683                      %files test
684 denise.eckstein 1.32 
685                      # Test Files
686                      #
687 denise.eckstein 1.47 %dir %attr(555, root ,root) /opt/tog-pegasus/test
688                      %dir %attr(555, root ,root) /opt/tog-pegasus/test/lib
689                      %dir %attr(555, root ,root) /opt/tog-pegasus/test/bin
690                      %dir %attr(555, root ,root) /opt/tog-pegasus/test/mak
691                      %attr(444,root ,root) /opt/tog-pegasus/test/mak/commands.mak
692                      %attr(555,root ,root) /opt/tog-pegasus/test/lib/libSampleInstanceProvider.so.1
693                      %attr(555,root ,root) /opt/tog-pegasus/test/lib/libSampleMethodProvider.so.1
694                      %attr(555,root ,root) /opt/tog-pegasus/test/lib/libSampleFamilyProvider.so.1
695                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestAbstract
696                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestArray
697                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestBase64
698                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestClassDecl
699                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestDateTime
700                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestFlavor
701                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestFormatter
702                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestHashTable
703                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestInstanceDecl
704                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestLogger
705                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestMethod
706                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestObject
707                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestOperationContext
708 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestParamValue
709                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestParameter
710                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestProperty
711                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQualifier
712                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQualifierDecl
713                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQualifierList
714                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQueue
715                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestReference
716                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestResolve
717                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestResponseHandler
718                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestScope
719                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestStack
720                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestStopwatch
721                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestStrToInstName
722                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestString
723                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestTimeValue
724                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestToMof
725                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestValidateClass
726                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestValue
727                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TracerTest
728                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/IPC
729 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestClient
730                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/OSTestClient
731                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/InvokeMethod2
732                      %attr(444,root ,root) /opt/tog-pegasus/test/Makefile
733 denise.eckstein 1.43 %attr(-,root,root) /var/opt/tog-pegasus/testrepository
734 w.otsuka        1.28 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2