ORBit2.spec
author fujiwara
Fri, 05 Nov 2004 12:17:36 +0000
changeset 4455 aea26bce3124
parent 4409 4fec71e58697
child 4579 a47648ae5f29
permissions -rw-r--r--
2004-11-05 Takao Fujiwara <[email protected]> * ext-sources/l10n-configure.sh: Added to patch ALL_LINGUAS issues automatically * *.spec: Updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     1
Name:         ORBit2
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     2
License:      LGPL
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     3
Group:        System/Libraries
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     4
Provides:     ORBit2 
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     5
Summary:      High-performance CORBA Object Request Broker
2554
406af0ef36c5 update ORBit2 to 2.10.1
stephen
parents: 2494
diff changeset
     6
Version:      2.10.1
4409
4fec71e58697 Incremented release numbers for build 22
dermotm
parents: 4365
diff changeset
     7
Release:      24
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
     8
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
     9
Vendor:       Sun Microsystems, Inc.
2554
406af0ef36c5 update ORBit2 to 2.10.1
stephen
parents: 2494
diff changeset
    10
Source:       http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-%{version}.tar.bz2
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    11
Source1:      orbit-idl-2.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    12
Source2:      orbit2-config.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    13
Source3:      libORBit-2.3.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
    14
Source4:      libORBitCosNaming-2.3.gz
3131
50e5b1a56189 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
    15
Source5:      orbitrc
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    16
Source6:      l10n-configure.sh
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    17
Patch1:	      ORBit-01-no-static.diff
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    18
Patch2:	      ORBit-02-uninstalled_pc.diff
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    19
Patch3:	      ORBit-03-gtk-doc-make.diff
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    21
URL:          http://www.gnome.org/projects/ORBit2
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    22
DocDir:	      %{_defaultdocdir}/doc
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    23
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    24
Prereq:	      /sbin/ldconfig
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    25
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    26
%define libIDL_version 0.8.2
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    27
%define popt_version 1.6.4
1198
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
    28
%define gtk_doc_version 1.1
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    29
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    30
Requires:      libIDL >= %{libIDL_version}
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    31
Requires:      popt >= %{popt_version}
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    32
BuildRequires: libIDL-devel >= %{libIDL_version}
187
0ce5a60da1a3 Add popt
gman
parents: 179
diff changeset
    33
BuildRequires: popt-devel >= %{popt_version}
1198
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
    34
