apoc.spec
author dermotm
Mon, 18 Oct 2004 09:30:38 +0000
changeset 4276 2a2c7f354601
parent 4274 db01cec80c59
child 4341 62ed557e2d23
permissions -rw-r--r--
Incremented release numbers for build 21
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
     1
#
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
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
#
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
     6
# This spec file generates all packages necessary for the JDS APOC 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
     7
# (A Point Of Control) functionality. 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
     8
#
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
     9
# Please find the project page at: http://so-doc.germany.sun.com/Projects/Apoc/
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    10
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    11
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    12
#  Package Information/Description Section
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    13
#
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    14
#==============================================================================
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    15
4274
db01cec80c59 bump src tarballs for moz/evo
dermotm
parents: 4243
diff changeset
    16
%define t_suffix -build21
3257
83972795b4bb * apoc-adapter-java.spec,apoc-base.spec,apoc-config.spec,apoc-misc.spec, apoc.spec: Changes to use nightly tarballs.
dc144907
parents: 3253
diff changeset
    17
%{?nightly:%define t_suffix -%(TZ=GMT date +%Y%m%d)}
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    18
%define PLATFORM unxlngi5
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    19
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    20
Name:           apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    21
Version:        1.1
4276
2a2c7f354601 Incremented release numbers for build 21
dermotm
parents: 4274
diff changeset
    22
Release:        26
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    23
Distribution:   Sun Java(tm) Desktop System, Release 3
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    24
Vendor:         Sun Microsystems, Inc.
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    25
License:        Sun Microsystems Binary Code License (BCL)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    26
URL:            http://www.sun.com/software/javadesktopsystem/
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    27
Autoreqprov:    on
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    28
BuildRoot:      %{_builddir}/apoc/%{PLATFORM}/class/packages_build_root
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    29
Source:         apoc-cb%{t_suffix}.tar.bz2
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    30
BuildRequires:  ant
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    31
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    32
Group:          Applications/Internet
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    33
Summary:        Sun Java(tm) Desktop System Configuration Agent
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    34
Requires:       apoc-base
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    35
Requires:       apoc-misc
3194
10ff15bfaaee apoc.spec: add dep on ant
dermotm
parents: 3173
diff changeset
    36
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    37
%description
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    38
Sun Java(tm) Desktop System Configuration Agent
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    39
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    40
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    41
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    42
%package base
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    43
Group:          Applications/Internet
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    44
Summary:        Sun Java(tm) Desktop System Configuration Shared Libraries
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    45
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    46
%description base
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    47
Sun Java(tm) Desktop System Configuration Shared Libraries
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    48
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    49
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    50
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    51
%package misc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    52
Group:          Applications/Internet 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    53
Summary:        Configuration Agent Miscellaneous Files
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    54
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    55
%description -n apoc-misc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    56
Sun Java(tm) Desktop System Configuration Agent Miscellaneous Files
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    57
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    58
#------------------------------------------------------------------------------
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    59
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    60
%package adapter-java
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    61
Group:          Applications/Internet 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    62
Summary:        Configuration Adapter for Java Preferences
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    63
Requires:       apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    64
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    65
%description -n apoc-adapter-java
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    66
Sun Java(tm) Desktop System Configuration Adapter for Java Preferences 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    67
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    68
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    69
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    70
%package config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    71
Group:          Applications/Internet 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    72
Summary:        Sun Java(tm) Desktop System Configuration Agent Wizard
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    73
Requires:       apoc
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    74
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    75
%description -n apoc-config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    76
Sun Java(tm) Desktop System Configuration Agent Wizard
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    77
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    78
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    79
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    80
%package cli-misc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    81
Group:          Applications/Internet 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    82
Summary:        Configuration Management Miscellaneous Files for CLI 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    83
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    84
%description -n apoc-cli-misc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    85
Sun Java(tm) Desktop System Configuration Management Miscellaneous Files for
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    86
Command Line Interface Functionality 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    87
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    88
#------------------------------------------------------------------------------
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
    89
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    90
%package cli
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    91
Group:          Applications/Internet 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    92
Summary:        Configuration Management Command Line Interface
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    93
Requires:       apoc-base
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    94
Requires:       apoc-cli-misc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    95
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    96
%description -n apoc-cli
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    97
Sun Java(tm) Desktop System Configuration Management Command Line Interface
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    98
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
    99
