cvsdist 64c68c
%define gtk2_version 2.3.0
cvsdist 2ca9b9
%define libbonobo_version 2.4.0
cvsdist 176ae0
%define orbit2_version 2.6.0
cvsdist 64c68c
%define gail_version 1.5.0
cvsdist 176ae0
%define pango_version 1.2.0
cvsdist 53629e
cvsdist 53629e
Summary: Assistive Technology Service Provider Interface 
cvsdist 53629e
Name: at-spi
cvsdist 64c68c
Version: 1.3.15
cvsdist 2ca9b9
Release: 1
cvsdist 53629e
URL: http://developer.gnome.org/projects/gap/
cvsdist 7ea35c
Source0: %{name}-%{version}.tar.bz2
cvsdist 2ca9b9
Patch: at-spi-1.1.9-stderr.patch
cvsdist 53629e
License: LGPL
cvsdist 53629e
Group: System Environment/Libraries
cvsdist 53629e
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 53629e
Requires: gtk2 >= %{gtk2_version}
cvsdist 53629e
Requires: libbonobo >= %{libbonobo_version}
cvsdist 53629e
Requires: ORBit2 >= %{orbit2_version}
cvsdist 53629e
Requires: gail >= %{gail_version}
cvsdist a4285e
BuildRequires: pango-devel >= %{pango_version}
cvsdist 53629e
BuildRequires: gtk2-devel >= %{gtk2_version}
cvsdist 53629e
BuildRequires: libbonobo-devel >= %{libbonobo_version}
cvsdist 53629e
BuildRequires: ORBit2-devel >= %{orbit2_version}
cvsdist 53629e
BuildRequires: gail-devel >= %{gail_version}
cvsdist a4285e
BuildRequires: fontconfig
cvsdist 176ae0
BuildRequires: XFree86-devel
cvsdist 176ae0
BuildRequires: autoconf
cvsdist 53629e
cvsdist 53629e
%description
cvsdist 7ea35c
at-spi allows assistive technologies to access GTK-based
cvsdist 7ea35c
applications. Essentially it exposes the internals of applications for
cvsdist 7ea35c
automation, so tools such as screen readers, magnifiers, or even
cvsdist 7ea35c
scripting interfaces can query and interact with GUI controls.
cvsdist 53629e
cvsdist 53629e
cvsdist 53629e
%package devel
cvsdist 53629e
Summary: Development libraries and headers for at-spi
cvsdist 53629e
Group: Development/Libraries
cvsdist 53629e
Requires: %name = %{version}
cvsdist 53629e
Requires: gtk2-devel >= %{gtk2_version}
cvsdist 53629e
Requires: libbonobo-devel >= %{libbonobo_version}
cvsdist 53629e
Requires: ORBit2-devel >= %{orbit2_version}
cvsdist 53629e
Requires: gail-devel >= %{gail_version}
cvsdist 2ca9b9
Requires: linc-devel
cvsdist 53629e
cvsdist 53629e
%description devel
cvsdist 53629e
Libraries and header files allowing compilation of apps that use at-spi.
cvsdist 53629e
cvsdist 176ae0
cvsdist 53629e
%prep
cvsdist 53629e
%setup -q
cvsdist 2ca9b9
#%patch -p1 -b .stderr
cvsdist 176ae0
cvsdist 176ae0
## for multilib patch
cvsdist 176ae0
autoconf
cvsdist 176ae0
cvsdist 53629e
%build
cvsdist 176ae0
export multilibname=%{_lib}
cvsdist 2ca9b9
export CFLAGS="$RPM_OPT_FLAGS `pkg-config --cflags linc`"
cvsdist 2ca9b9
export LIBS="`pkg-config --libs linc`"
cvsdist 64c68c
%configure --enable-gtk-doc
cvsdist 53629e
make
cvsdist 53629e
cvsdist 53629e
%install
cvsdist 53629e
rm -rf $RPM_BUILD_ROOT
cvsdist 53629e
%makeinstall
cvsdist 53629e
cvsdist 176ae0
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist 176ae0
cvsdist 7ea35c
%post -p /sbin/ldconfig
cvsdist 7ea35c
cvsdist 7ea35c
%postun -p /sbin/ldconfig
cvsdist 7ea35c
cvsdist 53629e
%clean
cvsdist 53629e
rm -rf $RPM_BUILD_ROOT
cvsdist 53629e
cvsdist 53629e
%files
cvsdist 53629e
%defattr(-,root,root)
cvsdist 53629e
cvsdist 53629e
%doc AUTHORS COPYING ChangeLog NEWS README
cvsdist 53629e
cvsdist 53629e
%{_libdir}/lib*.so.*
cvsdist 53629e
%{_libdir}/bonobo
cvsdist 7ea35c
%{_libdir}/orbit-2.0
cvsdist a4285e
%{_libdir}/gtk-2.0
cvsdist a4285e
%{_libexecdir}/*
cvsdist 53629e
cvsdist 53629e
%files devel
cvsdist 53629e
%defattr(-,root,root)
cvsdist 53629e
%{_datadir}/gtk-doc
cvsdist 53629e
%{_datadir}/idl
cvsdist 53629e
%{_libdir}/lib*.so
cvsdist 53629e
%{_libdir}/pkgconfig/*
cvsdist 7ea35c
%{_includedir}/* 
cvsdist 53629e
cvsdist 53629e
%changelog
cvsdist 64c68c
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 1.3.15
cvsdist 64c68c
- Update to 1.3.15
cvsdist 64c68c
cvsdist 64c68c
* Thu Mar 04 2004 Mark McLoughlin <markmc@redhat.com> 1.3.14-1
cvsdist 64c68c
- Update to 1.3.14
cvsdist 64c68c
cvsdist 64c68c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 64c68c
- rebuilt
cvsdist 64c68c
cvsdist 64c68c
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 1.3.13-1
cvsdist 64c68c
- update to 1.3.13
cvsdist 64c68c
cvsdist 64c68c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 64c68c
- rebuilt
cvsdist 64c68c
cvsdist 64c68c
* Fri Jan 30 2004 Jonathan Blandford <jrb@redhat.com> 1.3.11-1
cvsdist 64c68c
- new version
cvsdist 64c68c
cvsdist 2ca9b9
* Thu Oct  2 2003 Jonathan Blandford <jrb@redhat.com> 1.3.7-1
cvsdist 2ca9b9
- new version
cvsdist 2ca9b9
cvsdist 2ca9b9
* Wed Aug 20 2003 Elliot Lee <sopwith@redhat.com> 1.1.9-3
cvsdist 2ca9b9
- Fix rebuild failure (stderr.patch)
cvsdist 2ca9b9
cvsdist 2ca9b9
* Tue Jul 15 2003 Havoc Pennington <hp@redhat.com> 1.1.9-2
cvsdist 2ca9b9
- disable gtk doc
cvsdist 2ca9b9
cvsdist 2ca9b9
* Mon Jul 14 2003 Havoc Pennington <hp@redhat.com>
cvsdist 2ca9b9
- automated rebuild
cvsdist 2ca9b9
cvsdist 2ca9b9
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 1.1.9-1
cvsdist 2ca9b9
- 1.1.9
cvsdist 2ca9b9
- remove multilib patch fixed upstream
cvsdist 2ca9b9
cvsdist 2ca9b9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 2ca9b9
- rebuilt
cvsdist 2ca9b9
cvsdist 176ae0
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 1.1.8-3
cvsdist 176ae0
- kill Xft buildreq
cvsdist 176ae0
cvsdist 176ae0
* Tue Feb 11 2003 Havoc Pennington <hp@redhat.com> 1.1.8-2
cvsdist 176ae0
- rebuild to fix self-dependency
cvsdist 176ae0
cvsdist 176ae0
* Tue Feb 11 2003 Havoc Pennington <hp@redhat.com> 1.1.8-1
cvsdist 176ae0
cvsdist 176ae0
- extend multilib patch to cover -lXi
cvsdist 176ae0
cvsdist 176ae0
* Tue Feb  4 2003 Havoc Pennington <hp@redhat.com> 1.1.8-1
cvsdist 176ae0
- 1.1.8
cvsdist 176ae0
cvsdist 176ae0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 176ae0
- rebuilt
cvsdist 176ae0
cvsdist 176ae0
* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.0.1-6
cvsdist 176ae0
- Add patch to help multilib systems find libXtst
cvsdist 176ae0
cvsdist 176ae0
* Fri Dec  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 176ae0
- rebuild
cvsdist 176ae0
cvsdist 3bdfe2
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3bdfe2
- rebuild with new libbonobo and gail
cvsdist 3bdfe2
cvsdist a4285e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist a4285e
- automated rebuild
cvsdist a4285e
cvsdist a4285e
* Mon Jun 17 2002 Matt Wilson <msw@redhat.com>
cvsdist a4285e
- add libatk-bridge.so to the file list
cvsdist a4285e
cvsdist a4285e
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist a4285e
- 1.0.1
cvsdist a4285e
- add at-spi-registryd to file list
cvsdist a4285e
cvsdist a4285e
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist a4285e
- rebuild in different environment
cvsdist a4285e
cvsdist 7ea35c
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7ea35c
- 1.0.0
cvsdist 7ea35c
- add post/postun ldconfig
cvsdist 7ea35c
cvsdist 7ea35c
* Wed May 29 2002 Bill Nottingham <notting@redhat.com>
cvsdist 7ea35c
- rebuild again?
cvsdist 7ea35c
cvsdist 7ea35c
* Tue May 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7ea35c
- rebuild in different environment
cvsdist 7ea35c
cvsdist 7ea35c
* Tue May 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7ea35c
- 0.12.1
cvsdist 7ea35c
cvsdist 7ea35c
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 7ea35c
- Version 0.0.6
cvsdist 7ea35c
cvsdist 7ea35c
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7ea35c
- rebuild in rawhide, seems to have been linked incorrectly
cvsdist 53629e
cvsdist 53629e
* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 53629e
- rebuild in rawhide, upgrade to 0.0.5
cvsdist 53629e
- add gail deps
cvsdist 53629e
cvsdist 53629e
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist 53629e
- Initial build.
cvsdist 53629e
cvsdist 53629e