Solaris/SUNWapoc.spec
author kru
Mon, 27 Sep 2004 16:19:45 +0000
changeset 4071 5af422531e17
parent 4002 a095b252e7ea
child 4080 0a7e06498c30
permissions -rwxr-xr-x
#b5107484# Merged the content of all APOC spec files into this single file.
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    27
Version:        1.1
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    34
SUNW_Category:  APOC,application,JDS3
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    37
Source:         apoc-cb%{aspec.t_suffix}.tar.bz2
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    45
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    46
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    47
%description 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    48
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
    49
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    50
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    51
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    52
%package -n SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    53
Group:          Applications/Internet
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    54
Summary:        Sun Java(tm) Desktop System Configuration Shared Libraries
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    55
Requires:       SUNWj5rt
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    56
SUNW_BaseDir:   /usr
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
%description -n SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    59
Sun Java(tm) Desktop System Configuration Shared Libraries
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    60
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    61
#------------------------------------------------------------------------------
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    62
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    63
%package -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    64
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    65
Summary:        Configuration Agent Miscellaneous Files
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    66
Requires:       SUNWcar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    67
Requires:       SUNWkvm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    68
Requires:       SUNWcsr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    69
Requires:       SUNWcsu
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    70
Requires:       SUNWcsd
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    71
SUNW_BaseDir:   /
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    72
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    73
%description -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    74
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
    75
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    76
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    77
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    78
%package -n SUNWapcj
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    79
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    80
Summary:        Configuration Adapter for Java Preferences 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    81
Requires:       SUNWapoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    82
SUNW_BaseDir:   /usr 
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
%description -n SUNWapcj
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    85
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
    86
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    87
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    88
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    89
%package -n SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    90
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    91
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
    92
Requires:       SUNWapoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    93
SUNW_BaseDir:   /usr 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    94
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    95
%description -n SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    96
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
    97
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
    98
#------------------------------------------------------------------------------
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    99
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   100
%package -n SUNWapdc-root
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   101
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   102
Summary:        Launch menu integration for Configuration Agent Wizard 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   103
Requires:       SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   104
SUNW_BaseDir:   / 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   105
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   106
%description -n SUNWapdc-root
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   107
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
   108
Agent Wizard 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   109
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   112
%package -n SUNWapcmc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   113
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   114
Summary:        Configuration Management Miscellaneous Files for CLI 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   115
SUNW_BaseDir:   /
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   116
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   117
%description -n SUNWapcmc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   118
Sun Java(tm) Desktop System Configuration Management Miscellaneous Files for
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   119
Command Line Interface Functionality 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   120
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   123
%package -n SUNWapcli
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   124
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   125
Summary:        Configuration Management Command Line Interface
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   126
Requires:       SUNWapcmc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   127
Requires:       SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   128
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   129
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   130
%description -n SUNWapcli
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   131
Sun Java(tm) Desktop System Configuration Management Command Line Interface
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   132
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   135
%package -n SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   136
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   137
Summary:        Sun Java(tm) Desktop System Configuration Manager
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   138
Requires:       SUNWmcon    
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   139
SUNW_BaseDir:   /usr
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3173
diff changeset
   140
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   141
%description -n SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   142
Sun Java(tm) Desktop System Configuration Manager, Release 1.1
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   143
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   144
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   145
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   146
%package -n SUNWapmca
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   147
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   148
Summary:        Configuration Manager templates for Configuration Agent
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   149
Requires:       SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   150
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   151
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   152
%description -n SUNWapmca
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   153
Sun Java(tm) Desktop System Configuration Manager templates for Configuration Agent
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   154
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   155
#------------------------------------------------------------------------------
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3173
diff changeset
   156
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   157
%package -n SUNWapmso
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   158
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   159
Summary:        Configuration Manager templates for StarOffice 7
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   160
Requires:       SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   161
SUNW_BaseDir:   /usr
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   162
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   163
%description -n SUNWapmso
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   164
Sun Java(tm) Desktop System Configuration Manager templates for StarOffice 7
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
#------------------------------------------------------------------------------
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3173
diff changeset
   167
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   168
%package -n SUNWapg26
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   169
Group:          Applications/Internet 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   170
Summary:        Configuration Manager templates for Gnome 2.6 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   171
Requires:       SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   172
SUNW_BaseDir:   /usr
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3173
diff changeset
   173
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   174
%description -n SUNWapg26
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   175
Sun Java(tm) Desktop System Configuration Manager templates for Gnome 2.6
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   176
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   177
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   178
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   179
#  Package Build Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   180
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   181
#==============================================================================
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   182
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   183
%prep
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   184
%setup -n apoc
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   185
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   186
%build
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   187
export JAVA_HOME=/usr/j2se
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   188
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
   189