#------------------------------------------------------------------------------
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   100
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   101
%package manager
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   102
Group:          Applications/Internet 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   103
Summary:        Sun Java(tm) Desktop System Configuration Manager
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   104
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   105
%description -n apoc-manager
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   106
Sun Java(tm) Desktop System Configuration Manager, Release 1.1
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   107
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   108
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   109
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   110
%package agent-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   111
Group:          Applications/Internet
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   112
Summary:        Configuration Manager templates for Configuration Agent
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   113
Requires:       apoc-manager
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3194
diff changeset
   114
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   115
%description -n apoc-agent-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   116
Sun Java(tm) Desktop System Configuration Manager templates for Configuration Agent
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   117
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   118
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   119
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   120
%package staroffice-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   121
Group:          Applications/Internet
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   122
Summary:        Configuration Manager templates for StarOffice 7
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   123
Requires:       apoc-manager
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   124
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   125
%description -n apoc-staroffice-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   126
Sun Java(tm) Desktop System Configuration Manager templates for StarOffice 7
3201
8db12a275a1f Changes for apoc build in Gnome CVS
ghiggins
parents: 3194
diff changeset
   127
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   128
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   129
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   130
%package gnome26-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   131
Group:          Applications/Internet 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   132
Summary:        Configuration Manager templates for Gnome 2.6 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   133
Requires:       apoc-manager
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   134
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   135
%description -n apoc-gnome26-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   136
Sun Java(tm) Desktop System Configuration Manager templates for Gnome 2.6
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   137
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   138
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   139
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   140
#  Package Build Section
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   141
#
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   142
#==============================================================================
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   143
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   144
%prep
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   145
%setup -n apoc
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   146
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   147
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   148
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   149
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   150
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   151
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   152
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3811
diff changeset
   153
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   154
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   155
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   156
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   157
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   158
4014
cec9504af02a new JAVA_HOME for apoc rpms
dermotm
parents: 4007
diff changeset
   159
export JAVA_HOME=/usr/java/j2sdk1.4.2_06
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   160
export PATH=${JAVA_HOME}/bin:$PATH
4130
c722b9bc7cf7 bump src tarballs for apoc
dermotm
parents: 4092
diff changeset
   161
make PLATFORM=%{PLATFORM} all
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   162
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   163
%clean
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   164
rm -rf $RPM_BUILD_ROOT
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   165
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   166
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   167
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   168
#  Package Post(Un) Install Section
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   169
#
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   170
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   171
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   172
%post 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   173
grep -v apocd /etc/services > /tmp/services
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   174
cp /tmp/services /etc/services
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   175
rm -f /tmp/services
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   176
echo "apocd     38900/udp" >> /etc/services
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   177
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   178
%preun
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   179
if [ $1 -eq 0 ]; then
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   180
    grep -v apocd /etc/services > /tmp/services
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   181
    cp /tmp/services /etc/services
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   182
    rm -f /tmp/services
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   183
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   184
    /usr/lib/apoc/apocd disable
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   185
fi
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   186
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   187
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   188
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   189
%post config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   190
if [ ! -r /usr/bin/apoc-config ]; then
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   191
   ln -s /usr/bin/consolehelper /usr/bin/apoc-config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   192
fi
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   193
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   194
%postun config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   195
if [ $1 = 0 ]; then
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   196
   rm /usr/bin/apoc-config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   197
fi
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   198
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   199
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   200
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   201
#  Package Files Section
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   202
#
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   203
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   204
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   205
%files
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   206
%defattr(0644, root, root)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   207
/usr/share/lib/apoc/apocd.jar
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   208
/usr/share/lib/apoc/db.jar
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   209
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   210
%dir %attr(0755, root, root) /usr/lib/apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   211
%attr(0744, root, root) /usr/lib/apoc/apocd
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   212
%attr(0755, root, root) /usr/lib/apoc/libFileAccess.so
4243
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4133
diff changeset
   213