BuildRequires: gtk-doc >= %{gtk_doc_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    35
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    36
%description
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    37
ORBit is a high-performance CORBA (Common Object Request Broker
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    38
Architecture) ORB (object request broker). It allows programs to
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    39
send requests and receive replies from other programs, regardless
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    40
of the locations of the two programs. CORBA is an architecture that
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    41
enables communication between program objects, regardless of the
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    42
programming language they're written in or the operating system they
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    43
run on.
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    44
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    45
%package devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    46
Summary:      High-performance CORBA Object Request Broker
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    47
Group:        Development/Libraries
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    48
Provides:     ORBit2-devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    49
Autoreqprov:  on
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
Requires:     %name = %version 
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    51
Requires:     libIDL-devel >= %{libIDL_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    52
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    53
%description devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    54
ORBit is a high-performance CORBA (Common Object Request Broker
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
Architecture) ORB (object request broker). It allows programs to
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    56
send requests and receive replies from other programs, regardless
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    57
of the locations of the two programs. CORBA is an architecture that
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    58
enables communication between program objects, regardless of the
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    59
programming language they're written in or the operating system they
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    60
run on.
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    61
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    62
%prep
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
    63
%setup
1551
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
    64
%patch1 -p1
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    65
%patch2 -p1
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
    66
%patch3 -p1
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    67
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    68
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4133
diff changeset
    69
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    70
cd ..
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    71
cp -rp ORBit2-%{version} ORBit2-%{version}-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    72
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
    73
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    74
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    75
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    76
bash -x %SOURCE6
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    77
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    78
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    79
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    80
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    81
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    82
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    83
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3692
diff changeset
    84
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    85
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    86
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    87
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    88
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    89
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    90
CONFLAGS="--prefix=%{_prefix}"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    91
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    92
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4133
diff changeset
    93
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    94
CPUS=$(($CPUS*4))
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    95
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    96
cd ../ORBit2-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    97
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    98
export CFLAGS="$CFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    99
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   100
export CC=${CC64:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   101
save_PATH="$PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   102
ccdir=`dirname $CC`
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   103
export PATH=$ccdir:$PATH
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   104
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   105
libtoolize --copy --force
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   106
aclocal -I %{_datadir}/aclocal
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   107
automake --add-missing --copy
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   108
autoconf
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   109
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   110
./configure $CONFLAGS					\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   111
            --bindir=%{_bindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   112
            --libdir=%{_libdir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   113
            --libexecdir=%{_libexecdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   114
            --sysconfdir=%{_sysconfdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   115
	    --disable-gtk-doc
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   116
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   117
make -j $CPUS
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   118
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   119
cd ../ORBit2-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   120
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   121
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   122
export CFLAGS="$CFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   123
export RPM_OPT_FLAGS="$CFLAGS"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   124
export CC=${CC32:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   125
export PATH="$save_PATH"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   126
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   127
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   128
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   129
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   130
1551
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
   131
libtoolize --copy --force
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   132
aclocal -I %{_datadir}/aclocal
1551
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
   133
automake --add-missing --copy
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
   134
autoconf
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   135
CFLAGS="$RPM_OPT_FLAGS"			\
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   136
./configure $CONFLAGS			\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   137
	    --sysconfdir=%{_sysconfdir}	\
3692
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   138
	    --enable-gtk-doc
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   139
make -j $CPUS
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   140
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   141
%install
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   142
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   143
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4133
diff changeset
   144
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   145
cd ../ORBit2-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   146
make install DESTDIR=$RPM_BUILD_ROOT
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   147
cd ../ORBit2-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   148
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   149
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   150
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   151
make DESTDIR=$RPM_BUILD_ROOT install
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   152
install -d $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   153
install -d $RPM_BUILD_ROOT%{_mandir}/man3
2707
4fd4d7aa2c35 2004-05-11 Stephen Browne <[email protected]>
stephen
parents: 2619
diff changeset
   154
install -d $RPM_BUILD_ROOT%{_sysconfdir}
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   155
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   156
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   157
install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man3
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   158
install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man3
3131
50e5b1a56189 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   159
install --mode=0644 %SOURCE5 $RPM_BUILD_ROOT%{_sysconfdir}/orbitrc
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   160
AFILES=" libORBit-2 libORBit-imodule-2 libORBitCosNaming-2 orbit-2.0/Everything_module"
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   161
pushd $RPM_BUILD_ROOT%{_libdir}
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   162
for i in $AFILES; do
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   163
       rm $i.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   164
       rm $i.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   165
done
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   166
popd
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   167
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   168
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   169
%clean
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   170
rm -rf $RPM_BUILD_ROOT
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   171
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   172
%post
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   173
/sbin/ldconfig
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   174
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   175
%postun
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   176
/sbin/ldconfig
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   177
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   178
%files
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   179
%defattr(-, root, root)
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   180
%{_libdir}/libORBit*.so.*
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   181
%{_libdir}/orbit-2.0/Every*so*
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   182
%{_bindir}/ior-decode-2
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   183
%{_bindir}/typelib-dump
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   184
%{_bindir}/linc-cleanup-sockets
3131
50e5b1a56189 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   185
%{_sysconfdir}/orbitrc
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   186
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   187
%files devel
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   188
%defattr(-, root, root)
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   189
%{_includedir}/orbit-2.0
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   190
%{_bindir}/orbit-idl-2
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   191
%{_bindir}/orbit2-config
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   192
%{_libdir}/libname-server-2.a
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   193
%{_libdir}/libORBit*.so
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   194
%{_libdir}/pkgconfig/*.pc
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   195
%{_datadir}/idl/orbit-2.0/*.idl
179
ca13c8a74e55 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   196
%{_datadir}/aclocal/*.m4
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   197
%{_datadir}/gtk-doc/html/ORBit2
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   198
%{_mandir}/man1/*
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   199
%{_mandir}/man3/*
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   200
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   201
%changelog
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   202
* Fri Oct 29 2004 - [email protected]
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   203
- use $CC64 for the 64-bit build if defined
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   204
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   205
* Sat Oct  2 2004 - [email protected]
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   206
- Create 64bit libraries for Solaris
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   207
3692
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   208
* Wed Aug 18 2004 - [email protected]
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   209
- added --enable-gtk-doc.
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   210
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   211
* Thu Jul 08 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   212
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   213
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   214
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   215
- added "-j $CPUS" to make to speed up builds
3692
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   216
3131
50e5b1a56189 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   217
* Fri Jun 11 2004 - <[email protected]>
50e5b1a56189 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   218
- Put back /etc/orbitrc which is required by A11y login. Bug 5059822.
50e5b1a56189 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   219
3045
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   220
* Tue Jun 08 2004 - <[email protected]>
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   221
- removed /etc/orbitrc at the moment as this is a feature for Cinnabar not
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   222
  metro.
9f810052ed40 2004-06-08 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   223
1864
36ed7c7e879c 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1622
diff changeset
   224
* Mon Feb 23 2004 - <[email protected]>
36ed7c7e879c 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1622
diff changeset
   225
- Bump to 2.9.8
36ed7c7e879c 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1622
diff changeset
   226
1622
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
   227
* Wed Feb 11 2004 - <[email protected]>
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
   228
- Bump to 2.9.7, gtk-doc.make hack patch 03
7caf9e62a090 Bump to 2.9.7
mattk
parents: 1609
diff changeset
   229
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   230
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   231
- Bump to 2.9.2
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1198
diff changeset
   232
1198
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
   233
* Mon Oct 02 2003 - <[email protected]> 2.8.1-2
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
   234
- Require gtk-doc.
e0b17b7e57ab 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1197
diff changeset
   235
1197
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   236
* Mon Oct 02 2003 - <[email protected]> 2.8.1-1
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   237
- Update to 2.8.1.
dd8c590934ca 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   238
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   239
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   240
- add patch to disable static linking of test programs
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   241
- remove lib*.a and .la, except libname-server-2.a which is
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   242
  apparently needed by bonobo-activation
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   243
- move *.so to -devel
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   244
909
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   245
* Fri Aug 01 2003 - <[email protected]> 2.6.3-1
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   246
- Upgrade to 2.6.3.
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   247
3ab9c934a662 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   248
* Wed Apr 30 2003 - <[email protected]>
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 16
diff changeset
   249
- Create new spec file for ORBit2