Solaris/SUNWapoc.spec
author alo
Thu, 02 Feb 2006 17:07:06 +0000
changeset 6716 77cb055017df
parent 6663 ffcbd6d6099b
child 6724 f586c0f63860
permissions -rwxr-xr-x
2006-02-02 Alvaro Lopez Ortega <[email protected]> * SUNWapoc.spec: Added a few new dependencies to SUNWapoc and SUNWapcj. It fixes #6208696
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
     1
#
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
     2
# Copyright (c) 2004 Sun Microsystems Inc.
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
     3
# This file and all modifications and additions to the pristine
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
     4
# package are under the same license as the package itself.
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
     5
#
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
     6
# This spec file generates all packages necessary for the JDS APOC
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
     7
# (A Point Of Control) functionality
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
     8
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
     9
# Please find the project page at: http://so-doc.germany.sun.com/Projects/Apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    10
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    11
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    12
#  Package Information/Description Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    13
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    14
#==============================================================================
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    15
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    16
%include Solaris.inc
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    17
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    18
%use aspec = apoc.spec
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    19
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    20
%ifarch sparc
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    21
%define PLATFORM unxsols4
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    22
%else
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    23
%define PLATFORM unxsoli4
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    24
%endif
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    25
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    26
Name:           SUNWapoc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
    27
Version:        2.0
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    28
Distribution:   Sun Java(tm) Desktop System
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    29
Vendor:         Sun Microsystems, Inc.
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    30
License:        Sun Microsystems Binary Code License (BCL)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    31
URL:            http://www.sun.com/software/javadesktopsystem/
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    32
SUNW_ProdName:  Sun Java(tm) Desktop System, Release 3
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    33
SUNW_ProdVers:  2
6379
fd4dbc3ba8dc 2005-12-10 Laszlo Peter <[email protected]>
laca
parents: 6288
diff changeset
    34
SUNW_Category:  APOC,application,%{jds_version}
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    35
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    36
BuildRoot:      %{_builddir}/apoc/%{PLATFORM}/class/packages_build_root
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
    37
Source:         apoc-2.0%{aspec.t_suffix}.tar.bz2
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    38
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    39
Group:          Applications/Internet
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    40
Summary:        Sun Java(tm) Desktop System Configuration Agent
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    41
Requires:       SUNWlxml
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    42
Requires:       SUNWgss
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    43
Requires:       SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    44
Requires:       SUNWapmsc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
    45
Requires:       SUNWcsl
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
    46
Requires:       SUNWlibms
6716
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    47
Requires:       SUNWcsr
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    48
Requires:       SUNWcsl
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    49
Requires:       SUNWcslr
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    50
Requires:       SUNWlibms
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    51
Requires:       SUNWlibmsr
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    52
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    53
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    54
%description 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    55
Sun Java(tm) Desktop System Configuration Agent
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    56
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    57
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    58
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    59
%package -n SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    60
Group:          Applications/Internet
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
    61
Summary:        Sun Desktop Manager Shared Libraries
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    62
Requires:       SUNWj5rt
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    63
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    64
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    65
%description -n SUNWapbas
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
    66
Sun Desktop Manager Shared Libraries
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    67
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    68
#------------------------------------------------------------------------------
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    69
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    70
%package -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    71
Group:          Applications/Internet 
4342
15c05495eafb #b6185073# Removed SUNWapcmc package and updated package summaries
kru
parents: 4243
diff changeset
    72
Summary:        Sun Java(tm) Desktop System Configuration Agent Miscellaneous Files
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    73
Requires:       SUNWcar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    74
Requires:       SUNWkvm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    75
Requires:       SUNWcsr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    76
Requires:       SUNWcsu
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    77
Requires:       SUNWcsd
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    78
SUNW_BaseDir:   /
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    79
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    80
%description -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    81
Sun Java(tm) Desktop System Configuration Agent Miscellaneous Files
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    82
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    83
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    84
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    85
%package -n SUNWapcj
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    86
Group:          Applications/Internet 
4342
15c05495eafb #b6185073# Removed SUNWapcmc package and updated package summaries
kru
parents: 4243
diff changeset
    87
