base-specs/at-spi.spec
author dcarbery
Wed, 11 Jul 2007 11:15:39 +0000
changeset 10178 a7f02aa69081
parent 10004 749465fa8400
child 10399 5ec88b03a50a
permissions -rw-r--r--
2007-07-11 Damien Carbery <[email protected]> * SUNWevolution.spec: Add a new schemas file to %files. * SUNWgnome-img-viewer.spec: Add eog-image-collection.png and thumbnail-frame.png to %files. * base-specs/evolution-exchange.spec: Add patch 01-pretty-function to fix build error 455858. * patches/evolution-exchange-01-pretty-function.diff: Added to fix 455858. * base-specs/pygtk2.spec: Bump to 2.10.5. Remove obsolete patch, 02-gtk-tooltips. * patches/pygtk2-02-gtk-tooltips.diff: Removed, obsolete. * base-specs/libwnck.spec: Remove upstream patch, 02-group-windows. * patches/libwnck-02-group-windows.diff: Removed, upstream. * base-specs/at-spi.spec, base-specs/libgail-gnome.spec, base-specs/gail.spec: Bump to 1.19.5. * base-specs/eel.spec: Bump to 2.19.5. * base-specs/libgnomecanvas.spec: Bump to 2.19.0.
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 at-spi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner: padraig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Name:         at-spi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:      LGPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:        System/Libraries
10178
a7f02aa69081 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 10004
diff changeset
    13
