base-specs/libbonobo.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 22420 06a88950b579
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
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 libbonobo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11382
f93ed3c6dfee 2007-01-03 Brian Cameron <[email protected]>
yippi
parents: 11359
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
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16426
diff changeset
     8
%define owner padraig
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15392
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17793
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15392
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         libbonobo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:      LGPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries/GNOME
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    16
Version:      2.32.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    19
Vendor:	      Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      Bonobo Base Library
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.32/libbonobo-%{version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    22
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    23
Source1:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    24
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
#owner:padraig date:2006-10-06 type:bug bugster:6472900 bugzilla:359617
9548
97edff4fb831 2007-03-13 Brian Cameron <[email protected]>
yippi
parents: 9524
diff changeset
    26
Patch1:       libbonobo-01-close-down.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Docdir:       %{_prefix}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define ORBit2_version 2.10.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define libxml2_version 2.6.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define gnome_common_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define pkgconfig_version 0.15.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define bonobo_activation_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define gtk_doc_version 1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%define glib2_version 2.3.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires:      glib2 >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires:      libxml2 >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires:      ORBit2 >= %{ORBit2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
BuildRequires: glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
BuildRequires: libxml2-devel >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRequires: ORBit2-devel >= %{ORBit2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: gnome-common >= %{gnome_common_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: gtk-doc >= %{gtk_doc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: pkgconfig >= %{pkgconfig_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Obsoletes:	bonobo-activation < %{bonobo_activation_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Provides:	bonobo-activation = %{bonobo_activation_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
libbonobo is one of the base libraries for the GNOME Desktop, containing
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
convenient API for writing reusable components.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
Summary:      Bonobo Base Development Library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Requires:     %{name} = %{version}-%{release}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Requires:     glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
Requires:     pkgconfig >= %{pkgconfig_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Requires:     libxml2-devel >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
Requires:     ORBit2-devel >= %{ORBit2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
Obsoletes:	bonobo-activation-devel < %{bonobo_activation_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
Provides:	bonobo-activation-devel = %{bonobo_activation_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
libbonobo is one of the base libraries for the GNOME Desktop, containing
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
convenient API for writing reusable components.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%patch1 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
  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
    85
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
10395
e23802858272 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10231
diff changeset
    90
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    91
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    92
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    93
bash -x %SOURCE1 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    94
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11832
diff changeset
    95
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
libtoolize --force --copy
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
gtkdocize
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
autoconf
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   102
export CFLAGS="%optflags"
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   103
export LDFLAGS="%_ldflags"
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   104
./configure --prefix=%{_prefix} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   105
            --mandir=%{_mandir} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   106
            --datadir=%{_datadir} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   107
            --libdir=%{_libdir} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   108
            --bindir=%{_bindir} \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   109
            --sbindir=%{_sbindir} \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
            --sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
            --libexecdir=%{_libexecdir}	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
	    %{gtk_doc_option}
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
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%install
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   117
make install DESTDIR=$RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
rm $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
rm $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
rm $RPM_BUILD_ROOT%{_libdir}/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
rm -rf $RPM_BUILD_ROOT
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
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%doc COPYING ChangeLog NEWS README
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_sbindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_libexecdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_libdir}/orbit-2.0/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_libdir}/bonobo/servers/*.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%{_libdir}/bonobo/monikers/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%dir %{_sysconfdir}/bonobo-activation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%config %{_sysconfdir}/bonobo-activation/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%{_datadir}/man/man*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%{_includedir}/libbonobo-2.0/libbonobo.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%{_includedir}/libbonobo-2.0/bonobo/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%{_includedir}/bonobo-activation-2.0/bonobo-activation/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%{_libdir}/bonobo-2.0/samples/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%{_datadir}/idl/bonobo-2.0/*.idl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%{_datadir}/idl/bonobo-activation-2.0/*.idl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%{_datadir}/gtk-doc/html/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
%changelog
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   168
* Wed May 09 2012 - [email protected]
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   169
- Bump to 2.32.1.
17793
208207fdc93f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16643
diff changeset
   170
* Sat Apr  3 2010 - [email protected]
208207fdc93f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16643
diff changeset
   171
- Bump to 2.24.3.
16643
b1c667469130 2009-09-24 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   172
* Wed Sep 23 2009 - [email protected]
b1c667469130 2009-09-24 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   173
- Bump to 2.24.2
15392
fda7ad891679 * base-specs/sound-juicer.spec: Bump to 2.25.92.
davelam
parents: 13817
diff changeset
   174
* Fri Mar 13 2009 - [email protected]
fda7ad891679 * base-specs/sound-juicer.spec: Bump to 2.25.92.
davelam
parents: 13817
diff changeset
   175
- Bump to 2.24.1
13817
5933f891ffc9 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13227
diff changeset
   176
* Mon Sep 29 2008 - [email protected]
5933f891ffc9 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13227
diff changeset
   177
- Bump to 2.24.0.
13209
0b6ca5e89e04 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 12677
diff changeset
   178
* Thu Aug 21 2008 - [email protected]
0b6ca5e89e04 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 12677
diff changeset
   179
- Bump to 2.23.1
12677
95b2d35809f1 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   180
* Tue Jun 17 2008 - [email protected]
95b2d35809f1 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   181
- Bump to 2.23.0.
11832
52b34a3c8729 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11555
diff changeset
   182
* Mon Mar 10 2008 - [email protected]
52b34a3c8729 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11555
diff changeset
   183
- Bump to 2.22.0.
11555
f0399cbdf6c6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11538
diff changeset
   184
* Tue Jan 29 2008 - [email protected]
f0399cbdf6c6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11538
diff changeset
   185
- Bump to 2.21.90.
11538
23e177613060 Missed file.
dcarbery
parents: 11407
diff changeset
   186
* Mon Jan 28 2008 - [email protected]
11555
f0399cbdf6c6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11538
diff changeset
   187
- Bump to 2.20.4. Remove upstream patch 02-fixcompile.
11382
f93ed3c6dfee 2007-01-03 Brian Cameron <[email protected]>
yippi
parents: 11359
diff changeset
   188
* Thu Jan 03 2008 - [email protected]
f93ed3c6dfee 2007-01-03 Brian Cameron <[email protected]>
yippi
parents: 11359
diff changeset
   189
- Damien backed libbonobo back to 2.20.2 due to a build problem.  I
f93ed3c6dfee 2007-01-03 Brian Cameron <[email protected]>
yippi
parents: 11359
diff changeset
   190
  fixed this with the libbonobo-02-fixcompile.diff patch, and Bump
f93ed3c6dfee 2007-01-03 Brian Cameron <[email protected]>
yippi
parents: 11359
diff changeset
   191
  back to 2.20.3.
11350
b882c0a98c18 2007-12-23 Damien Carbery <[email protected]>
dcarbery
parents: 11329
diff changeset
   192
* Sun Dec 23 2007 - [email protected]
b882c0a98c18 2007-12-23 Damien Carbery <[email protected]>
dcarbery
parents: 11329
diff changeset
   193
- Bump to 2.20.3.
11329
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   194
* Tue Dec 18 2007 - [email protected]
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   195
- Bump to 2.20.2.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10572
diff changeset
   196
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10572
diff changeset
   197
- Bump to 2.20.1.
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   198
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10507
diff changeset
   199
- convert to new style multi-ISA build
10507
f94b8566c10d 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10395
diff changeset
   200
* Tue Sep 18 2007 - [email protected]
f94b8566c10d 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10395
diff changeset
   201
- Bump to 2.20.0.
10395
e23802858272 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10231
diff changeset
   202
* Wed Aug 29 2007 - [email protected]
e23802858272 2007-08-29 Damien Carbery <[email protected]>
dcarbery
parents: 10231
diff changeset
   203
- Add intltoolize calls to update intltool scripts.
10231
f930443c6ce1 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10076
diff changeset
   204
* Mon Jul 30 2007 - [email protected]
f930443c6ce1 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10076
diff changeset
   205
- Bump to 2.19.6.
10076
106c07853b64 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9565
diff changeset
   206
* Tue Jun 19 2007 - [email protected]
106c07853b64 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9565
diff changeset
   207
- Bump to 2.19.4.
9565
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9548
diff changeset
   208
* Wed Mar 15 2007 - [email protected]
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9548
diff changeset
   209
- Removed adding ccdir to PATH
9524
a06e42671b7d 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9489
diff changeset
   210
* Mon Mar 12 2007 - [email protected]
a06e42671b7d 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9489
diff changeset
   211
- Bump to 2.18.0.
9489
55a4223b64d9 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9454
diff changeset
   212
* Thu Mar 08 2007 - [email protected]
55a4223b64d9 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 9454
diff changeset
   213
- Remove unnecessary patch, 02-popt. Renumber rest.
9438
372736b2513f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   214
* Mon Mar 05 2007 - [email protected]
372736b2513f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   215
- Bump to 2.17.92.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Wed Jan 24 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- Add more autofoo because autoconf 2.61 used by maintainer, CBE has 2.60.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- Bump to 2.17.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
- 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
   224
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Fri Oct 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
- Add patch libbonobo-03-close-down.diff to fix bug 6472900.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Mon Aug 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- Bump to 2.15.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
- Bump to 2.15.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Web Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Bump to 2.15.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
  Delete patch 03 (upstream).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Tue Mar 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Tue Mar  7 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- Bump to 2.13.93.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
* Wed Feb 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
- Remove patch, 04-undo-1.27, as issue is gone.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Fri Feb  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Add patch, 03-add-newline, to fix .server.in.in so sed doesn't complain.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
- Add patch, 04-undo-1.27, to undo commit to try fix libbonobo runtime issue.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
- Bump to 2.13.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
- Bump to 2.13.0. Remove upstream patch (01-forte).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
* Thu Sep 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
- Added libbonobo-03-gthread.diff because building with uninstalled pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
  was causing the gthread configure test to fail.  
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Bump to 2.10.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
- Bump to 2.10.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
* Wed Jun 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
- Include popt in the .pc file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- Bump to 2.8.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
* Fri Feb 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
- Remove patch libbonobo-03-accessibility-support.diff since
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
  jdshelp does not come up when accessibility is on.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
* Tue Feb 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
- Add patch to fix dhcp hostname change blocking
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
  login
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
* Wed Feb 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
- Added libbonobo-03-accessibility-support.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
  patch to set accessibility support.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Mon Nov 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- Remove patch libbonobo-03-change-of-hostname.diff. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
  It does not fix the scenario reported by user.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
* Fri Nov 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
- Added patch libbonobo-03-change-of-hostname.diff to prevent hosing of
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
  system after changing hostname. Fixes #6193930.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Sun Nov 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- remove CPUS=$((CPUS*4)) because it seems to cause random build failures
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
  on multicpu systems (probably missing deps in some makefiles)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
- use $CC64 for the 64-bit build if defined
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Thu Oct 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
- Add bonobo-slay.1, libbonobo-activation.3 man pages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
- added --enable-gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Tue Jul 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- Add patch from  [email protected] to fix b-a-s
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
  quit on logout after evolution was run in the session
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
- Updated l10n content to libbonobo-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
- port to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Thu May 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- Update to 2.6.1 tarball, rework patch 01-forte
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- Updated l10n content to libbonobo-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Tue Apr 6 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- Bump to 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- Updated l10n content to libbonobo-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
* Mon Mar 01 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
- define libexecdir in configure args
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
* Wed Feb 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- Update to 2.5.4 tarball, remove patch 01-environ.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
  Rename patch 02-forte -> 01-forte
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Mon Dec 15 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- Update to 2.5.1 tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Tue Oct 07 2003 - <[email protected]> 2.4.0-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- Update to 2.4.0. bonobo-activation has now been swallowed
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
  into this package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- move lib*.so to -devel, remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Fri Aug 01 2003 - <[email protected]> 2.2.3-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
- Update to 2.2.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Wed Jul 09 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- add in sun po files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Wed Apr 30 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- Create new spec file for libbonobo