%attr(0755, root, root) /usr/lib/apoc/libdb_java-4.2.so
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   214
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   215
%attr(0755, root, root) /usr/lib/libapoc.so.1
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   216
/usr/lib/libapoc.so
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   217
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   218
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   219
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   220
%files base
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   221
%defattr(0644, root, root)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   222
%dir %attr(0755, root, root) /usr/share/lib/apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   223
/usr/share/lib/apoc/policymgr.jar
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   224
/usr/share/lib/apoc/ldapjdk.jar
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   225
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   226
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   227
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   228
%files misc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   229
%dir %attr(0755, root, root) /etc/apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   230
%defattr(0644, root, root)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   231
%config /etc/apoc/apocd.properties
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   232
%config /etc/apoc/os.properties
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   233
%config %attr(0600, root, root) /etc/apoc/policymgr.properties
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   234
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   235
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   236
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   237
%files adapter-java
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   238
%defattr(-, root, root)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   239
/usr/share/lib/apoc/apocprefs.jar
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   240
/usr/lib/apoc/libapoc_java.so
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   241
%attr(0755, root, root) /usr/lib/apoc/apocjlaunch
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   242
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   243
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   244
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   245
%files config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   246
%attr(0644, root, root) /etc/X11/sysconfig/apoc.desktop
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   247
%attr(0644, root, root) /etc/security/console.apps/apoc-config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   248
%attr(0755, root, root) /etc/pam.d/apoc-config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   249
%attr(0755, root, root) /usr/sbin/apoc-config
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   250
%defattr(0755, root, root)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   251
/usr/share/lib/apoc/ConfigurationWizard.class
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   252
/usr/share/lib/apoc/com
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   253
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   254
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   255
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   256
%files cli-misc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   257
%config %attr(0644, root, root) /etc/apoc/policymgr.cfg
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   258
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   259
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   260
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   261
%files cli
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   262
%attr(0755, root, root) /usr/bin/pgtool
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   263
%attr(0644, root, root) /usr/share/lib/apoc/apoc_cli.jar
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   264
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   265
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   266
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   267
%files manager
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   268
%defattr (0744, noaccess, noaccess)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   269
%dir /usr/share/webconsole/apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   270
%dir /usr/share/webconsole/apoc/packages
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   271
/usr/share/webconsole/apoc/html
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   272
/usr/share/webconsole/apoc/js
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   273
/usr/share/webconsole/apoc/images
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   274
/usr/share/webconsole/apoc/jsp
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   275
/usr/share/webconsole/apoc/WEB-INF
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   276
/usr/share/webconsole/apoc/dtd
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   277
/usr/share/webconsole/apoc/configure
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   278
/usr/share/webconsole/apoc/LdapLoginModule.jar
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   279
%config %attr(0644, root, root) /usr/share/webconsole/apoc/WEB-INF/policymgr.cfg
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   280
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   281
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   282
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   283
%files agent-templates 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   284
%defattr (0744, noaccess, noaccess)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   285
%dir /usr/share/webconsole/apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   286
%dir /usr/share/webconsole/apoc/packages
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   287
/usr/share/webconsole/apoc/packages/ConfigurationAgent_pkg
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   288
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   289
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   290
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   291
%files staroffice-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   292
%defattr (0744, noaccess, noaccess)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   293
%dir /usr/share/webconsole/apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   294
%dir /usr/share/webconsole/apoc/packages
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   295
/usr/share/webconsole/apoc/packages/StarOffice7_pkg
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   296
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   297
#------------------------------------------------------------------------------
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   298
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   299
%files gnome26-templates
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   300
%defattr (0744, noaccess, noaccess)
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   301
%dir /usr/share/webconsole/apoc
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   302
%dir /usr/share/webconsole/apoc/packages 
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   303
/usr/share/webconsole/apoc/packages/Gnome2.6_pkg
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   304
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   305
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   306
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   307
#  Package Change Log Section
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   308
#
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   309
#==============================================================================
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   310
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   311
%changelog
4274
db01cec80c59 bump src tarballs for moz/evo
dermotm
parents: 4243
diff changeset
   312
