(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.54 %ifarch ia64
 82 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_IA64_GNU
 83 w.otsuka        1.1  %else
 84 w.otsuka        1.54 %ifarch x86_64
 85                      %global PEGASUS_HARDWARE_PLATFORM LINUX_X86_64_GNU
 86                      %else
 87 w.otsuka        1.24 %ifarch ppc
 88 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_PPC_GNU
 89 w.otsuka        1.24 %else
 90 denise.eckstein 1.44 %ifarch ppc64 pseries
 91 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_PPC64_GNU
 92 w.otsuka        1.24 %else
 93                      %ifarch s390
 94 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_ZSERIES_GNU
 95 w.otsuka        1.24 %else
 96                      %ifarch s390x zseries
 97 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_ZSERIES64_GNU
 98 w.otsuka        1.24 %else
 99 denise.eckstein 1.32 %global PEGASUS_HARDWARE_PLATFORM LINUX_IX86_GNU
100 w.otsuka        1.1  %endif
101 w.otsuka        1.24 %endif
102                      %endif
103                      %endif
104                      %endif
105 w.otsuka        1.1  
106 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-packages.spec
107                      %package sdk
108                      Summary: The OpenPegasus Software Development Kit
109                      Group: Systems Management/Base
110                      Autoreq: 0
111                      Requires: tog-pegasus >= %{version}
112 w.otsuka        1.1  
113 denise.eckstein 1.32 %description sdk
114                      The OpenPegasus WBEM Services for Linux SDK is the developer's kit for the OpenPegasus WBEM
115                      Services for Linux release. It provides Linux C++ developers with the WBEM files required to
116                      build WBEM Clients and Providers. It also supports C provider developers via the CMPI interface.
117 w.otsuka        1.1  
118 denise.eckstein 1.32 %package test
119                      Summary: The OpenPegasus Tests
120                      Group: Systems Management/Base
121                      Autoreq: 0
122                      Requires: tog-pegasus >= %{version} 
123 w.otsuka        1.1  
124 denise.eckstein 1.32 %description test
125                      The OpenPegasus WBEM tests for the OpenPegasus %{version} Linux rpm.
126                      # End of section pegasus/rpm/tog-specfiles/tog-pegasus-packages.spec
127 w.otsuka        1.1  
128 denise.eckstein 1.32 %prep
129                      [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
130 w.otsuka        1.28 
131 denise.eckstein 1.32 %setup -n %{name}-%{version}
132                      export PEGASUS_ROOT=%PEGASUS_RPM_ROOT
133 w.otsuka        1.28 
134 denise.eckstein 1.32 %build
135 w.otsuka        1.1  
136 denise.eckstein 1.44 %ifarch s390 s390x zseries
137                      export PEGASUS_EXTRA_C_FLAGS="$PEGASUS_EXTRA_C_FLAGS -fsigned-char"
138                      %endif
139                      
140 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-build.spec
141                      export PEGASUS_ROOT=%PEGASUS_RPM_ROOT
142                      export PEGASUS_HOME=%PEGASUS_RPM_HOME
143                      export PEGASUS_PLATFORM=%PEGASUS_HARDWARE_PLATFORM
144                      export PEGASUS_ENVVAR_FILE=$PEGASUS_ROOT/env_var_Linux.status
145 w.otsuka        1.1  
146 denise.eckstein 1.32 export OPENSSL_HOME=%OPENSSL_HOME
147                      export OPENSSL_BIN=%OPENSSL_BIN
148                      export LD_LIBRARY_PATH=$PEGASUS_HOME/lib
149                      export PATH=$PEGASUS_HOME/bin:$PATH
150 w.otsuka        1.1  
151 denise.eckstein 1.32 export PEGASUS_EXTRA_C_FLAGS="-g $RPM_OPT_FLAGS"
152                      export PEGASUS_EXTRA_CXX_FLAGS="$PEGASUS_EXTRA_C_FLAGS"
153 w.otsuka        1.1  
154 denise.eckstein 1.32 make -f $PEGASUS_ROOT/Makefile.Release create_ProductVersionFile
155                      make -f $PEGASUS_ROOT/Makefile.Release all
156                      make -f $PEGASUS_ROOT/Makefile.Release repository
157                      # End of section pegasus/rpm/tog-specfiles/tog-pegasus-build.spec
158 w.otsuka        1.27 
159 denise.eckstein 1.32 %install
160 w.otsuka        1.1  
161 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-install.spec
162                      export PEGASUS_ROOT=%PEGASUS_RPM_ROOT
163                      export PEGASUS_HOME=%PEGASUS_RPM_HOME
164                      export PEGASUS_PLATFORM=%PEGASUS_HARDWARE_PLATFORM
165                      export PEGASUS_ENVVAR_FILE=$PEGASUS_ROOT/env_var_Linux.status
166 w.otsuka        1.1  
167 denise.eckstein 1.32 export OPENSSL_BIN=%OPENSSL_BIN
168                      export LD_LIBRARY_PATH=$PEGASUS_HOME/lib
169                      export PATH=$PEGASUS_HOME/bin:$PATH
170 w.otsuka        1.1  
171 denise.eckstein 1.32 export PEGASUS_STAGING_DIR=$RPM_BUILD_ROOT
172 w.otsuka        1.1  
173 denise.eckstein 1.33 make -f $PEGASUS_ROOT/Makefile.Release stage PEGASUS_STAGING_DIR=$PEGASUS_STAGING_DIR
174 denise.eckstein 1.32 # End of section pegasus/rpm/tog-specfiles/tog-pegasus-install.spec
175 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;
176 denise.eckstein 1.32 [ "$PEGASUS_HOME" != "/" ] && [ -d $PEGASUS_HOME ] && rm -rf $PEGASUS_HOME;
177 w.otsuka        1.1  
178 denise.eckstein 1.32 %clean
179 w.otsuka        1.1  
180 denise.eckstein 1.32 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-clean.spec
181 w.otsuka        1.1  [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
182 denise.eckstein 1.32 # End of section pegasus/rpm/tog-specfiles/tog-pegasus-clean.spec
183 w.otsuka        1.1  
184                      %pre
185 denise.eckstein 1.32 
186                      # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-pre.spec
187 w.otsuka        1.1  if [ -d %PEGASUS_REPOSITORY_DIR"/root#PG_Internal" ]
188                      then
189                        #
190 denise.eckstein 1.32   # Save the current repository to prev_repository
191 w.otsuka        1.1    #
192 w.otsuka        1.29   if [[ -d %PEGASUS_REPOSITORY_DIR ]]
193 w.otsuka        1.1    then
194 denise.eckstein 1.32     if [[ -d %PEGASUS_PREV_REPOSITORY_DIR ]]
195                          then
196                            rm -rf %PEGASUS_PREV_REPOSITORY_DIR
197                          fi
198                          mv %PEGASUS_REPOSITORY_DIR %PEGASUS_PREV_REPOSITORY_DIR
199                          mkdir %PEGASUS_REPOSITORY_DIR
200 w.otsuka        1.1    fi
201                      fi
202 denise.eckstein 1.32 # End of section pegasus/rpm/tog-specfiles/tog-pegasus-pre.spec
203 w.otsuka        1.1  
204                      %post
205 w.otsuka        1.24 if [ $1 -eq 1 ]; then
206 denise.eckstein 1.35    echo `date` > %PEGASUS_INSTALL_LOG 2>&1
207 denise.eckstein 1.32    %define PEGASUS_CONFIG_DIR /etc/opt/tog-pegasus
208                         %define PEGASUS_PEM_DIR /etc/opt/tog-pegasus
209                         %define PEGASUS_SSL_CERT_FILE server.pem
210                         %define PEGASUS_SSL_KEY_FILE file.pem
211                         %define PEGASUS_SSL_TRUSTSTORE client.pem
212                      
213                         # Create Symbolic Links for SDK Libraries
214                         #
215                         ln -sf libpegclient.so.1 /opt/tog-pegasus/lib/libpegclient.so
216                         ln -sf libpegcommon.so.1 /opt/tog-pegasus/lib/libpegcommon.so
217                         ln -sf libpegprovider.so.1 /opt/tog-pegasus/lib/libpegprovider.so
218                         ln -sf libDefaultProviderManager.so.1 /opt/tog-pegasus/lib/libDefaultProviderManager.so
219                         ln -sf libCIMxmlIndicationHandler.so.1 /opt/tog-pegasus/lib/libCIMxmlIndicationHandler.so
220                         ln -sf libCMPIProviderManager.so.1 /opt/tog-pegasus/lib/libCMPIProviderManager.so
221                      
222                         # Create Symbolic Links for Packaged Provider Libraries
223                         #
224                         ln -sf libComputerSystemProvider.so.1 /opt/tog-pegasus/providers/lib/libComputerSystemProvider.so
225                         ln -sf libOSProvider.so.1 /opt/tog-pegasus/providers/lib/libOSProvider.so
226                         ln -sf libProcessProvider.so.1 /opt/tog-pegasus/providers/lib/libProcessProvider.so
227                      
228 denise.eckstein 1.32 
229                      # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-post.spec
230                         
231                         # Create OpenSSL Configuration File (ssl.cnf)
232                         #
233                         if [ -f %PEGASUS_CONFIG_DIR/ssl.cnf ]
234                         then
235                            echo "WARNING: %PEGASUS_CONFIG_DIR/ssl.cnf already exists."
236                         else
237                            echo " Generating SSL Certificate..."
238                            echo "[ req ]" >> %PEGASUS_CONFIG_DIR/ssl.cnf
239                            echo "distinguished_name     = req_distinguished_name" >> %PEGASUS_CONFIG_DIR/ssl.cnf
240                            echo "prompt                 = no" >> %PEGASUS_CONFIG_DIR/ssl.cnf
241                            echo "[ req_distinguished_name ]" >> %PEGASUS_CONFIG_DIR/ssl.cnf
242                            echo "C                      = UK" >> %PEGASUS_CONFIG_DIR/ssl.cnf
243                            echo "ST                     = Berkshire" >> %PEGASUS_CONFIG_DIR/ssl.cnf
244                            echo "L                      = Reading" >> %PEGASUS_CONFIG_DIR/ssl.cnf
245                            echo "O                      = The Open Group" >> %PEGASUS_CONFIG_DIR/ssl.cnf
246                            echo "OU                     = The OpenPegasus Project" >> %PEGASUS_CONFIG_DIR/ssl.cnf
247 w.otsuka        1.40       echo "CN                     = `host \`hostname\`|cut -d\" \" -f1`" >> %PEGASUS_CONFIG_DIR/ssl.cnf
248 denise.eckstein 1.32       chmod 400 %PEGASUS_CONFIG_DIR/ssl.cnf
249                            chown root %PEGASUS_CONFIG_DIR/ssl.cnf
250                         fi
251                      
252 w.otsuka        1.40    %OPENSSL_BIN/openssl req -x509 -days 3650 -newkey rsa:2048 \
253 denise.eckstein 1.32       -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf \
254                            -keyout %PEGASUS_PEM_DIR/key.pem -out %PEGASUS_PEM_DIR/cert.pem \
255 denise.eckstein 1.38            2>>%PEGASUS_INSTALL_LOG
256 denise.eckstein 1.32 
257                         cat %PEGASUS_PEM_DIR/key.pem > %PEGASUS_PEM_DIR/key-2048.pem
258                         chmod 400 %PEGASUS_PEM_DIR/key-2048.pem
259                         cat %PEGASUS_PEM_DIR/cert.pem > %PEGASUS_PEM_DIR/cert-2048.pem
260                         chmod 400 %PEGASUS_PEM_DIR/cert-2048.pem
261                         cat %PEGASUS_PEM_DIR/cert.pem > %PEGASUS_PEM_DIR/truststore-2048.pem
262                         chmod 400 %PEGASUS_PEM_DIR/truststore-2048.pem
263                         rm -f %PEGASUS_PEM_DIR/key.pem %PEGASUS_PEM_DIR/cert.pem
264                      
265                         if [ -f %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE ]
266                         then
267                         echo "WARNING: %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE SSL Certificate file already exists."
268                         else
269                            cp %PEGASUS_PEM_DIR/cert-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE
270                            chmod 444 %PEGASUS_PEM_DIR/%PEGASUS_SSL_CERT_FILE
271                            cp %PEGASUS_PEM_DIR/key-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_KEY_FILE
272                            chmod 400 %PEGASUS_PEM_DIR/%PEGASUS_SSL_KEY_FILE
273                         fi
274                      
275                         if [ -f %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE ]
276                         then
277 denise.eckstein 1.32        echo "WARNING: %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE SSL Certificate trust store already exists."
278                         else
279                             cp %PEGASUS_PEM_DIR/truststore-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE
280                             chmod 444 %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE
281                         fi
282 w.otsuka        1.52    if [[ -d %PEGASUS_PREV_REPOSITORY_DIR ]]
283                         then
284                           # Running Repository Upgrade utility
285                           %PEGASUS_SBIN_DIR/repupgrade %PEGASUS_PREV_REPOSITORY_DIR %PEGASUS_REPOSITORY_DIR 2>>%PEGASUS_INSTALL_LOG
286                         fi
287                      
288 denise.eckstein 1.32 
289 denise.eckstein 1.44    /usr/lib/lsb/install_initd /etc/init.d/tog-pegasus
290                      
291 denise.eckstein 1.32    echo " To start Pegasus manually:"
292                         echo " /etc/init.d/tog-pegasus start"
293                         echo " Stop it:"
294                         echo " /etc/init.d/tog-pegasus stop"
295                         echo " To set up PATH and MANPATH in /etc/profile"
296                         echo " run /opt/tog-pegasus/sbin/settogpath."
297                      # End of section pegasus/rpm/tog-specfiles/tog-pegasus-post.spec
298 w.otsuka        1.1  
299 w.otsuka        1.24 fi
300 w.otsuka        1.1  %preun
301 w.otsuka        1.24 if [ $1 -eq 0 ]; then
302 denise.eckstein 1.32    # Check if the cimserver is running
303                         isRunning=`ps -el | grep cimserver | grep -v "grep cimserver"`
304                         if [ "$isRunning" ]; then
305                            /opt/tog-pegasus/sbin/cimserver -s
306 w.otsuka        1.53    fi
307 denise.eckstein 1.35    [ -f /var/opt/tog-pegasus/cimserver_current.conf ] &&  rm /var/opt/tog-pegasus/cimserver_current.conf;
308                         [ -f %PEGASUS_INSTALL_LOG ] && rm %PEGASUS_INSTALL_LOG;
309 denise.eckstein 1.44    [ -d /var/opt/tog-pegasus/repository ] && rm -rf /var/opt/tog-pegasus/repository;
310 denise.eckstein 1.49    [ -d /var/opt/tog-pegasus/cache ] && rm -rf /var/opt/tog-pegasus/cache;
311 denise.eckstein 1.46    rm -f /var/run/tog-pegasus/socket/cimxml.socket;
312 denise.eckstein 1.50    rm -f /var/run/tog-pegasus/cimserver.pid
313 denise.eckstein 1.32    # Delete the Link to the rc.* Startup Directories
314                         /usr/lib/lsb/remove_initd /etc/init.d/tog-pegasus;
315 w.otsuka        1.24 fi
316 w.otsuka        1.1  
317 denise.eckstein 1.44 %preun sdk
318                      make --directory /opt/tog-pegasus/samples -s clean
319                      
320 denise.eckstein 1.46 %preun test
321                      make --directory /opt/tog-pegasus/test -s unsetupTEST
322                      [ -d /var/opt/tog-pegasus/testrepository ] &&  rm -rf /var/opt/tog-pegasus/testrepository;
323                      
324 w.otsuka        1.1  %postun
325 w.otsuka        1.24 if [ $1 -eq 0 ]; then
326 denise.eckstein 1.36    [ -f %PEGASUS_PEM_DIR/key-2048.pem ] && rm %PEGASUS_PEM_DIR/key-2048.pem;
327                         [ -f %PEGASUS_PEM_DIR/cert-2048.pem ] && rm %PEGASUS_PEM_DIR/cert-2048.pem;
328                         [ -f %PEGASUS_PEM_DIR/truststore-2048.pem ] && rm %PEGASUS_PEM_DIR/truststore-2048.pem;
329 denise.eckstein 1.32    export LC_ALL=C
330 w.otsuka        1.1  fi
331                      
332                      %files
333 denise.eckstein 1.47 %dir %attr(555,root ,root) /opt/tog-pegasus
334                      %dir %attr(555,root ,root) /opt/tog-pegasus/share
335                      %dir %attr(555,root ,root) /opt/tog-pegasus/share/man
336                      %dir %attr(555,root ,root) /opt/tog-pegasus/share/man/man1
337                      %dir %attr(555,root ,root) /opt/tog-pegasus/share/man/man8
338                      %dir %attr(555,root ,root) /opt/tog-pegasus/lib
339                      %dir %attr(555,root ,root) /opt/tog-pegasus/providers
340                      %dir %attr(555,root ,root) /opt/tog-pegasus/providers/lib
341                      %dir %attr(555,root ,root) /opt/tog-pegasus/sbin
342                      %dir %attr(555,root ,root) /opt/tog-pegasus/bin
343                      %dir %attr(555,root ,root) /opt/tog-pegasus/mof
344                      %dir %attr(555,root ,root) /var/opt/tog-pegasus
345                      %dir %attr(555,root ,root) /var/opt/tog-pegasus/cache
346                      %dir %attr(555,root ,root) /var/opt/tog-pegasus/log
347                      %dir %attr(555,root ,root) /var/opt/tog-pegasus/cache/localauth
348                      %dir %attr(555,root ,root) /var/run/tog-pegasus
349                      %dir %attr(555,root ,root) /etc/opt/tog-pegasus
350 denise.eckstein 1.32 %dir %attr(1555,root,root) /var/run/tog-pegasus/socket
351 denise.eckstein 1.48 %dir %attr(555,root ,root) /opt/tog-pegasus/mof/CIM29
352 denise.eckstein 1.32 
353 denise.eckstein 1.47 %dir %attr(555,root ,root) /opt/tog-pegasus/mof/Pegasus
354 denise.eckstein 1.32 
355 denise.eckstein 1.43 %attr(-,root,root) /var/opt/tog-pegasus/repository
356 denise.eckstein 1.32 
357 denise.eckstein 1.47 %doc %attr(444,root ,root) /opt/tog-pegasus/license.txt
358                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/cimmof.1
359                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/cimprovider.1
360                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/osinfo.1
361                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man1/wbemexec.1
362                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man8/cimauth.8
363                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man8/cimconfig.8
364                      %doc %attr(444,root ,root) /opt/tog-pegasus/share/man/man8/cimserver.8
365                      
366 denise.eckstein 1.48 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_AppRuntime.mof
367                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_BIOS.mof
368                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_CheckAction.mof
369                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_DeploymentModel.mof
370                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_InstalledProduct.mof
371                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_J2eeAppServer.mof
372                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_J2eeAppServerStats.mof
373                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Application_SystemSoftware.mof
374                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Application.mof
375                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Core.mof
376                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Database.mof
377                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Device.mof
378                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Event.mof
379                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_IPsecPolicy.mof
380                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Interop.mof
381                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Metrics.mof
382                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Network.mof
383                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Physical.mof
384                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Policy.mof
385                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Schema.mof
386                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_Support.mof
387 denise.eckstein 1.48 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_System.mof
388                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/CIM_User.mof
389                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Capabilities.mof
390                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Collection.mof
391                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_CoreElements.mof
392                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Device.mof
393                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_MethodParms.mof
394                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Physical.mof
395                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_PowerMgmt.mof
396                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_ProductFRU.mof
397                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Qualifiers.mof
398                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Redundancy.mof
399                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Service.mof
400                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Settings.mof
401                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Software.mof
402                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_Statistics.mof
403                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Core_StorageExtent.mof
404                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Database_Statistics.mof
405                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Database_Storage.mof
406                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Database_System.mof
407                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_Controller.mof
408 denise.eckstein 1.48 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_CoolingAndPower.mof
409                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_DeviceElements.mof
410                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_DiskGroup.mof
411                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_FC.mof
412                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_IB.mof
413                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_Memory.mof
414                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_Modems.mof
415                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_NetworkAdapter.mof
416                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_Ports.mof
417                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_Printing.mof
418                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_Processor.mof
419                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_ProtocolController.mof
420                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_SccExtents.mof
421                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_Sensors.mof
422                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_StorageDevices.mof
423                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_StorageExtents.mof
424                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_StorageLib.mof
425                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_StorageServices.mof
426                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_USB.mof
427                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Device_UserDevices.mof
428                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Metrics_BaseMetric.mof
429 denise.eckstein 1.48 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Metrics_UnitOfWork.mof
430                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_BGP.mof
431                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_Buffers.mof
432                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_Collections.mof
433                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_Filtering.mof
434                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_IPsec.mof
435                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_OSPF.mof
436                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_Pipes.mof
437                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_ProtocolEndpoints.mof
438                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_QoS.mof
439                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_Routes.mof
440                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_RoutingForwarding.mof
441                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_SNMP.mof
442                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_SwitchingBridging.mof
443                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_Systems.mof
444                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Network_VLAN.mof
445                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Physical_Component.mof
446                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Physical_Connector.mof
447                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Physical_Link.mof
448                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Physical_Misc.mof
449                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Physical_Package.mof
450 denise.eckstein 1.48 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Physical_PhysicalMedia.mof
451                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/Physical_StoragePackage.mof
452                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_Boot.mof
453                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_Diagnostics.mof
454                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_FileElements.mof
455                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_Help.mof
456                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_Logs.mof
457                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_OperatingSystem.mof
458                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_Processing.mof
459                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_SystemElements.mof
460                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_SystemResources.mof
461                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_Time.mof
462                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/System_Unix.mof
463                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_AccessControl.mof
464                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Account.mof
465                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_AuthenticationReqmt.mof
466                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Credential.mof
467                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Group.mof
468                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Identity.mof
469                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Kerberos.mof
470                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Org.mof
471 denise.eckstein 1.48 %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Privilege.mof
472                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_PrivilegeManagementService.mof
473                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_PublicKey.mof
474                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_Role.mof
475                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_SecurityLevel.mof
476                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_SecurityServices.mof
477                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_SharedSecret.mof
478                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_StorageHardwareID.mof
479                      %attr(444,root ,root) /opt/tog-pegasus/mof/CIM29/User_UsersAccess.mof
480 denise.eckstein 1.47 
481                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_Authorization20.mof
482                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ConfigSetting20.mof
483                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_InternalSchema20.mof
484                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ShutdownService20.mof
485                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_User20.mof
486                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_Events20.mof
487                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_InterOpSchema20.mof
488                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ProviderModule20.mof
489                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ComputerSystem20.mof
490                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ComputerSystem20R.mof
491                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ManagedSystemSchema20.mof
492                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_ManagedSystemSchema20R.mof
493                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_OperatingSystem20.mof
494                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_OperatingSystem20R.mof
495                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_UnixProcess20.mof
496                      %attr(444,root ,root) /opt/tog-pegasus/mof/Pegasus/PG_UnixProcess20R.mof
497 denise.eckstein 1.32 
498 denise.eckstein 1.35 %config(noreplace) %attr(644,root,root)  /var/opt/tog-pegasus/cimserver_planned.conf
499 denise.eckstein 1.47 %config %attr(500,root ,root) /etc/init.d/tog-pegasus
500                      %config %attr(444,root ,root) %PAM_CONFIG_DIR/wbem
501 denise.eckstein 1.32 
502 denise.eckstein 1.47 %attr(500,root ,root) /opt/tog-pegasus/sbin/cimauth
503                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimconfig
504                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimserver
505                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimuser
506                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimprovagt
507                      %attr(500,root ,root) /opt/tog-pegasus/sbin/cimservera
508 w.otsuka        1.52 %attr(500,root ,root) /opt/tog-pegasus/sbin/repupgrade
509 denise.eckstein 1.47 %attr(500,root ,root) /opt/tog-pegasus/sbin/init_repository
510                      %attr(500,root ,root) /opt/tog-pegasus/sbin/settogpath
511                      
512                      %attr(555,root ,root) /opt/tog-pegasus/bin/cimmof
513                      %attr(555,root ,root) /opt/tog-pegasus/bin/cimmofl
514                      %attr(555,root ,root) /opt/tog-pegasus/bin/cimprovider
515                      %attr(555,root ,root) /opt/tog-pegasus/bin/osinfo
516                      %attr(555,root ,root) /opt/tog-pegasus/bin/wbemexec
517                      
518                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCIMxmlIndicationHandler.so.1
519                      %attr(555,root ,root) /opt/tog-pegasus/lib/libConfigSettingProvider.so.1
520                      %attr(555,root ,root) /opt/tog-pegasus/lib/libNamespaceProvider.so.1
521                      %attr(555,root ,root) /opt/tog-pegasus/lib/libProviderRegistrationProvider.so.1
522                      %attr(555,root ,root) /opt/tog-pegasus/lib/libUserAuthProvider.so.1
523                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegauthentication.so.1
524                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegclient.so.1
525                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcliutils.so.1
526                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcommon.so.1
527                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcompiler.so.1
528                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegconfig.so.1
529                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegexportclient.so.1
530 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/lib/libpegexportserver.so.1
531                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeggetoopt.so.1
532                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeghandlerservice.so.1
533                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegindicationservice.so.1
534                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeglistener.so.1
535                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegprm.so.1
536                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegprovider.so.1
537                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegprovidermanager.so.1
538                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegrepository.so.1
539                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegserver.so.1
540                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpeguser.so.1
541                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegwql.so.1
542                      %attr(555,root ,root) /opt/tog-pegasus/lib/libDefaultProviderManager.so.1
543                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCertificateProvider.so.1
544                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegqueryexpression.so.1
545                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegcql.so.1
546                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegquerycommon.so.1
547                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCIMQueryCapabilitiesProvider.so.1
548                      %attr(555,root ,root) /opt/tog-pegasus/lib/libInteropProvider.so.1
549                      %attr(555,root ,root) /opt/tog-pegasus/lib/libCIMOMStatDataProvider.so.1
550                      %attr(555,root ,root) /opt/tog-pegasus/lib/libpegservice.so.1
551 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/lib/libCMPIProviderManager.so.1
552                      %attr(555,root ,root) /opt/tog-pegasus/lib/libcmpiCppImpl.so.1
553 denise.eckstein 1.32 /opt/tog-pegasus/lib/libpegclient.so
554                      /opt/tog-pegasus/lib/libpegcommon.so
555                      /opt/tog-pegasus/lib/libpegprovider.so
556                      /opt/tog-pegasus/lib/libDefaultProviderManager.so
557                      /opt/tog-pegasus/lib/libCIMxmlIndicationHandler.so
558                      /opt/tog-pegasus/lib/libCMPIProviderManager.so
559                      
560 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/providers/lib/libComputerSystemProvider.so.1
561                      %attr(555,root ,root) /opt/tog-pegasus/providers/lib/libOSProvider.so.1
562                      %attr(555,root ,root) /opt/tog-pegasus/providers/lib/libProcessProvider.so.1
563 denise.eckstein 1.32 /opt/tog-pegasus/providers/lib/libComputerSystemProvider.so
564                      /opt/tog-pegasus/providers/lib/libOSProvider.so
565                      /opt/tog-pegasus/providers/lib/libProcessProvider.so
566 w.otsuka        1.1  
567                      %files sdk
568 denise.eckstein 1.32 
569                      # SDK Include Files
570                      #
571 denise.eckstein 1.47 %dir %attr(555,root ,root) /opt/tog-pegasus/include
572                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus
573                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Client
574                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Common
575                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Consumer
576                      %dir %attr(555,root ,root) /opt/tog-pegasus/include/Pegasus/Provider
577                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/CIMClientException.h
578                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/CIMClient.h
579                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/Linkage.h
580                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Array.h
581                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ArrayInter.h
582                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Char16.h
583                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMClass.h
584                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMDateTime.h
585                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMFlavor.h
586                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMIndication.h
587                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMInstance.h
588                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMMethod.h
589                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMName.h
590                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMObject.h
591                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMObjectPath.h
592 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMParameter.h
593                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMParamValue.h
594                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMProperty.h
595                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMPropertyList.h
596                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMQualifierDecl.h
597                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMQualifier.h
598                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMScope.h
599                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMStatusCode.h
600                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMType.h
601                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMValue.h
602                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Config.h
603                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Exception.h
604                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Linkage.h
605                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/OperationContext.h
606                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ResponseHandler.h
607                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/SSLContext.h
608                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/String.h
609                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Consumer/CIMIndicationConsumer.h
610                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Consumer/Linkage.h
611                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMAssociationProvider.h
612                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMIndicationConsumerProvider.h
613 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMIndicationProvider.h
614                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMInstanceProvider.h
615                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMMethodProvider.h
616                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMOMHandle.h
617                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMProvider.h
618                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/Linkage.h
619                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Provider/ProviderException.h
620                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/AcceptLanguages.h
621                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/MessageLoader.h
622                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ContentLanguages.h
623                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/LanguageElementContainer.h
624                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/AcceptLanguageElement.h
625                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Formatter.h
626                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/ContentLanguageElement.h
627                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/LanguageElement.h
628                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Client/ClientOpPerformanceDataHandler.h
629                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/CIMOperationType.h
630                      %attr(444,root ,root) /opt/tog-pegasus/include/Pegasus/Common/Platform_%PEGASUS_HARDWARE_PLATFORM.h
631 denise.eckstein 1.32 
632                      # SDK Sample Files
633                      #
634 denise.eckstein 1.47 %dir %attr(777,root ,root) /opt/tog-pegasus/samples
635                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients
636                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++
637                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances
638                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod
639                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications
640                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers
641                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++
642                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider
643                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider
644                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider
645                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer
646                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/Providers/Load
647                      %dir %attr(777,root ,root) /opt/tog-pegasus/samples/mak
648                      %attr(444,root ,root) /opt/tog-pegasus/samples/Makefile
649                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/config.mak
650                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/program.mak
651                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/recurse.mak
652                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/library.mak
653                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/common.mak
654                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/Makefile
655 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/Makefile
656                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/Makefile
657                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/Makefile
658                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/Makefile
659                      %attr(444,root ,root) /opt/tog-pegasus/samples/mak/%PEGASUS_HARDWARE_PLATFORM.mak
660                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/EnumInstances.cpp
661                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp
662                      %attr(444,root ,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/SendTestIndications.cpp
663                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Makefile
664                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/Makefile
665                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/SampleProviderSchema.mof
666                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/IndicationProviderR.mof
667                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/Makefile
668                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/Makefile
669                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/Makefile
670                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/Makefile
671                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/IndicationProvider.cpp
672                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/IndicationProvider.h
673                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/IndicationProvider/IndicationProviderMain.cpp
674                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/Makefile
675                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/InstanceProviderR.mof
676 denise.eckstein 1.47 %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/MethodProviderR.mof
677                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/Load/SimpleDisplayConsumerR.mof
678                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.cpp
679                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/InstanceProviderMain.cpp
680                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/InstanceProvider.h
681                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstancesrspgood.xml
682                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/InstanceProvider/EnumerateInstances.xml
683                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/MethodProvider.cpp
684                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/MethodProviderMain.cpp
685                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/MethodProvider.h
686                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/InvokeMethod.xml
687                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/MethodProvider/InvokeMethodrspgood.xml
688                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumerMain.cpp
689                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.cpp
690                      %attr(444,root ,root) /opt/tog-pegasus/samples/Providers/DefaultC++/SimpleDisplayConsumer/SimpleDisplayConsumer.h
691 denise.eckstein 1.32 
692                      # SDK Documentation
693                      #
694 denise.eckstein 1.47 %attr(-,root ,root) /opt/tog-pegasus/html
695 w.otsuka        1.28 
696                      %files test
697 denise.eckstein 1.32 
698                      # Test Files
699                      #
700 denise.eckstein 1.47 %dir %attr(555, root ,root) /opt/tog-pegasus/test
701                      %dir %attr(555, root ,root) /opt/tog-pegasus/test/lib
702                      %dir %attr(555, root ,root) /opt/tog-pegasus/test/bin
703                      %dir %attr(555, root ,root) /opt/tog-pegasus/test/mak
704                      %attr(444,root ,root) /opt/tog-pegasus/test/mak/commands.mak
705                      %attr(555,root ,root) /opt/tog-pegasus/test/lib/libSampleInstanceProvider.so.1
706                      %attr(555,root ,root) /opt/tog-pegasus/test/lib/libSampleMethodProvider.so.1
707 w.otsuka        1.51 %attr(555,root ,root) /opt/tog-pegasus/test/lib/libFamilyProvider.so.1
708 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestAbstract
709                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestArray
710                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestBase64
711                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestClassDecl
712                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestDateTime
713                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestFlavor
714                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestFormatter
715                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestHashTable
716                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestInstanceDecl
717                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestLogger
718                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestMethod
719                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestObject
720                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestOperationContext
721                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestParamValue
722                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestParameter
723                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestProperty
724                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQualifier
725                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQualifierDecl
726                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQualifierList
727                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestQueue
728                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestReference
729 denise.eckstein 1.47 %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestResolve
730                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestResponseHandler
731                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestScope
732                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestStack
733                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestStopwatch
734                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestStrToInstName
735                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestString
736                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestTimeValue
737                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestToMof
738                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestValidateClass
739                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestValue
740                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TracerTest
741                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/IPC
742                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/TestClient
743                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/OSTestClient
744                      %attr(555,root ,root) /opt/tog-pegasus/test/bin/InvokeMethod2
745                      %attr(444,root ,root) /opt/tog-pegasus/test/Makefile
746 denise.eckstein 1.43 %attr(-,root,root) /var/opt/tog-pegasus/testrepository
747 w.otsuka        1.28 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2