base-specs/ORBit2.spec
author chrisk
Sun, 21 Sep 2008 22:20:11 +0000
changeset 13710 d82b94015493
parent 13209 0b6ca5e89e04
child 13817 5933f891ffc9
permissions -rw-r--r--
2008-09-21 Christian Kelly <[email protected]> * base-specs/ORBit2.spec: Bump to 2.14.15.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package ORBit2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11531
f32459c2779c 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
     4
# Copyright 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner:gheet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Name:         ORBit2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:      LGPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:        System/Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Provides:     ORBit2 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Summary:      High-performance CORBA Object Request Broker
13710
d82b94015493 2008-09-21 Christian Kelly <[email protected]>
chrisk
parents: 13209
diff changeset
    15
Version:      2.14.15
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Release:      3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Source:       http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-%{version}.tar.bz2
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
    20
Source1:      orbitrc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
URL:          http://www.gnome.org/projects/ORBit2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
DocDir:	      %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Prereq:	      /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%define libIDL_version 0.8.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define popt_version 1.6.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%define gtk_doc_version 1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define linc_version 1.1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Requires:      libIDL >= %{libIDL_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires:      popt >= %{popt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
BuildRequires: libIDL-devel >= %{libIDL_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: popt-devel >= %{popt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: gtk-doc >= %{gtk_doc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Obsoletes:	linc < %{linc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Provides:	linc = %{linc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Obsoletes:	linc-devel < %{linc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Provides:	linc-devel = %{linc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
ORBit is a high-performance CORBA (Common Object Request Broker
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Architecture) ORB (object request broker). It allows programs to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
send requests and receive replies from other programs, regardless
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
of the locations of the two programs. CORBA is an architecture that
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
enables communication between program objects, regardless of the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
programming language they're written in or the operating system they
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
run on.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Summary:      High-performance CORBA Object Request Broker
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Group:        Development/Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
Provides:     ORBit2-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
Requires:     %name = %version 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
Requires:     libIDL-devel >= %{libIDL_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
ORBit is a high-performance CORBA (Common Object Request Broker
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Architecture) ORB (object request broker). It allows programs to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
send requests and receive replies from other programs, regardless
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
of the locations of the two programs. CORBA is an architecture that
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
enables communication between program objects, regardless of the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
programming language they're written in or the operating system they
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
run on.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%setup -q
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    71
ln -s `pwd`/src/services/name `pwd`/include/ORBitservices
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
libtoolize --copy --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
gtkdocize
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
autoconf
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    90
export CFLAGS="%optflags"
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    91
export LDFLAGS="%_ldflags"
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    92
./configure --prefix=%{_prefix} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    93
            --mandir=%{_mandir} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    94
            --datadir=%{_datadir} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    95
            --libdir=%{_libdir} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
    96
            --bindir=%{_bindir} \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
	    --sysconfdir=%{_sysconfdir}	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
            %{gtk_doc_option}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
install -d $RPM_BUILD_ROOT%{_sysconfdir}
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
   105
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/orbitrc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
AFILES=" libORBit-2 libORBit-imodule-2 libORBitCosNaming-2 orbit-2.0/Everything_module"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
pushd $RPM_BUILD_ROOT%{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
for i in $AFILES; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
       rm $i.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
       rm $i.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
popd
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_libdir}/libORBit*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%{_libdir}/orbit-2.0/Every*so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%{_bindir}/ior-decode-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%{_bindir}/typelib-dump
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_bindir}/linc-cleanup-sockets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_sysconfdir}/orbitrc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{_includedir}/orbit-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%{_bindir}/orbit-idl-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%{_bindir}/orbit2-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%{_libdir}/libname-server-2.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%{_libdir}/libORBit*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_datadir}/idl/orbit-2.0/*.idl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_datadir}/aclocal/*.m4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_datadir}/gtk-doc/html/ORBit2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%changelog
13710
d82b94015493 2008-09-21 Christian Kelly <[email protected]>
chrisk
parents: 13209
diff changeset
   148
* Sun Sep 21 2008 - [email protected]
d82b94015493 2008-09-21 Christian Kelly <[email protected]>
chrisk
parents: 13209
diff changeset
   149
- Bump to 2.14.15.
13209
0b6ca5e89e04 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 12571
diff changeset
   150
* Thu Aug 21 2008 - [email protected]
0b6ca5e89e04 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 12571
diff changeset
   151
- Bump to 2.14.14
12571
a9873f8ce4a6 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12116
diff changeset
   152
* Tue Jun 03 2008 - [email protected]
a9873f8ce4a6 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12116
diff changeset
   153
- Bump to 2.14.13. Remove upstream patch, 01-linc-localhost.
12116
c49678e8c0fb 2008-04-15 Jeff Cai<[email protected]>
qc161282
parents: 11553
diff changeset
   154
* Tue Apr 15 2008 - [email protected]
c49678e8c0fb 2008-04-15 Jeff Cai<[email protected]>
qc161282
parents: 11553
diff changeset
   155
- Add patch -01-linc-localhost.diff
c49678e8c0fb 2008-04-15 Jeff Cai<[email protected]>
qc161282
parents: 11553
diff changeset
   156
  Fix bug #527128
11553
d22409ceed2d 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11531
diff changeset
   157
* Tue Jan 29 2008 - [email protected]
d22409ceed2d 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11531
diff changeset
   158
- Bump to 2.14.12.
11531
f32459c2779c 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   159
* Fri Jan 25 2008 - [email protected]
f32459c2779c 2008-01-25 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   160
- Bump to 2.14.11.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10572
diff changeset
   161
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10572
diff changeset
   162
- Bump to 2.14.10.
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   163
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   164
- convert to new style multi-ISA build
10507
f94b8566c10d 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10227
diff changeset
   165
* Tue Sep 18 2007 - [email protected]
f94b8566c10d 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10227
diff changeset
   166
- Bump to 2.14.9.
10227
7f54ba0ad48f 2007-07-26 Damien Carbery <[email protected]>
dcarbery
parents: 9680
diff changeset
   167
* Fri Jul 27 2007 - [email protected]
7f54ba0ad48f 2007-07-26 Damien Carbery <[email protected]>
dcarbery
parents: 9680
diff changeset
   168
- Bump to 2.14.8. Remove upstream patch, 01-secureports.
9666
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   169
* Wed Apr 04 2007 - [email protected]
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   170
- Add patch ORBit2-01-secureports.diff so that ports are opened more 
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   171
  securely.  This makes sure to bind the socket when using IPv4 and
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   172
  IPv6 since this is needed for Secure-By-Default requirements to be
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   173
  met.  Without this when you run "netstat -a" you see that all the
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   174
  GNOME sockets are listening wide open on the internet even when
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   175
  ORBLocalOnly=1 in /etc/orbitrc.  After this change, you see that
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   176
  the ports are listed properly with "localhost.####" in the "Local
7060bbddbde7 2007-04-04 Brian Cameron <[email protected]>
yippi
parents: 9565
diff changeset
   177
  Address" column. This indicates Secure By Default is working.
9565
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9457
diff changeset
   178
* Wed Mar 15 2007 - [email protected]
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9457
diff changeset
   179
- Removed adding ccdir to PATH
9457
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   180
* Tue Mar 06 2005 - [email protected]
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   181
- Bump to 2.14.7.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Bump to 2.14.6. Remove upstream patch, 01-uninstalled_pc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Mon Jan 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Bump to 2.14.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Mon Dec 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- Bump to 2.14.4. Remove upstream patch, ORBit-02-fixhypen.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Fri Dec 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Bump to 2.14.3. Remove upstream patches, 03-gcc-Werror and 04-localonly.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
  Renumber remainder.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- use %gtk_doc_option in configure so that it can be disabled using
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Wed Sep 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Add patch ORBit-06-fixhyphen.diff to resolve escalation #1-19359745
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
  and bug 6466464.  GNOME Bugzilla bug #152659.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
* Fri Sep 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
- Remove patch ORBit-03-dhcp-hostname.diff after reviewing with the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
  maintainer, Michael Meeks, andt he patch writer Arvind
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
  Samptur we all agreed that this is the wrong approach to fix any 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
  issues with ORBit haveing problems with the hostname changing due to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
  DHCP reallocation.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Tue Aug  1 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Add patch 5 so LocalOnly mode works on Solaris.  This patch causes
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
  the linc library to not use getaddrinfo() and getaddrname(), which
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
  do not seem to work on Solaris.  The fallback code that uses
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
  gethostbyname() and gethostbyaddr() seem to work better.  Might be
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
  good to fix the getaddrinfo(), getaddrname() code to work on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
  Solaris, though not sure if this is really necessary.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- Bump to 2.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Tue Jun  2 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Add patch, ORBIT-05-signal-broadcast.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Tue Mar 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Thu Feb  9 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- Remove upstream patch, ORBit-05-illegal_cast.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Wed Feb  8 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- Bump to 2.13.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Wed Dec 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- Add patch, 05-illegal_cast.diff, to remove unnecessary cast that breaks the 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
  build. Bugzilla #324686.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- Bump to 2.13.2. Remove upstream patch, 04-ipv4-port-hosed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- Add ORBit-04-gcc-Werror.diff so gcc option is only set when using gcc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Thu Oct 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Add gtkdocize call to 64 bit section.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Wed Sep 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- Add gtkdocize call for automake.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
* Tue Sep 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- Bump to 2.12.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Sun Sep 18 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- Remove some patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
* Wed Aug 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- Bump to 2.12.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Wed Jun 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- Add patch new-pkgconfig.diff taken from GNOME CVS to make ORBit2 build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
  with pkg-config > 0.15.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
- Bump to 2.12.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
* Tue Apr 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
- fix login failure when ipv4 port in the IOR
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
  is taken to be valid on login after reboot
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
  Fixes #6238754
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
* Fri Mar 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
- fix a bogus linc_protocol_destroy assertion 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
  coming up at install time
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
* Wed Mar 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
- another attempt to fix dhcp bug safely. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
* Tue Feb 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
- Add patch to fix dhcp hostname change blocking 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
  the login
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
* Tue Dec 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
- Obsoletes linc for upgrade purposes. Fix bug 6211773.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
- use $CC64 for the 64-bit build if defined
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
- added --enable-gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- ported to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Fri Jun 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
- Put back /etc/orbitrc which is required by A11y login. Bug 5059822.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Tue Jun 08 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- removed /etc/orbitrc at the moment as this is a feature for Cinnabar not
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
  metro.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
* Mon Feb 23 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
- Bump to 2.9.8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
* Wed Feb 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
- Bump to 2.9.7, gtk-doc.make hack patch 03
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
* Mon Dec 15 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
- Bump to 2.9.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
* Mon Oct 02 2003 - <[email protected]> 2.8.1-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
- Require gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
* Mon Oct 02 2003 - <[email protected]> 2.8.1-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
- Update to 2.8.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
- add patch to disable static linking of test programs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
- remove lib*.a and .la, except libname-server-2.a which is
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
  apparently needed by bonobo-activation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
- move *.so to -devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
* Fri Aug 01 2003 - <[email protected]> 2.6.3-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
- Upgrade to 2.6.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
* Wed Apr 30 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
- Create new spec file for ORBit2