* Mon Oct 18 2004 - [email protected]
db01cec80c59 bump src tarballs for moz/evo
dermotm
parents: 4243
diff changeset
   313
- new tarball for build 21
db01cec80c59 bump src tarballs for moz/evo
dermotm
parents: 4243
diff changeset
   314
4243
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4133
diff changeset
   315
* Thu Oct 14 2004 - [email protected]
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4133
diff changeset
   316
- Move to bdb 4
4d8c5eae3f2d #6176158 move to db4
ghiggins
parents: 4133
diff changeset
   317
4130
c722b9bc7cf7 bump src tarballs for apoc
dermotm
parents: 4092
diff changeset
   318
* Mon Oct 04 2004 - [email protected]
c722b9bc7cf7 bump src tarballs for apoc
dermotm
parents: 4092
diff changeset
   319
- new tarball for build 20
c722b9bc7cf7 bump src tarballs for apoc
dermotm
parents: 4092
diff changeset
   320
4092
d17e5a2ffcc4 #b5107349# app.xml and web.xml are LH 2.2 compliant now
tpf
parents: 4091
diff changeset
   321
* Wed Sep 29 2004 - [email protected]
d17e5a2ffcc4 #b5107349# app.xml and web.xml are LH 2.2 compliant now
tpf
parents: 4091
diff changeset
   322
- app.xml moved to WEB-INF
d17e5a2ffcc4 #b5107349# app.xml and web.xml are LH 2.2 compliant now
tpf
parents: 4091
diff changeset
   323
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   324
* Mon Sep 27 2004 - [email protected]
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   325
- Merged the content of all other APOC spec files into this single spec file
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   326
4002
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 3858
diff changeset
   327
* Mon Sep 20 2004 - [email protected]
4014
cec9504af02a new JAVA_HOME for apoc rpms
dermotm
parents: 4007
diff changeset
   328
- new JAVA_HOME
cec9504af02a new JAVA_HOME for apoc rpms
dermotm
parents: 4007
diff changeset
   329
cec9504af02a new JAVA_HOME for apoc rpms
dermotm
parents: 4007
diff changeset
   330
* Mon Sep 20 2004 - [email protected]
4002
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 3858
diff changeset
   331
- new tarball for build 19
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 3858
diff changeset
   332
3856
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3846
diff changeset
   333
* Mon Sep 06 2004 - [email protected]
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3846
diff changeset
   334
- new tarball for build 18
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3846
diff changeset
   335
3811
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   336
* Wed Sep 01 2004 - [email protected]
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   337
- new tarball for build 17b
722e9d4e61c0 new apoc tarballs for 17b
dermotm
parents: 3792
diff changeset
   338
3557
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   339
* Fri Aug 13 2004 - [email protected]
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   340
- Correcting version
a9a2a2d20a9d Correcting version
ghiggins
parents: 3543
diff changeset
   341
3543
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3519
diff changeset
   342
* Thu Aug 12 2004 - [email protected]
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3519
diff changeset
   343
- fix for libapoc.so link
fde73db15ecf #5079548 greenline support
ghiggins
parents: 3519
diff changeset
   344
3413
c28cf9142e9d Adapted source tarball name for Cinnabar build 15
kru
parents: 3320
diff changeset
   345
* Fri Jul 23 2004 - [email protected]
c28cf9142e9d Adapted source tarball name for Cinnabar build 15
kru
parents: 3320
diff changeset
   346
- adapted source tarball name for build 15
c28cf9142e9d Adapted source tarball name for Cinnabar build 15
kru
parents: 3320
diff changeset
   347
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   348
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   349
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3257
diff changeset
   350
3257
83972795b4bb * apoc-adapter-java.spec,apoc-base.spec,apoc-config.spec,apoc-misc.spec, apoc.spec: Changes to use nightly tarballs.
dc144907
parents: 3253
diff changeset
   351