make PLATFORM=%{PLATFORM} all
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 Post(Un) Install 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
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   196
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   197
%preun
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   198
if [ "${PKG_INSTALL_ROOT}" = "/" ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   199
 $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
   200
fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   201
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   202
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   203
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   204
%post -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   205
if [ "${PKG_INSTALL_ROOT}" = "/" ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   206
 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
   207
  . /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
   208
  smf_present
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   209
  if [ $? -eq 0 ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   210
   /usr/sbin/svccfg import /var/svc/manifest/network/apocd.xml
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   211
  fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   212
 fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   213
fi
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
%postun -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   216
if [ "${PKG_INSTALL_ROOT}" = "/" ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   217
 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
   218
  . /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
   219
  smf_present
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   220
  if [ $? -eq 0 ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   221
   /usr/sbin/svccfg export svc:/network/apocd/udp > /dev/null 2>&1
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   222
   if [ $? -eq 0 ] ; then
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   223
    /usr/sbin/svccfg delete -f svc:/network/apocd/udp
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   224
   fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   225
  fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   226
 fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   227
fi
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   228
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   229
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   230
#==============================================================================
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   231
#  Package Files Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   232
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   233
#==============================================================================
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
%iclass services -f i.services
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   236
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   237
%files
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   238
%defattr(0644, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   239
%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
   240
%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
   241
%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
   242
%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
   243
%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
   244
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   245
/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
   246
/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
   247
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   248
%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
   249
%attr(0755, root, other) /usr/lib/apoc/libFileAccess.so
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   250
%attr(0755, root, other) /usr/lib/apoc/libdb-3.2.so
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   251
%attr(0755, root, other) /usr/lib/apoc/libdb_java-3.2.so
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   252
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   253
%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
   254
/usr/lib/libapoc.so
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
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   257
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   258
%files -n SUNWapbas
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   259
%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
   260
%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
   261
%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
   262
%defattr(644, root, root)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   263
/usr/share/lib/apoc/policymgr.jar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   264
/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
   265
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
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   268
%files -n SUNWapmsc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   269
%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
   270
%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
   271
%dir %attr(0755, root, sys) /etc/inet
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   272
%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
   273
%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
   274
%dir %attr(0755, root, sys) /var/svc/manifest
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   275
%dir %attr(0755, root, sys) /var/svc/manifest/network
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   276
%defattr(0644, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   277
/etc/apoc/apocd.properties
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   278
/etc/apoc/os.properties
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   279
%attr(0600, root, other) /etc/apoc/policymgr.properties
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   280
%attr(0444, root, sys) /var/svc/manifest/network/apocd.xml
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   281
%attr(0444, root, sys) %class(services) /etc/inet/services
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   282
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   283
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   284
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   285
%files -n SUNWapcj
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   286
%defattr(-, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   287
%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
   288
%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
   289
%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
   290
%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
   291
%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
   292
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   293
/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
   294
/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
   295
%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
   296
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   297
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   298
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   299
%files -n SUNWapdc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   300
%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
   301
%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
   302
%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
   303
%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
   304
%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
   305
%defattr(0755, root, other)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   306
/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
   307
/usr/share/lib/apoc/com
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   308
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   309
#------------------------------------------------------------------------------
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
%files -n SUNWapdc-root
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   312
%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
   313
%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
   314
%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
   315
%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
   316
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   317
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   318
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   319
%files -n SUNWapcmc
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) /etc
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) /etc/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   322
%attr(0644, root, other) /etc/apoc/policymgr.cfg
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   323
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   324
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   325
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   326
%files -n SUNWapcli
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   327
%defattr (0555, root, root)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   328
%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
   329
%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
   330
%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
   331
%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
   332
%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
   333
%attr(0644, root, root) /usr/share/lib/apoc/apoc_cli.jar
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 SUNWapm
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   338
%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
   339
%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
   340
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   341
%dir /usr/share/webconsole/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   342
%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
   343
/usr/share/webconsole/apoc/html
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   344
/usr/share/webconsole/apoc/js
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   345
/usr/share/webconsole/apoc/images
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   346
/usr/share/webconsole/apoc/jsp
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   347
/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
   348
/usr/share/webconsole/apoc/dtd
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   349
/usr/share/webconsole/apoc/app.xml
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   350
/usr/share/webconsole/apoc/configure
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   351
/usr/share/webconsole/apoc/LdapLoginModule.jar
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   352
%attr(0644, root, root) /usr/share/webconsole/apoc/WEB-INF/policymgr.cfg
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   353
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   354
#------------------------------------------------------------------------------
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   355
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   356
%files -n SUNWapmca
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   357
%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
   358
%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
   359
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   360
%dir /usr/share/webconsole/apoc
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   361
%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
   362
/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
   363
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
%files -n SUNWapmso
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   367
%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
   368
%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
   369
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   370
%dir /usr/share/webconsole/apoc
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/packages
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   372
/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
   373
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
%files -n SUNWapg26
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   377
%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
   378
%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
   379
%defattr (0744, noaccess, noaccess)
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   380
%dir /usr/share/webconsole/apoc
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/packages 
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   382
/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
   383
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
#  Package Change Log Section
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   387
#
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   388
#==============================================================================
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   389
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   390
%changelog
4071
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   391
* 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
   392
- 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
   393
4002
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 4001
diff changeset
   394
* Mon Sep 20 2004 - [email protected]
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 4001
diff changeset
   395
- new tarballs for build 19
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 4001
diff changeset
   396
4000
2175011061ad #5071238 fixing preremove for Jumpstart
ghiggins
parents: 3875
diff changeset
   397
* Mon Sep 20 2004 - [email protected]
2175011061ad #5071238 fixing preremove for Jumpstart
ghiggins
parents: 3875
diff changeset
   398
- fixing preremove for Jumpstart
2175011061ad #5071238 fixing preremove for Jumpstart
ghiggins
parents: 3875
diff changeset
   399
 
3875
1470b127ba01 #5071238 using class action script to update /etc/inet/services
ghiggins
parents: 3856
diff changeset
   400
* Tue Sep 06 2004 - [email protected]
1470b127ba01 #5071238 using class action script to update /etc/inet/services
ghiggins
parents: 3856
diff changeset
   401
- 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
   402
3856
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3814
diff changeset
   403
* Mon Sep 06 2004 - [email protected]
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3814
diff changeset
   404
- new tarballs for build 18
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3814
diff changeset
   405
3811
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   406
* Wed Sep 01 2004 - [email protected]
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   407
- new tarballs for build 17b
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   408
3651
99b19273de67 Ensuring greenline stuff doesn't go in beta
ghiggins
parents: 3557
diff changeset
   409
* Fri Aug 20 2004 - [email protected]
99b19273de67 Ensuring greenline stuff doesn't go in beta
ghiggins
parents: 3557
diff changeset
   410
- Ensuring greenline stuff doesn't go in beta
99b19273de67 Ensuring greenline stuff doesn't go in beta
ghiggins
parents: 3557
diff changeset
   411
3557
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   412
* Fri Aug 13 2004 - [email protected]
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   413
- Correcting version
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   414
3543
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3453
diff changeset
   415
* Thu Aug 12 2004 - [email protected]
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3453
diff changeset
   416
- reintroducing greenline support
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3453
diff changeset
   417
3453
563c3fb4cf5a remove greenline until post beta
ghiggins
parents: 3442
diff changeset
   418
* Fri Jul 30 2004 - [email protected]
563c3fb4cf5a remove greenline until post beta
ghiggins
parents: 3442
diff changeset
   419
- don't want to include greenline integration until after Cinnabar Beta
563c3fb4cf5a remove greenline until post beta
ghiggins
parents: 3442
diff changeset
   420
3442
558b2190afdc #5079548 integrating with greenline
ghiggins
parents: 3414
diff changeset
   421
* Wed Jul 28 2004 - [email protected]
558b2190afdc #5079548 integrating with greenline
ghiggins
parents: 3414
diff changeset
   422
- greenline integration
558b2190afdc #5079548 integrating with greenline
ghiggins
parents: 3414
diff changeset
   423
3414
527afe30923f Adapted source tarball name for Cinnabar build 15
kru
parents: 3289
diff changeset
   424
* Fri Jul 23 2004 - [email protected]
527afe30923f Adapted source tarball name for Cinnabar build 15
kru
parents: 3289
diff changeset
   425
- adapted source tarball name for build 15
527afe30923f Adapted source tarball name for Cinnabar build 15
kru
parents: 3289
diff changeset
   426
3220
995d38f312e7 Change SUNW_Category to "APOC,application,JDS3"
woos
parents: 3212
diff changeset
   427
* Sat Jun 26 2004  [email protected]
995d38f312e7 Change SUNW_Category to "APOC,application,JDS3"
woos
parents: 3212
diff changeset
   428
- Changed SUNW_Category to "APOC,application,JDS3"
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   429
*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
   430
    Version 1.0-0
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   431
    Changes relating to inetd enabled startup
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   432
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   433
*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
   434
    Version 0.1-26
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   435
    Reverting to "inetd enabled install"
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   436
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   437
*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
   438
    Version 0.1-25
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   439
    Merging apocd, apocdctl & setenv.sh into apocd
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   440
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   441
*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
   442
    Version 0.1-24
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   443
    Including os.properties in apocd.jar to provide correct default
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   444
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   445
*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
   446
    Version 0.1-23
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   447
    Turning off Autoreqprov
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   448
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   449
*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
   450
    Version 0-1-22
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   451
    Changing name of libapi.so to libapoc.so
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   452
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   453
*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
   454
    Version 0.1-20
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   455
    Performance improvements
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   456
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   457
*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
   458
    Version 0.1-19
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   459
    Increasing MaxRequestSize to support larger Active Directory tokens
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   460
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   461
*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
   462
    Version 0.1-18
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   463
    papi reconnection & GSSAPI/Active Directory support
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   464
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   465
*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
   466
    Version 0.1-17
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   467
    ServiceName & ServiceContainer no longer configurable
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   468
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   469
*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
   470
    Version 0.1-16
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   471
    Don't overwrite properties files
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   472
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   473
*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
   474
    Version 0.1-15
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   475
    Change detection timers
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   476
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   477
*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
   478
    Version 0.1-14
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   479
    Exception logging, timers etc.
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   480
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   481
*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
   482
    Version 0.1-13
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   483
    Add argument for inetd start
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   484
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   485
*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
   486
    Version 0.1-12
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   487
    And back to inetd again
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   488
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   489
*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
   490
    Version 0.1-11
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   491
    Switching from inetd to init
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   492
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   493
*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
   494
    Version 0.1-10
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   495
    Changing policymgr.properties permissions
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   496
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   497
*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
   498
    Version 0.1-9
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   499
    Update license
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   500
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   501
*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
   502
    Version 0.1-8
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   503
    Fix for 4960347
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   504
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   505
*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
   506
    Version 0.1-7
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   507
    Moving back to berkeley db 4 due to incompatability with StarOffice
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   508
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   509
*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
   510
    Version 0.1-6
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   511
    YaST modules moved to seperate rpm
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   512
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   513
*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
   514
    Version 0.1-5
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   515
    Moving to berkeley db version 4
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   516
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   517
*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
   518
    Version 0.1-4
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   519
    Fix for 4952794
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   520
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   521
*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
   522
    Version 0.1-2
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   523
    Feature complete apocd
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   524
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   525
*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
   526
    Version 0.1-1
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   527
    Initial apocd
5af422531e17 #b5107484# Merged the content of all APOC spec files into this single file.
kru
parents: 4002
diff changeset
   528