cvsdist 2c9996
Summary: Interfaces for accessibility support
cvsdist 2c9996
Name: atk
cvsdist 2c9996
Version: 0.2
cvsdist 2c9996
Release: 3
cvsdist 2c9996
License: LGPL
cvsdist 2c9996
Group: System Environment/Libraries
cvsdist 2c9996
Source: ftp://ftp.gtk.org/pub/gtk/v1.3/atk-%{version}.tar.gz
cvsdist 2c9996
URL: http://developer.gnome.org/projects/gap/
cvsdist 2c9996
BuildRoot: %{_tmppath}/atk-%{PACKAGE_VERSION}-root
cvsdist 2c9996
BuildPreReq: pango-devel
cvsdist 2c9996
cvsdist 2c9996
%description
cvsdist 2c9996
The ATK library provides a set of interfaces for adding accessibility
cvsdist 2c9996
support to applications and graphical user interface toolkits.
cvsdist 2c9996
By supporting the ATK interfaces, an application or toolkit can
cvsdist 2c9996
be used such as tools such as screen readers and magnifiers,
cvsdist 2c9996
and alternative input devices.
cvsdist 2c9996
cvsdist 2c9996
%package devel
cvsdist 2c9996
Summary:  System for layout and rendering of internationalized text
cvsdist 2c9996
Group: Development/Libraries
cvsdist 2c9996
Requires: atk = %{PACKAGE_VERSION}
cvsdist 2c9996
Requires: pango-devel
cvsdist 2c9996
cvsdist 2c9996
%description devel
cvsdist 2c9996
The atk-devel package includes the static libraries, header files
cvsdist 2c9996
and developer docs for the atk package.
cvsdist 2c9996
cvsdist 2c9996
Install atk-devel if you want to develop programs which will use
cvsdist 2c9996
ATK.
cvsdist 2c9996
cvsdist 2c9996
%prep
cvsdist 2c9996
%setup
cvsdist 2c9996
cvsdist 2c9996
%build
cvsdist 2c9996
%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 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 2c9996
%files
cvsdist 2c9996
%defattr(-, root, root)
cvsdist 2c9996
%doc README AUTHORS COPYING ChangeLog
cvsdist 2c9996
%{_prefix}/lib/libatk.so.*
cvsdist 2c9996
cvsdist 2c9996
%files devel
cvsdist 2c9996
%defattr(-, root, root)
cvsdist 2c9996
%{_prefix}/lib/libatk*.so
cvsdist 2c9996
#%{_prefix}/lib/libatk*.a
cvsdist 2c9996
%{_prefix}/include/*
cvsdist 2c9996
%{_prefix}/lib/pkgconfig/*
cvsdist 2c9996
cvsdist 2c9996
%changelog
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