Version:      1.19.5
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Summary:      Assistive Technology Service Provider Interface
9862
501ac35585af Commit bumped at-spi.spec too.
dcarbery
parents: 9732
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.19/%{name}-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
URL:          http://developer.gnome.org/projects/gap/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Docdir:       %{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Prereq:	      /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%define gtk2_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
%define libbonobo_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%define atk_version 1.7.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define gail_version 1.6.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRequires: libbonobo-devel >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRequires: gail-devel >= %{gail_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires:      gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Requires:      libbonobo >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires:      gail >= %{gail_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
at-spi allows assistive technologies to access GTK-based
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
applications. Essentially it exposes the internals of applications for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
automation, so tools such as screen readers, magnifiers, or even
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
scripting interfaces can query and interact with GUI controls.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Summary:	Assistive Technology Service Provider Developer Interface
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Group:		Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires:	%{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires:       libbonobo-devel >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires:       atk-devel >= %{atk_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
at-spi allows assistive technologies to access GTK-based
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
applications. Essentially it exposes the internals of applications for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
automation, so tools such as screen readers, magnifiers, or even
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
scripting interfaces can query and interact with GUI controls.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
  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
    67
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
CFLAGS="$RPM_OPT_FLAGS"			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
            --sysconfdir=%{_sysconfdir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
	    --mandir=%{_mandir}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
	    --libexecdir=%{_libexecdir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
	    %{gtk_doc_option}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%{_libdir}/libspi*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%{_libdir}/libcspi*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%{_libdir}/libloginhelper*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%{_libdir}/gtk-2.0/modules/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{_libdir}/bonobo/servers/*.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%{_libdir}/orbit-2.0/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_libexecdir}/at-spi-registryd
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%{_datadir}/locale/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_includedir}/at-spi-1.0/cspi/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%{_includedir}/at-spi-1.0/libspi/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%{_includedir}/at-spi-1.0/login-helper/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%{_datadir}/gtk-doc/html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_datadir}/idl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_libdir}/libspi*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_libdir}/libcspi*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_libdir}/libloginhelper*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%changelog
10178
a7f02aa69081 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 10004
diff changeset
   124
* Wed Jul 11 2007 - [email protected]
a7f02aa69081 2007-07-11 Damien Carbery <[email protected]>
dcarbery
parents: 10004
diff changeset
   125
- Bump to 1.19.5.
10004
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9862
diff changeset
   126
* Wed Jun 06 2007 - [email protected]
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9862
diff changeset
   127
- Bump to 1.19.3.
9862
501ac35585af Commit bumped at-spi.spec too.
dcarbery
parents: 9732
diff changeset
   128
* Thu May 10 2007 - [email protected]
501ac35585af Commit bumped at-spi.spec too.
dcarbery
parents: 9732
diff changeset
   129
- Bump to 1.19.1.
9732
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9522
diff changeset
   130
* Thu Apr 12 2007 - [email protected]
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9522
diff changeset
   131
- Bump to 1.18.1.
9522
eee0e85e99af 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   132
* Mon Mar 12 2007 - [email protected]
eee0e85e99af 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   133
- Bump to 1.18.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   134
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   135
- Bump to 1.17.2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
* Wed Feb 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
- Remove upstream patch, at-spi-01-get-attributes-crash.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- Bump to 1.17.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
* Mon Jan 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
- Bump to 1.7.16.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
* Mon Jan 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
- Bump to 1.7.15.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- Bump to 1.7.14. Remove upstream patch, at-spi-01-fix-leak.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
* Fri Dec 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
- Bump to 1.7.13.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
* Fri Nov 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
- Remove patch 01-define-symbols.diff; move patch 02-fix-leak.diff to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
  01-fix-leak.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- 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
   153
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Wed Oct 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- Add patch 02-fix-leak to fix bug 6457388
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Mon Oct 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- Bump to 1.7.12.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Bump to 1.7.11.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Tue Jul 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Bump to 1.7.10.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Wed Jul 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- Bump to 1.7.9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Mon Apr 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- Add patch 01-define-symbols so that gok builds.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Fri Mar 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Bump to 1.7.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Tue Feb 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Bump to 1.7.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Thu Feb 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Remove 'make clean' hack as 1.7.5 tarball fixed the issue.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Tue Feb 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Bump to 1.7.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Thu Feb 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- Add "make clean" hack to ensure that the bonobo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
  registry server file is built with the right
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
  sysconfdir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- Bump to 1.7.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- Bump to 1.7.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Fri Jan 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Bump to 1.7.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Thu Sep 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Bump to 1.6.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- Bump to 1.6.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Tue Aug 23 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Move CFLAGS setting as it was useless in original location.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Tue Jun 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- Added aclocal/automake/autoconf, needed for Solaris build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Mon May 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- Bump to 1.6.4 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Mon May 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Bump to 1.6.3 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Tue Apr 5 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- Added patch at-spi-01-leakfix.diff to fix leak in bounds-change events.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Thu Dec 9 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Revved to 1.6.2, to get fixes for 6192693, 6205004, others.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Wed Sep 1 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Bumped to version 1.5.4, to include fixes for 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- activation issues with DISPLAY env, and gnopernicus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- dependencies.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Removed patch since #5088625 has been fixed, and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- the patch is incompatible with the fix.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- added patch from Padraig to work around P1/S2 bug #5088625.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Fri Jun 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- add login-helper headers and lib to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
* Wed Jun 02 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Bump version to 1.5.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
* Fri Apr 30 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
- Bump version to 1.5.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Tue Mar 23 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Remove "patch -p1" from the %prep section since
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
  the patch was removed, and this is causing an
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
  error on Solaris build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Tue Mar 23 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- Bump version to 1.4.0, remove reference to 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
  at-spi-01-uninstalled-idldir.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
* Mon Mar 22 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- backport idldir fix in uninstalled.pc files from HEAD
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Tue Mar 16 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Remove the uninstalled-pc patch as it's 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
  upstream now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- Reset release to 1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
* Wed Mar 10 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
- Bump to 1.3.15
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Mon Feb 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Add '--libexecdir=%{_libexecdir}' to install files to correct dir on Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
* Wed Feb 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
- tarball upgrade to 1.3.12, add manpages, update %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
* Wed Dec 16 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
- tarball upgrade to 1.3.9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Fri Oct 10 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
- tarball upgrade
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
- move *.so to -devel, remove *.a and *.al
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
* Thu May 08 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
- Created new spec file for at-spi