Summary:        Sun Java(tm) Desktop System Configuration Adapter for Java Preferences 
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    88
Requires:       SUNWapoc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
    89
Requires:       SUNWcsr
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
    90
Requires:       SUNWcsl
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
    91
Requires:       SUNWlibms
6716
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    92
Requires:       SUNWcsr
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    93
Requires:       SUNWcsl
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    94
Requires:       SUNWcslr
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    95
Requires:       SUNWlibms
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
    96
Requires:       SUNWlibmsr
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    97
SUNW_BaseDir:   /usr 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    98
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    99
%description -n SUNWapcj
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   100
Sun Java(tm) Desktop System Configuration Adapter for Java Preferences 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   101
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   102
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   103
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   104
%package -n SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   105
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   106
Summary:        Sun Java(tm) Desktop System Configuration Agent Wizard
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   107
Requires:       SUNWapoc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   108
Requires:       SUNWcsr
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   109
SUNW_BaseDir:   /usr 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   110
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   111
%description -n SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   112
Sun Java(tm) Desktop System Configuration Agent Wizard
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   113
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   114
#------------------------------------------------------------------------------
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   115
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   116
%package -n SUNWapdc-root
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   117
Group:          Applications/Internet 
4342
15c05495eafb #b6185073# Removed SUNWapcmc package and updated package summaries
kru
parents: 4243
diff changeset
   118
