libbonobo.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19883 e55bf06836ae
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     1
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     2
# spec file for package libbonobo
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     6
# package are under the same license as the package itself.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     7
#
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     8
Name:         libbonobo
150
gman
parents: 16
diff changeset
     9
License:      LGPL
gman
parents: 16
diff changeset
    10
Group:        System/Libraries/GNOME
19216
aece9020c1dc 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    11
Version:      2.8.1
19495
d2f2a1a5f9a3 2005-06-29 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19257
diff changeset
    12
Release:      2
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    14
Vendor:	      Sun Microsystems, Inc.
150
gman
parents: 16
diff changeset
    15
Summary:      Bonobo Base Library
19883
e55bf06836ae More Links Updated
mattk
parents: 19719
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.8/libbonobo-%{version}.tar.bz2
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    17
Source1:      bonobo-slay.1.gz
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
    18
Source2:      libbonobo-2.3.gz
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    19
Source3:      libbonobo-activation.3.gz
1623
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
    20
Patch1:       libbonobo-01-forte.diff
19495
d2f2a1a5f9a3 2005-06-29 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19257
diff changeset
    21
Patch2:       libbonobo-02-popt.diff
150
gman
parents: 16
diff changeset
    22
URL:          http://www.gnome.org
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    23
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    24
Docdir:       %{_prefix}/doc
150
gman
parents: 16
diff changeset
    25
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    26
Prereq:       /sbin/ldconfig
150
gman
parents: 16
diff changeset
    27
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    28
%define ORBit2_version 2.10.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    29
%define libxml2_version 2.6.7
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    30
%define gnome_common_version 2.4.0
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    31
%define pkgconfig_version 0.15.0
1315
16c7d9f9e82e 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1207
diff changeset
    32
%define bonobo_activation_version 2.4.0
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    33
%define gtk_doc_version 1.1
1623
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
    34
%define glib2_version 2.3.2
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    35
1623
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
    36
Requires:      glib2 >= %{glib2_version}
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    37
Requires:      libxml2 >= %{libxml2_version}
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    38
Requires:      ORBit2 >= %{ORBit2_version}
1623
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
    39