* Tue Jul 06 2004 - [email protected]
83972795b4bb * apoc-adapter-java.spec,apoc-base.spec,apoc-config.spec,apoc-misc.spec, apoc.spec: Changes to use nightly tarballs.
dc144907
parents: 3253
diff changeset
   352
- Change to use nightly tarballs.
83972795b4bb * apoc-adapter-java.spec,apoc-base.spec,apoc-config.spec,apoc-misc.spec, apoc.spec: Changes to use nightly tarballs.
dc144907
parents: 3253
diff changeset
   353
3173
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   354
*Mon May 31 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   355
	Version 1.0-0
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   356
	Changes relating to inetd enabled startup
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   357
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   358
*Tue May 04 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   359
	Version 0.1-26
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   360
	Reverting to "inetd enabled install"
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   361
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   362
*Tue Apr 27 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   363
	Version 0.1-25
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   364
	Merging apocd, apocdctl & setenv.sh into apocd
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   365
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   366
*Mon Apr 26 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   367
	Version 0.1-24
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   368
	Including os.properties in apocd.jar to provide correct default
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   369
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   370
*Thu Apr 15 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   371
	Version 0.1-23
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   372
	Turning off Autoreqprov
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   373
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   374
*Tue Apr 13 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   375
	Version 0-1-22
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   376
	Changing name of libapi.so to libapoc.so
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   377
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   378
*Fri Feb 20 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   379
	Version 0.1-20
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   380
	Performance improvements
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   381
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   382
*Mon Feb 16 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   383
	Version 0.1-19
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   384
	Increasing MaxRequestSize to support larger Active Directory tokens
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   385
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   386
*Mon Feb 11 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   387
	Version 0.1-18
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   388
	papi reconnection & GSSAPI/Active Directory support
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   389
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   390
*Mon Feb 9 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   391
	Version 0.1-17
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   392
	ServiceName & ServiceContainer no longer configurable
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   393
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   394
*Wed Feb 4 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   395
	Version 0.1-16
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   396
	Don't overwrite properties files
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   397
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   398
*Mon Feb 2 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   399
	Version 0.1-15
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   400
	Change detection timers
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   401
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   402
*Fri Jan 30 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   403
	Version 0.1-14
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   404
	Exception logging, timers etc.
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   405
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   406
*Mon Jan 19 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   407
	Version 0.1-13
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   408
	Add argument for inetd start
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   409
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   410
*Tue Jan 13 2004 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   411
	Version 0.1-12
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   412
	And back to inetd again
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   413
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   414
*Mon Dec 22 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   415
	Version 0.1-11
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   416
	Switching from inetd to init
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   417
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   418
*Fri Dec 19 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   419
	Version 0.1-10
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   420
	Changing policymgr.properties permissions
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   421
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   422
*Mon Dec 1 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   423
	Version 0.1-9
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   424
	Update license
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   425
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   426
*Thu Nov 27 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   427
	Version 0.1-8
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   428
	Fix for 4960347
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   429
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   430
*Tue Nov 20 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   431
	Version 0.1-7
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   432
	Moving back to berkeley db 4 due to incompatability with StarOffice
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   433
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   434
*Tue Nov 18 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   435
	Version 0.1-6
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   436
	YaST modules moved to seperate rpm
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   437
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   438
*Fri Nov 14 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   439
	Version 0.1-5
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   440
	Moving to berkeley db version 4
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   441
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   442
*Wed Nov 12 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   443
	Version 0.1-4
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   444
	Fix for 4952794
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   445
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   446
*Thu Nov 6 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   447
	Version 0.1-2
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   448
	Feature complete apocd
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   449
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   450
*Fri Jul 11 2003 Geoff Higgins <geoff.higgins@@sun.com>
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   451
	Version 0.1-1
fce529be6620 Adding apoc spec files
ghiggins
parents:
diff changeset
   452
	Initial apocd
4091
bf0b12de4ccc #5107484# Merged the content of all APOC spec files into this single file
kru
parents: 4014
diff changeset
   453