Summary:        Sun Java(tm) Desktop System launch menu integration for Configuration Agent Wizard
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   119
Requires:       SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   120
SUNW_BaseDir:   / 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   121
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   122
%description -n SUNWapdc-root
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   123
Sun Java(tm) Desktop System launch menu integration for Configuration 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   124
Agent Wizard 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   125
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   126
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   127
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   128
%package -n SUNWapcli
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   129
Group:          Applications/Internet 
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   130
Summary:        Sun Desktop Manager Command Line Interface
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   131
Requires:       SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   132
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   133
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   134
%description -n SUNWapcli
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   135
Sun Desktop Manager Command Line Interface
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   136
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   137
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   138
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   139
%package -n SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   140
Group:          Applications/Internet 
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   141
Summary:        Sun Desktop Manager, Release 1.0
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   142
Requires:       SUNWmcon    
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   143
SUNW_BaseDir:   /usr
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3173
diff changeset
   144
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   145
%description -n SUNWapm
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   146
Sun Desktop Manager, Release 1.0
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   147
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   148
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   149
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   150
%package -n SUNWapmca
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   151
Group:          Applications/Internet 
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   152
Summary:        Sun Desktop Manager templates for Configuration Agent
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   153
Requires:       SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   154
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   155
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   156
%description -n SUNWapmca
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   157
Sun Desktop Manager templates for Configuration Agent
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   158
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   159
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   160
%package -n SUNWapmso
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   161
Group:          Applications/Internet 
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   162
Summary:        Sun Desktop Manager templates for StarOffice 7
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   163
Requires:       SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   164
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   165
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   166
%description -n SUNWapmso
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   167
Sun Desktop Manager templates for StarOffice 7
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   168
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   169
#------------------------------------------------------------------------------
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3173
diff changeset
   170
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   171
%package -n SUNWapms8
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   172
Group:          Applications/Internet 
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   173
Summary:        Sun Desktop Manager templates for StarOffice 8
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   174
Requires:       SUNWapm
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   175
SUNW_BaseDir:   /usr
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   176
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   177
%description -n SUNWapms8
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   178
Sun Desktop Manager templates for StarOffice 8
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   179
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   180
#------------------------------------------------------------------------------
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   181
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   182
%package -n SUNWapg26
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   183
Group:          Applications/Internet 
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   184
Summary:        Sun Desktop Manager templates for Gnome 2.6
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   185
Requires:       SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   186
SUNW_BaseDir:   /usr
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3173
diff changeset
   187
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   188
%description -n SUNWapg26
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   189
Sun Desktop Manager templates for Gnome 2.6
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   190
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   191
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   192
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   193
#  Package Build Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   194
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   195
#==============================================================================
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   196
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   197
%prep
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   198
%setup -n apoc
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   199
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   200
%build
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   201
export JAVA_HOME=/usr/j2se
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   202
export PATH=${JAVA_HOME}/bin:$PATH
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   203
make PLATFORM=%{PLATFORM} all
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   204
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   205
6534
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   206
%install
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   207
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   208
cp %{_builddir}/apoc/packages/apoc_manager_tar/Solaris/setup ${RPM_BUILD_ROOT}/usr/share/webconsole/apoc/setup
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   209
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   210
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   211
#  Package Post(Un) Install Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   212
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   213
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   214
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   215
%preun
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   216
if [ -z "${PKG_INSTALL_ROOT}" ] ; then
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   217
 $PKG_INSTALL_ROOT/usr/lib/apoc/apocd disable
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   218
fi
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   219
exit 0
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   220
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   221
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   222
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   223
%post -n SUNWapmsc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   224
if [ -z "${PKG_INSTALL_ROOT}" ] ; then
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   225
 if [ -f /lib/svc/share/smf_include.sh ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   226
  . /lib/svc/share/smf_include.sh
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   227
  smf_present
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   228
  if [ $? -eq 0 ] ; then
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   229
   /usr/sbin/svccfg import /var/svc/manifest/network/apocd.xml
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   230
  fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   231
 fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   232
fi
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   233
exit 0
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   234
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   235
%postun -n SUNWapmsc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   236
if [ -z "${PKG_INSTALL_ROOT}" ] ; then
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   237
 if [ -f /lib/svc/share/smf_include.sh ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   238
  . /lib/svc/share/smf_include.sh
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   239
  smf_present
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   240
  if [ $? -eq 0 ] ; then
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   241
   /usr/sbin/svccfg export svc:/network/apocd/udp > /dev/null 2>&1
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   242
   if [ $? -eq 0 ] ; then
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   243
    /usr/sbin/svccfg delete -f svc:/network/apocd/udp
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   244
   fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   245
  fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   246
 fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   247
fi
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   248
exit 0
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   249
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   250
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   251
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   252
#  Package Files Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   253
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   254
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   255
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   256
%files
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   257
%defattr(0644, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   258
%dir %attr(0755, root, bin) /usr/lib
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   259
%dir %attr(0755, root, other) /usr/lib/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   260
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   261
%dir %attr(0755, root, sys) /usr/share/lib
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   262
%dir %attr(0755, root, other) /usr/share/lib/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   263
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   264
/usr/share/lib/apoc/apocd.jar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   265
/usr/share/lib/apoc/db.jar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   266
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   267
%attr(0744, root, other) /usr/lib/apoc/apocd
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   268
%attr(0755, root, other) /usr/lib/apoc/libFileAccess.so
4474
1736c7e267d7 db4 changes
ghiggins
parents: 4342
diff changeset
   269
%attr(0755, root, other) /usr/lib/apoc/libdb.so.1
4243
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4092
diff changeset
   270
%attr(0755, root, other) /usr/lib/apoc/libdb_java-4.2.so
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   271
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   272
%attr(0755, root, other) /usr/lib/libapoc.so.1
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   273
/usr/lib/libapoc.so
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   274
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   275
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   276
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   277
%files -n SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   278
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   279
%dir %attr(0755, root, sys) /usr/share/lib
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   280
%dir %attr(0755, root, other) /usr/share/lib/apoc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   281
%defattr(644, root, root)
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   282
/usr/share/lib/apoc/policymgr.jar
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   283
/usr/share/lib/apoc/spi.jar
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   284
/usr/share/lib/apoc/ldapjdk.jar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   285
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   286
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   287
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   288
%files -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   289
%dir %attr(0755, root, sys) /etc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   290
%dir %attr(0755, root, other) /etc/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   291
%dir %attr(0755, root, sys) /var
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   292
%dir %attr(0755, root, sys) /var/svc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   293
%dir %attr(0755, root, sys) /var/svc/manifest
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   294
%dir %attr(0755, root, sys) /var/svc/manifest/network
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   295
%defattr(0644, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   296
/etc/apoc/apocd.properties
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   297
/etc/apoc/os.properties
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   298
%attr(0600, root, other) /etc/apoc/policymgr.properties
6384
8b6b704b9ff0 #6360261 Reverting FMRI as per ARC request
ghiggins
parents: 6379
diff changeset
   299
%attr(0444, root, sys) /var/svc/manifest/network/apocd.xml
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   300
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   301
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   302
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   303
%files -n SUNWapcj
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   304
%defattr(-, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   305
%dir %attr(0755, root, bin) /usr/lib
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   306
%dir %attr(0755, root, other) /usr/lib/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   307
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   308
%dir %attr(0755, root, sys) /usr/share/lib
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   309
%dir %attr(0755, root, other) /usr/share/lib/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   310
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   311
/usr/share/lib/apoc/apocprefs.jar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   312
/usr/lib/apoc/libapoc_java.so
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   313
%attr(0755, root, other) /usr/lib/apoc/apocjlaunch
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   314
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   315
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   316
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   317
%files -n SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   318
%dir %attr(0755, root, bin) /usr/bin
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   319
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   320
%dir %attr(0755, root, sys) /usr/share/lib
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   321
%dir %attr(0755, root, other) /usr/share/lib/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   322
%attr(0755, root, other) /usr/bin/apoc-config
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   323
%defattr(0755, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   324
/usr/share/lib/apoc/ConfigurationWizard.class
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   325
/usr/share/lib/apoc/com
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   326
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   327
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   328
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   329
%files -n SUNWapdc-root
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   330
%dir %attr(0755, root, sys) /etc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   331
%dir %attr(0755, root, other) /etc/X11
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   332
%dir %attr(0755, root, other) /etc/X11/sysconfig
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   333
%attr(0644, root, root) /etc/X11/sysconfig/apoc.desktop
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   334
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   335
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   336
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   337
%files -n SUNWapcli
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   338
%defattr (0555, root, root)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   339
%dir %attr(0755, root, bin) /usr/bin
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   340
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   341
%dir %attr(0755, root, sys) /usr/share/lib
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   342
%dir %attr(0755, root, other) /usr/share/lib/apoc
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   343
%dir %attr(0755, root, bin) /usr/share/man
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   344
%dir %attr(0755, root, bin) /usr/share/man/man1
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   345
%attr(0755, root, root) /usr/bin/pgtool
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   346
%attr(0644, root, root) /usr/share/lib/apoc/apoc_cli.jar
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   347
%attr(0444, root, root) /usr/share/man/man1/pgtool.1
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   348
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   349
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   350
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   351
%files -n SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   352
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   353
%dir %attr(0755, root, bin) /usr/share/webconsole
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   354
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   355
%dir /usr/share/webconsole/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   356
%dir /usr/share/webconsole/apoc/packages
6488
1d86faa44023 #6366914# add the setup script to the SUNWapm package
rf96881
parents: 6404
diff changeset
   357
/usr/share/webconsole/apoc/setup
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   358
/usr/share/webconsole/apoc/html
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   359
/usr/share/webconsole/apoc/js
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   360
/usr/share/webconsole/apoc/images
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   361
/usr/share/webconsole/apoc/jsp
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   362
/usr/share/webconsole/apoc/WEB-INF
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   363
/usr/share/webconsole/apoc/dtd
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   364
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   365
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   366
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   367
%files -n SUNWapmca
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   368
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   369
%dir %attr(0755, root, bin) /usr/share/webconsole
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   370
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   371
%dir /usr/share/webconsole/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   372
%dir /usr/share/webconsole/apoc/packages
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   373
/usr/share/webconsole/apoc/packages/ConfigurationAgent_pkg
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   374
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   375
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   376
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   377
%files -n SUNWapmso
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   378
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   379
%dir %attr(0755, root, bin) /usr/share/webconsole
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   380
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   381
%dir /usr/share/webconsole/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   382
%dir /usr/share/webconsole/apoc/packages
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   383
/usr/share/webconsole/apoc/packages/StarOffice7_pkg
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   384
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   385
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   386
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   387
%files -n SUNWapms8
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   388
%dir %attr(0755, root, sys) /usr/share
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   389
%dir %attr(0755, root, bin) /usr/share/webconsole
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   390
%defattr (0744, noaccess, noaccess)
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   391
%dir /usr/share/webconsole/apoc
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   392
%dir /usr/share/webconsole/apoc/packages
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   393
/usr/share/webconsole/apoc/packages/StarOffice8_pkg
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   394
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   395
#------------------------------------------------------------------------------
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   396
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   397
%files -n SUNWapg26
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   398
%dir %attr(0755, root, sys) /usr/share
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   399
%dir %attr(0755, root, bin) /usr/share/webconsole
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   400
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   401
%dir /usr/share/webconsole/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   402
%dir /usr/share/webconsole/apoc/packages 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   403
/usr/share/webconsole/apoc/packages/Gnome2.6_pkg
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   404
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   405
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   406
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   407
#  Package Change Log Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   408
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   409
#==============================================================================
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   410
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   411
%changelog
6716
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
   412
* Thu Feb 2 2006 - [email protected]
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
   413
- Added a few new dependencies to SUNWapoc and SUNWapcj
77cb055017df 2006-02-02 Alvaro Lopez Ortega <[email protected]>
alo
parents: 6663
diff changeset
   414
6663
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   415
* Wed Jan 25 2006 - [email protected]
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   416
- Changed summaries/descriptions to reflect new product name
ffcbd6d6099b 6376351 Reflect new product name in summaries and descriptions
cm122549
parents: 6534
diff changeset
   417
6534
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   418
* Fri jan 06 2006 - [email protected]
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   419
- moved %install to after %build, needed because on non-standard
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   420
  build dir (apoc instead of SUNWapoc-2.0)
4edfefbe2a9f SUNWapoc.spec: move %install section due to pkgbuild quirk
dermotm
parents: 6488
diff changeset
   421
6394
d23b4b290b82 #6363753# Removed the LdapLoginModule.jar file from the SUNWapm package
kru
parents: 6384
diff changeset
   422
* Thu Dec 15 2005 - [email protected]
d23b4b290b82 #6363753# Removed the LdapLoginModule.jar file from the SUNWapm package
kru
parents: 6384
diff changeset
   423
- Removed the LdapLoginModule.jar file from the SUNWapm package
d23b4b290b82 #6363753# Removed the LdapLoginModule.jar file from the SUNWapm package
kru
parents: 6384
diff changeset
   424
6288
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   425
* Fri Sep 09 2005 - [email protected]
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   426
- Add man page to apoc-cli package
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   427
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   428
* Thu Aug 18 2005 - [email protected]
97d5493379e6 apoc2.0 built from head until ARC approval
ghiggins
parents: 6011
diff changeset
   429
- Move daemon startup to boot sequence
5754
754cdc959e65 2005-09-06 Laszlo Peter <[email protected]>
laca
parents: 4474
diff changeset
   430
4342
15c05495eafb #b6185073# Removed SUNWapcmc package and updated package summaries
kru
parents: 4243
diff changeset
   431
* Wed Oct 27 2004 - [email protected]
15c05495eafb #b6185073# Removed SUNWapcmc package and updated package summaries
kru
parents: 4243
diff changeset
   432
- removed the SUNWapcmc package and updated package summaries
15c05495eafb #b6185073# Removed SUNWapcmc package and updated package summaries
kru
parents: 4243
diff changeset
   433
4243
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4092
diff changeset
   434
* Thu Oct 14 2004 - [email protected]
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4092
diff changeset
   435
- switch to bdb4
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4092
diff changeset
   436
4092
d17e5a2ffcc4 #b5107349# app.xml and web.xml are LH 2.2 compliant now
tpf
parents: 4081
diff changeset
   437
* Wed Sep 29 2004 - [email protected]
d17e5a2ffcc4 #b5107349# app.xml and web.xml are LH 2.2 compliant now
tpf
parents: 4081
diff changeset
   438
- app.xml moved to WEB-INF
d17e5a2ffcc4 #b5107349# app.xml and web.xml are LH 2.2 compliant now
tpf
parents: 4081
diff changeset
   439
4080
0a7e06498c30 #5107186 Adding removal cas for services class
ghiggins
parents: 4071
diff changeset
   440
* Tue Sep 28 2004 - [email protected]
0a7e06498c30 #5107186 Adding removal cas for services class
ghiggins
parents: 4071
diff changeset
   441
- Adding removal cas for services class
0a7e06498c30 #5107186 Adding removal cas for services class
ghiggins
parents: 4071
diff changeset
   442
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   443
* Mon Sep 27 2004 - [email protected]
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   444
- Merged the content of all other APOC spec files into this single spec file
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   445
4002
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 4001
diff changeset
   446
* Mon Sep 20 2004 - [email protected]
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 4001
diff changeset
   447
- new tarballs for build 19
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 4001
diff changeset
   448
4000
2175011061ad #5071238 fixing preremove for Jumpstart
ghiggins
parents: 3875
diff changeset
   449
* Mon Sep 20 2004 - [email protected]
2175011061ad #5071238 fixing preremove for Jumpstart
ghiggins
parents: 3875
diff changeset
   450
- fixing preremove for Jumpstart
2175011061ad #5071238 fixing preremove for Jumpstart
ghiggins
parents: 3875
diff changeset
   451
 
3875
1470b127ba01 #5071238 using class action script to update /etc/inet/services
ghiggins
parents: 3856
diff changeset
   452
* Tue Sep 06 2004 - [email protected]
1470b127ba01 #5071238 using class action script to update /etc/inet/services
ghiggins
parents: 3856
diff changeset
   453
- services entry now added using class action script in SUNWapmsc
1470b127ba01 #5071238 using class action script to update /etc/inet/services
ghiggins
parents: 3856
diff changeset
   454
3856
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3814
diff changeset
   455
* Mon Sep 06 2004 - [email protected]
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3814
diff changeset
   456
- new tarballs for build 18
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3814
diff changeset
   457
3811
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   458
* Wed Sep 01 2004 - [email protected]
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   459
- new tarballs for build 17b
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   460
3651
99b19273de67 Ensuring greenline stuff doesn't go in beta
ghiggins
parents: 3557
diff changeset
   461
* Fri Aug 20 2004 - [email protected]
99b19273de67 Ensuring greenline stuff doesn't go in beta
ghiggins
parents: 3557
diff changeset
   462
- Ensuring greenline stuff doesn't go in beta
99b19273de67 Ensuring greenline stuff doesn't go in beta
ghiggins
parents: 3557
diff changeset
   463
3557
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   464
* Fri Aug 13 2004 - [email protected]
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   465
- Correcting version
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   466
3543
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3453
diff changeset
   467
* Thu Aug 12 2004 - [email protected]
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3453
diff changeset
   468
- reintroducing greenline support
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3453
diff changeset
   469
3453
563c3fb4cf5a remove greenline until post beta
ghiggins
parents: 3442
diff changeset
   470
* Fri Jul 30 2004 - [email protected]
563c3fb4cf5a remove greenline until post beta
ghiggins
parents: 3442
diff changeset
   471
- don't want to include greenline integration until after Cinnabar Beta
563c3fb4cf5a remove greenline until post beta
ghiggins
parents: 3442
diff changeset
   472
3442
558b2190afdc #5079548 integrating with greenline
ghiggins
parents: 3414
diff changeset
   473
* Wed Jul 28 2004 - [email protected]
558b2190afdc #5079548 integrating with greenline
ghiggins
parents: 3414
diff changeset
   474
- greenline integration
558b2190afdc #5079548 integrating with greenline
ghiggins
parents: 3414
diff changeset
   475
3414
527afe30923f Adapted source tarball name for Cinnabar build 15
kru
parents: 3289
diff changeset
   476
* Fri Jul 23 2004 - [email protected]
527afe30923f Adapted source tarball name for Cinnabar build 15
kru
parents: 3289
diff changeset
   477
- adapted source tarball name for build 15
527afe30923f Adapted source tarball name for Cinnabar build 15
kru
parents: 3289
diff changeset
   478
3220
995d38f312e7 Change SUNW_Category to "APOC,application,JDS3"
woos
parents: 3212
diff changeset
   479
* Sat Jun 26 2004  [email protected]
995d38f312e7 Change SUNW_Category to "APOC,application,JDS3"
woos
parents: 3212
diff changeset
   480
- Changed SUNW_Category to "APOC,application,JDS3"
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   481
*Mon May 31 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   482
    Version 1.0-0
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   483
    Changes relating to inetd enabled startup
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   484
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   485
*Tue May 04 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   486
    Version 0.1-26
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   487
    Reverting to "inetd enabled install"
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   488
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   489
*Tue Apr 27 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   490
    Version 0.1-25
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   491
    Merging apocd, apocdctl & setenv.sh into apocd
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   492
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   493
*Mon Apr 26 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   494
    Version 0.1-24
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   495
    Including os.properties in apocd.jar to provide correct default
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   496
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   497
*Thu Apr 15 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   498
    Version 0.1-23
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   499
    Turning off Autoreqprov
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   500
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   501
*Tue Apr 13 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   502
    Version 0-1-22
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   503
    Changing name of libapi.so to libapoc.so
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   504
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   505
*Fri Feb 20 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   506
    Version 0.1-20
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   507
    Performance improvements
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   508
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   509
*Mon Feb 16 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   510
    Version 0.1-19
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   511
    Increasing MaxRequestSize to support larger Active Directory tokens
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   512
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   513
*Mon Feb 11 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   514
    Version 0.1-18
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   515
    papi reconnection & GSSAPI/Active Directory support
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   516
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   517
*Mon Feb 9 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   518
    Version 0.1-17
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   519
    ServiceName & ServiceContainer no longer configurable
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   520
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   521
*Wed Feb 4 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   522
    Version 0.1-16
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   523
    Don't overwrite properties files
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   524
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   525
*Mon Feb 2 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   526
    Version 0.1-15
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   527
    Change detection timers
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   528
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   529
*Fri Jan 30 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   530
    Version 0.1-14
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   531
    Exception logging, timers etc.
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   532
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   533
*Mon Jan 19 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   534
    Version 0.1-13
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   535
    Add argument for inetd start
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   536
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   537
*Tue Jan 13 2004 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   538
    Version 0.1-12
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   539
    And back to inetd again
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   540
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   541
*Mon Dec 22 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   542
    Version 0.1-11
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   543
    Switching from inetd to init
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   544
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   545
*Fri Dec 19 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   546
    Version 0.1-10
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   547
    Changing policymgr.properties permissions
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   548
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   549
*Mon Dec 1 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   550
    Version 0.1-9
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   551
    Update license
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   552
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   553
*Thu Nov 27 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   554
    Version 0.1-8
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   555
    Fix for 4960347
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   556
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   557
*Tue Nov 20 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   558
    Version 0.1-7
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   559
    Moving back to berkeley db 4 due to incompatability with StarOffice
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   560
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   561
*Tue Nov 18 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   562
    Version 0.1-6
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   563
    YaST modules moved to seperate rpm
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   564
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   565
*Fri Nov 14 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   566
    Version 0.1-5
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   567
    Moving to berkeley db version 4
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   568
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   569
*Wed Nov 12 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   570
    Version 0.1-4
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   571
    Fix for 4952794
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   572
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   573
*Thu Nov 6 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   574
    Version 0.1-2
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   575
    Feature complete apocd
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   576
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   577
*Fri Jul 11 2003 Geoff Higgins <geoff.higgins@@sun.com>
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   578
    Version 0.1-1
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   579
    Initial apocd
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   580