cvsdist 4a6d3a
cvsdist 4a6d3a
# Something's not quite right with libtool....
cvsdist 4a6d3a
%define __libtoolize :
cvsdist 4a6d3a
cvsdist 899c08
%define glib2_base_version 2.0.6
cvsdist 899c08
%define glib2_version %{glib2_base_version}-3
cvsdist 4a6d3a
cvsdist 4a6d3a
Summary: Interfaces for accessibility support.
cvsdist 2c9996
Name: atk
cvsdist 899c08
Version: 1.2.0
cvsdist 899c08
Release: 2
cvsdist 2c9996
License: LGPL
cvsdist 2c9996
Group: System Environment/Libraries
cvsdist 1623b1
Source: ftp://ftp.gtk.org/pub/gtk/v2.0/atk-%{version}.tar.bz2
cvsdist 2c9996
URL: http://developer.gnome.org/projects/gap/
cvsdist 2c9996
BuildRoot: %{_tmppath}/atk-%{PACKAGE_VERSION}-root
cvsdist 4a6d3a
BuildPreReq: glib2-devel >= %{glib2_version}
cvsdist 2c9996
cvsdist 2c9996
%description
cvsdist 2c9996
The ATK library provides a set of interfaces for adding accessibility
cvsdist 4a6d3a
support to applications and graphical user interface toolkits. By
cvsdist 4a6d3a
supporting the ATK interfaces, an application or toolkit can be used
cvsdist 4a6d3a
with tools such as screen readers, magnifiers, and alternative input
cvsdist 4a6d3a
devices.
cvsdist 2c9996
cvsdist 2c9996
%package devel
cvsdist 4a6d3a
Summary: System for layout and rendering of internationalized text.
cvsdist 2c9996
Group: Development/Libraries
cvsdist 2c9996
Requires: atk = %{PACKAGE_VERSION}
cvsdist 4a6d3a
Requires: glib2-devel >= %{glib2_version}
cvsdist 2c9996
cvsdist 2c9996
%description devel
cvsdist 4a6d3a
The atk-devel package includes the static libraries, header files, and
cvsdist 4a6d3a
developer docs for the atk package.
cvsdist 2c9996
cvsdist 4a6d3a
Install atk-devel if you want to develop programs which will use ATK.
cvsdist 2c9996
cvsdist 2c9996
%prep
cvsdist 1623b1
%setup -n atk-%{version}
cvsdist 2c9996
cvsdist 2c9996
%build
cvsdist 4a6d3a
cvsdist 049d76
%configure --disable-gtk-doc
cvsdist 2c9996
make
cvsdist 2c9996
cvsdist 2c9996
%install
cvsdist 2c9996
rm -rf $RPM_BUILD_ROOT
cvsdist 2c9996
cvsdist 2c9996
%makeinstall
cvsdist 2c9996
cvsdist 899c08
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist 899c08
cvsdist 899c08
%find_lang atk10
cvsdist 899c08
cvsdist 2c9996
%clean
cvsdist 2c9996
rm -rf $RPM_BUILD_ROOT
cvsdist 2c9996
cvsdist 2c9996
%post -p /sbin/ldconfig
cvsdist 2c9996
cvsdist 2c9996
%postun -p /sbin/ldconfig
cvsdist 2c9996
cvsdist 2c9996
cvsdist 899c08
%files -f atk10.lang
cvsdist 2c9996
%defattr(-, root, root)
cvsdist 2c9996
%doc README AUTHORS COPYING ChangeLog
cvsdist 899c08
%{_libdir}/libatk*.so.*
cvsdist 2c9996
cvsdist 2c9996
%files devel
cvsdist 2c9996
%defattr(-, root, root)
cvsdist 899c08
%{_libdir}/libatk*.so
cvsdist 899c08
%{_includedir}/*
cvsdist 899c08
%{_libdir}/pkgconfig/*
cvsdist 899c08
%{_datadir}/gtk-doc/
cvsdist 049d76
cvsdist 2c9996
%changelog
cvsdist 899c08
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 899c08
- rebuilt
cvsdist 899c08
cvsdist 899c08
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 899c08
- Package documentation, instead of blowing it away
cvsdist 899c08
- Version 1.2.0
cvsdist 899c08
cvsdist 899c08
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 1.0.3-3
cvsdist 899c08
- remove unpackaged files from the buildroot
cvsdist 899c08
cvsdist 899c08
* Mon Oct  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist 899c08
- require glib 2.0.6-3
cvsdist 899c08
cvsdist 1623b1
* Wed Jul 31 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 1623b1
- Remove fixed-ltmain.sh
cvsdist 1623b1
- Version 1.0.3
cvsdist 1623b1
cvsdist ae28bb
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist ae28bb
- automated rebuild
cvsdist ae28bb
cvsdist ae28bb
* Tue Jun 04 2002 Havoc Pennington <hp@redhat.com>
cvsdist ae28bb
- rebuild in different environment
cvsdist ae28bb
cvsdist 1fe829
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1fe829
- 1.0.2
cvsdist 1fe829
cvsdist 1fe829
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 1fe829
- automated rebuild
cvsdist 1fe829
cvsdist 1fe829
* Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1fe829
 - rebuild in different environment
cvsdist 1fe829
cvsdist 1216d8
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
cvsdist 1216d8
- Update to version 1.0.1
cvsdist 1216d8
cvsdist 049d76
* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 049d76
- Version 1.0.0
cvsdist 049d76
cvsdist 049d76
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
cvsdist 049d76
- Update to 0.13
cvsdist 049d76
cvsdist 049d76
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
cvsdist 049d76
- Bump for rebuild
cvsdist 049d76
cvsdist 049d76
* Mon Feb 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist 049d76
- rebuild for glib 1.3.14
cvsdist 049d76
cvsdist 049d76
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist 049d76
- add horrible buildrequires hack
cvsdist 049d76
cvsdist 049d76
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist 049d76
- 0.12.90 cvs snap
cvsdist 049d76
cvsdist 049d76
* Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 049d76
- Version 0.10
cvsdist 049d76
cvsdist 049d76
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 049d76
- automated rebuild
cvsdist 049d76
cvsdist 4a6d3a
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- new snap 0.8.90
cvsdist 4a6d3a
cvsdist 4a6d3a
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- rebuild with glib hacked to work on 64-bit
cvsdist 4a6d3a
cvsdist 4a6d3a
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- Version 0.7
cvsdist 4a6d3a
- add explicit check for required glib2 version before we do the build,
cvsdist 4a6d3a
  so we don't end up with bad RPMs on --nodeps builds
cvsdist 4a6d3a
cvsdist 4a6d3a
* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- rebuild due to hosage on ia64 build system causing link to old glib
cvsdist 4a6d3a
cvsdist 4a6d3a
* Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 4a6d3a
- Version 0.6
cvsdist 4a6d3a
cvsdist 4a6d3a
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- 0.5
cvsdist 4a6d3a
- sync with Owen's version
cvsdist 4a6d3a
cvsdist 4a6d3a
* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- 0.4
cvsdist 4a6d3a
- fix requires
cvsdist 4a6d3a
- --enable-static
cvsdist 4a6d3a
- put static libs back in file list
cvsdist 4a6d3a
cvsdist 4a6d3a
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- update to CVS snapshot
cvsdist 4a6d3a
cvsdist 4a6d3a
* Wed Sep 05 2001 Havoc Pennington <hp@redhat.com>
cvsdist 4a6d3a
- require specific pango version
cvsdist 4a6d3a
- fix ltmain.sh to destroy all relinking BS
cvsdist 4a6d3a
cvsdist 4a6d3a
* Tue Sep  4 2001 root <root@dhcpd37.meridian.redhat.com>
cvsdist 4a6d3a
- Version 0.2
cvsdist 4a6d3a
cvsdist 2c9996
* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 2c9996
- Configure with --disable-gtk-doc
cvsdist 2c9996
cvsdist 2c9996
* Tue Jul 10 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2c9996
- Add post- and postun-sections running ldconfig
cvsdist 2c9996
cvsdist 2c9996
* Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
cvsdist 2c9996
- 0.2
cvsdist 2c9996
cvsdist 2c9996
* Fri May  4 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 2c9996
- Initial version