BuildRequires: glib2-devel >= %{glib2_version}
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    40
BuildRequires: libxml2-devel >= %{libxml2_version}
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    41
BuildRequires: ORBit2-devel >= %{ORBit2_version}
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    42
BuildRequires: gnome-common >= %{gnome_common_version}
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    43
BuildRequires: gtk-doc >= %{gtk_doc_version}
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    44
BuildRequires: pkgconfig >= %{pkgconfig_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    45
1315
16c7d9f9e82e 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1207
diff changeset
    46
Obsoletes:	bonobo-activation < %{bonobo_activation_version}
16c7d9f9e82e 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1207
diff changeset
    47
Provides:	bonobo-activation = %{bonobo_activation_version}
16c7d9f9e82e 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1207
diff changeset
    48
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    49
%description
150
gman
parents: 16
diff changeset
    50
libbonobo is one of the base libraries for the GNOME Desktop, containing
gman
parents: 16
diff changeset
    51
convenient API for writing reusable components.
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
%package devel
150
gman
parents: 16
diff changeset
    54
Summary:      Bonobo Base Development Library
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
Group:        Development/Libraries/GNOME
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    56
Requires:     %{name} = %{version}-%{release}
1623
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
    57
Requires:     glib2-devel >= %{glib2_version}
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    58
Requires:     pkgconfig >= %{pkgconfig_version}
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    59
Requires:     libxml2-devel >= %{libxml2_version}
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    60
Requires:     ORBit2-devel >= %{ORBit2_version}
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    61
1315
16c7d9f9e82e 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1207
diff changeset
    62
Obsoletes:	bonobo-activation-devel < %{bonobo_activation_version}
16c7d9f9e82e 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1207
diff changeset
    63
Provides:	bonobo-activation-devel = %{bonobo_activation_version}
16c7d9f9e82e 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1207
diff changeset
    64
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    65
%description devel
150
gman
parents: 16
diff changeset
    66
libbonobo is one of the base libraries for the GNOME Desktop, containing
gman
parents: 16
diff changeset
    67
convenient API for writing reusable components.
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    68
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    69
%prep
1866
40d6c9a095da 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1623
diff changeset
    70
%setup -q
1551
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
    71
%patch1 -p1
19495
d2f2a1a5f9a3 2005-06-29 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19257
diff changeset
    72
%patch2 -p1
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    73
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    74
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
    75
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    76
cd ..
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    77
cp -rp libbonobo-%{version} libbonobo-%{version}-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    78
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
    79
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    80
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    81
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    82
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    83
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    84
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    85
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    86
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    87
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3692
diff changeset
    88
  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
    89
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    90
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    91
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    92
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    93
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    94
CONFLAGS="--prefix=%{_prefix} --mandir=%{_mandir}"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    95
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    96
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
    97
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    98
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    99
cd ../libbonobo-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   100
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   101
export CFLAGS="$CFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   102
export LDFLAGS="$LDFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   103
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   104
export CC=${CC64:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   105
save_PATH="$PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   106
ccdir=`dirname $CC`
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   107
export PATH=$ccdir:$PATH
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   108
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   109
./configure $CONFLAGS					\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   110
            --bindir=%{_bindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   111
	    --sbindir=%{_sbindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   112
            --libdir=%{_libdir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   113
            --libexecdir=%{_libexecdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   114
            --sysconfdir=%{_sysconfdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   115
	    --disable-gtk-doc
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   116
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   117
make -j $CPUS
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   118
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   119
cd ../libbonobo-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   120
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   121
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   122
export LDFLAGS="$LDFLAGS32"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   123
export CFLAGS="$CFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   124
export RPM_OPT_FLAGS="$CFLAGS"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   125
export CC=${CC32:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   126
export PATH="$save_PATH"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   127
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   128
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   129
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   130
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   131
605
0ec3409e6414 2003-07-16 Mark McLoughlin <[email protected]>
markmc
parents: 575
diff changeset
   132
CFLAGS="$RPM_OPT_FLAGS"			\
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   133
./configure $CONFLAGS	        	\
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   134
            --sysconfdir=%{_sysconfdir} \
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   135
            --libexecdir=%{_libexecdir}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   136
	    --enable-gtk-doc
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   137
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   138
make -j $CPUS
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   139
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   140
%install
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   141
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   142
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
   143
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   144
cd ../libbonobo-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   145
make install DESTDIR=$RPM_BUILD_ROOT
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   146
cd ../libbonobo-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   147
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   148
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   149
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   150
make -i DESTDIR=$RPM_BUILD_ROOT install
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   151
install -d $RPM_BUILD_ROOT%{_mandir}/man1
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   152
install -d $RPM_BUILD_ROOT%{_mandir}/man3
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
   153
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   154
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
   155
install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man3
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
   156
#Copy zh_HK from zh_TW
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
   157
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   158
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   159
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   160
rm $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   161
rm $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   162
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   163
rm $RPM_BUILD_ROOT%{_libdir}/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   164
rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   165
rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   166
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   167
%clean
150
gman
parents: 16
diff changeset
   168
rm -rf $RPM_BUILD_ROOT
gman
parents: 16
diff changeset
   169
gman
parents: 16
diff changeset
   170
%post
gman
parents: 16
diff changeset
   171
/sbin/ldconfig
gman
parents: 16
diff changeset
   172
gman
parents: 16
diff changeset
   173
%postun
gman
parents: 16
diff changeset
   174
/sbin/ldconfig
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   175
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   176
%files
150
gman
parents: 16
diff changeset
   177
%defattr(-, root, root)
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   178
%doc COPYING ChangeLog NEWS README
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   179
%{_bindir}/*
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   180
%{_sbindir}/*
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   181
%{_libexecdir}/*
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   182
%{_libdir}/lib*.so*
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   183
%{_libdir}/orbit-2.0/*.so
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   184
%{_libdir}/bonobo/servers/*.server
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   185
%{_libdir}/bonobo/monikers/*.so
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   186
%dir %{_sysconfdir}/bonobo-activation
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   187
%config %{_sysconfdir}/bonobo-activation/*
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   188
%{_datadir}/man/man*/*
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   189
%{_datadir}/locale/*/LC_MESSAGES/*.mo
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   190
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   191
%files devel
150
gman
parents: 16
diff changeset
   192
%defattr(-, root, root)
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   193
%{_includedir}/libbonobo-2.0/libbonobo.h
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   194
%{_includedir}/libbonobo-2.0/bonobo/*.h
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   195
%{_includedir}/bonobo-activation-2.0/bonobo-activation/*.h
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   196
%{_libdir}/bonobo-2.0/samples/*
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   197
%{_libdir}/pkgconfig/*.pc
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   198
%{_datadir}/idl/bonobo-2.0/*.idl
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   199
%{_datadir}/idl/bonobo-activation-2.0/*.idl
184
d73b8ee82b69 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   200
%{_datadir}/gtk-doc/html/*
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   201
%{_mandir}/man1/*
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
   202
%{_mandir}/man3/*
16
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   203
89c3b04479ca 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   204
%changelog
19495
d2f2a1a5f9a3 2005-06-29 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19257
diff changeset
   205
* Wed Jun 29 2005 - [email protected]
d2f2a1a5f9a3 2005-06-29 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19257
diff changeset
   206
- Include popt in the .pc file
d2f2a1a5f9a3 2005-06-29 Balamurali Viswanathan <[email protected]>
bviswa
parents: 19257
diff changeset
   207
19216
aece9020c1dc 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   208
* Fri May 06 2005 - [email protected]
aece9020c1dc 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   209
- Bump to 2.8.1
aece9020c1dc 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   210
5138
daec04210d5e 2005-02-25 Muktha <[email protected]>
muktha
parents: 5093
diff changeset
   211
* Fri Feb 25 2005 - [email protected]
daec04210d5e 2005-02-25 Muktha <[email protected]>
muktha
parents: 5093
diff changeset
   212
- Remove patch libbonobo-03-accessibility-support.diff since
daec04210d5e 2005-02-25 Muktha <[email protected]>
muktha
parents: 5093
diff changeset
   213
  jdshelp does not come up when accessibility is on.
daec04210d5e 2005-02-25 Muktha <[email protected]>
muktha
parents: 5093
diff changeset
   214
5091
2bf3a1d178fe 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   215
* Tue Feb 15 2005 - [email protected]
2bf3a1d178fe 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   216
- Add patch to fix dhcp hostname change blocking
2bf3a1d178fe 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   217
  login
2bf3a1d178fe 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   218
5037
186bd1fd6184 2005-02-09 Vijaykumar Patwari <[email protected]>
vijay
parents: 4980
diff changeset
   219
* Wed Feb 09 2005 - [email protected]
186bd1fd6184 2005-02-09 Vijaykumar Patwari <[email protected]>
vijay
parents: 4980
diff changeset
   220
- Added libbonobo-03-accessibility-support.diff
186bd1fd6184 2005-02-09 Vijaykumar Patwari <[email protected]>
vijay
parents: 4980
diff changeset
   221
  patch to set accessibility support.
186bd1fd6184 2005-02-09 Vijaykumar Patwari <[email protected]>
vijay
parents: 4980
diff changeset
   222
4686
72ef6aff27f6 2004-11-29 Vinay M R <[email protected]>
vinaymr
parents: 4673
diff changeset
   223
* Mon Nov 29 2004 - [email protected]
72ef6aff27f6 2004-11-29 Vinay M R <[email protected]>
vinaymr
parents: 4673
diff changeset
   224
- Remove patch libbonobo-03-change-of-hostname.diff. 
72ef6aff27f6 2004-11-29 Vinay M R <[email protected]>
vinaymr
parents: 4673
diff changeset
   225
  It does not fix the scenario reported by user.
72ef6aff27f6 2004-11-29 Vinay M R <[email protected]>
vinaymr
parents: 4673
diff changeset
   226
4673
cd09673e183b 2004-11-26 Vinay M R <[email protected]>
vinaymr
parents: 4632
diff changeset
   227
* Fri Nov 26 2004 - [email protected]
cd09673e183b 2004-11-26 Vinay M R <[email protected]>
vinaymr
parents: 4632
diff changeset
   228
- Added patch libbonobo-03-change-of-hostname.diff to prevent hosing of
cd09673e183b 2004-11-26 Vinay M R <[email protected]>
vinaymr
parents: 4632
diff changeset
   229
  system after changing hostname. Fixes #6193930.
cd09673e183b 2004-11-26 Vinay M R <[email protected]>
vinaymr
parents: 4632
diff changeset
   230
4563
489dad8a7c92 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
   231
* Sun Nov 14 2004 - [email protected]
489dad8a7c92 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
   232
- remove CPUS=$((CPUS*4)) because it seems to cause random build failures
489dad8a7c92 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
   233
  on multicpu systems (probably missing deps in some makefiles)
489dad8a7c92 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
   234
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   235
* Fri Oct 29 2004 - [email protected]
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   236
- use $CC64 for the 64-bit build if defined
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4357
diff changeset
   237
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   238
* Thu Oct 28 2004 - [email protected]
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   239
- Add bonobo-slay.1, libbonobo-activation.3 man pages
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   240
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   241
* Sat Oct  2 2004 - [email protected]
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   242
- Create 64bit libraries for Solaris
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   243
3692
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   244
* Wed Aug 18 2004 - [email protected]
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   245
- added --enable-gtk-doc.
c25bbd42c072 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   246
3435
79263ee53161 2004-07-27 Arvind Samptur <[email protected]>
arvind
parents: 3425
diff changeset
   247
* Tue Jul 27 2004 - [email protected]
79263ee53161 2004-07-27 Arvind Samptur <[email protected]>
arvind
parents: 3425
diff changeset
   248
- Add patch from  [email protected] to fix b-a-s
79263ee53161 2004-07-27 Arvind Samptur <[email protected]>
arvind
parents: 3425
diff changeset
   249
  quit on logout after evolution was run in the session
79263ee53161 2004-07-27 Arvind Samptur <[email protected]>
arvind
parents: 3425
diff changeset
   250
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   251
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   252
- Updated l10n content to libbonobo-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   253
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   254
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   255
- port to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   256
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   257
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   258
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   259
2923
81f69490838f 2004-05-27 Arvind Samptur <[email protected]>
arvind
parents: 2777
diff changeset
   260
* Thu May 27 2004 - [email protected]
81f69490838f 2004-05-27 Arvind Samptur <[email protected]>
arvind
parents: 2777
diff changeset
   261
- Update to 2.6.1 tarball, rework patch 01-forte
81f69490838f 2004-05-27 Arvind Samptur <[email protected]>
arvind
parents: 2777
diff changeset
   262
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   263
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   264
- Updated l10n content to libbonobo-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   265
2402
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   266
* Tue Apr 6 2004 - [email protected]
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   267
- Bump to 2.6.0
c5ceeb4aaecb 2004-04-06 Glynn Foster <[email protected]>
gman
parents: 2398
diff changeset
   268
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   269
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   270
- Updated l10n content to libbonobo-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   271
2106
18ab99dc51b7 2004-03-02 Niall Power <[email protected]>
niall
parents: 1876
diff changeset
   272
* Mon Mar 01 2004 - <[email protected]>
18ab99dc51b7 2004-03-02 Niall Power <[email protected]>
niall
parents: 1876
diff changeset
   273
- define libexecdir in configure args
18ab99dc51b7 2004-03-02 Niall Power <[email protected]>
niall
parents: 1876
diff changeset
   274
1623
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   275
* Wed Feb 11 2004 - <[email protected]>
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   276
- Update to 2.5.4 tarball, remove patch 01-environ.diff
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   277
  Rename patch 02-forte -> 01-forte
b54d8ca033e4 Bump to 2.5.4
mattk
parents: 1609
diff changeset
   278
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
   279
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
   280
- Update to 2.5.1 tarball
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
   281
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   282
* Tue Oct 07 2003 - <[email protected]> 2.4.0-1
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1315
diff changeset
   283
- Update to 2.4.0. bonobo-activation has now been swallowed
1207
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   284
  into this package.
87e291e12a1f 2003-10-07 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   285
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   286
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   287
- move lib*.so to -devel, remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   288
919
2858999c695a 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   289
* Fri Aug 01 2003 - <[email protected]> 2.2.3-1
2858999c695a 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   290
- Update to 2.2.3
2858999c695a 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   291
508
b9f97246b3fa Adding in Sun .po files
mick
parents: 290
diff changeset
   292
* Wed Jul 09 2003 - <[email protected]>
b9f97246b3fa Adding in Sun .po files
mick
parents: 290
diff changeset
   293
- add in sun po files
b9f97246b3fa Adding in Sun .po files
mick
parents: 290
diff changeset
   294
919
2858999c695a 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   295
* Wed Apr 30 2003 - <[email protected]>
150
gman
parents: 16
diff changeset
   296
- Create new spec file for libbonobo