File atk.spec of Package atk

#
# spec file for package atk (Version 1.12.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           atk
BuildRequires:  gcc-c++ glib2-devel gtk-doc intltool perl-XML-Parser sgml-skel xorg-x11-devel
Summary:        An Accessibility ToolKit
Version:        1.12.3
Release:        23
URL:            http://www.gtk.org/
License:        GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group:          System/Libraries
Source:         ftp://ftp.gnome.org/pub/gnome/sources/atk/1.12/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The ATK library provides a set of accessibility interfaces. By
supporting the ATK interfaces, an application or toolkit can be used
with screen readers, magnifiers, and alternate input devices.



Authors:
--------
    Bill.Haneman <bill.haneman@sun.com>
    Marc.Mulcahy <marc.mulcahy@sun.com>
    Padraig.Obriain <padraig.obriain@sun.com>

%package devel
Summary:        Include Files and Libraries mandatory for Development.
Group:          Development/Libraries/GNOME
Requires:       %{name} = %{version}
Requires:       glib2-devel

%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.



Authors:
--------
    Bill.Haneman <bill.haneman@sun.com>
    Marc.Mulcahy <marc.mulcahy@sun.com>
    Padraig.Obriain <padraig.obriain@sun.com>

%package doc
Summary:        Additional Package Documentation.
Group:          System/Libraries
Requires:       %{name} = %{version}

%description doc
The ATK Library provides a set of interfaces for accessibility. By
supporting the ATK interfaces, an application or toolkit can be used
with screen readers, magnifiers, and alternate input devices.



Authors:
--------
    Bill.Haneman <bill.haneman@sun.com>
    Marc.Mulcahy <marc.mulcahy@sun.com>
    Padraig.Obriain <padraig.obriain@sun.com>

%prep
%setup -q

%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}

%install
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang atk10

%clean
rm -rf $RPM_BUILD_ROOT

%post
%run_ldconfig

%postun
%run_ldconfig

%files -f atk10.lang
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/lib*.so.*

%files devel
%defattr(-, root, root)
%{_includedir}/atk-1.0
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{_libdir}/pkgconfig/*.pc

%files doc
%defattr(-, root, root)
%{_datadir}/gtk-doc/html/atk

%changelog -n atk
* Thu Dec 07 2006 - sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Mon Oct 02 2006 - jhargadon@suse.de
- update to version 1.12.3
- Add missing signals to fix win32 build
- New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung)
- Implement AtkDocument signals
- Update docs to include info on AtkDocument signals
- Bugfixes: #357847, #340553, #346464, #352227
* Wed Aug 30 2006 - jhargadon@suse.de
- update to version 1.12.2
- Documentation fixes
- New language: Bengali
* Fri Jul 21 2006 - gekker@suse.de
- Update to version 1.12.1
  Changes in version 1.12.0: [ongoing]
  * Added ATK_ROLE_FORM
  * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
  Changes in version 1.11.4:
  * Enhanced documentation: gtk-doc API docs are
  now at 100%% coverage.
  * allow for NULL in-params to AtkImage coordinate APIs.
  * New langs: Georgian (ka)   Vladimir Sichinava
  Oriya (or)      Gora Mohanty
  Changes in version 1.11.3:
  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
  * Included docs in tarball as appropriate.
  Changes in version 1.11.0:
  * Added new APIs - minor enhancements to AtkImage,
  * AtkDocument, AtkObject, AtkComponent, AtkState.
  * Significant API additions:  Added locale attribute to
  AtkImage instances, and Document instances.
  * Added the ability to assign weakly-typed attributes to
  AtkObject as name-value pairs; also added similar
  name-value pairs to AtkDocument for attributes which are
  intended to be valid over the entire document.
  * Minor documentation fixes (thanks to Bill Abt).
  * Added 'tt' (Tatar) locale, Simos Xenitellis
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Sep 05 2005 - gekker@suse.de
- Update to version 1.10.3
* Mon Sep 05 2005 - gekker@suse.de
- Update to version 1.10.2 (GNOME 2.12)
- Enable gtk-doc
* Tue Jun 07 2005 - gekker@suse.de
- Update to version 1.10.1.
* Tue Mar 08 2005 - gekker@suse.de
- Update to version 1.9.1 (GNOME 2.10).
* Wed Dec 15 2004 - gekker@suse.de
-Update to 1.9.0
* Fri Nov 19 2004 - gekker@suse.de
- Update to 1.8.0
* Tue Oct 26 2004 - ro@suse.de
- locale rename: no -> nb
* Wed Aug 25 2004 - kukuk@suse.de
- Avoid /bin/sh as PreRequire
* Thu Apr 15 2004 - sbrabec@suse.cz
- Updated to version 1.6.0 (GNOME 2.6).
* Sat Jan 10 2004 - adrian@suse.de
- add %%defattr and %%run_ldconfig
* Wed Oct 15 2003 - ro@suse.de
- added c++ to neededforbuild
* Fri Oct 10 2003 - sbrabec@suse.cz
- Updated to version 1.4.1.
* Mon Oct 06 2003 - kukuk@suse.de
- Don't regenerate configure script new
* Fri Sep 26 2003 - sbrabec@suse.cz
- Updated to version 1.4.0 (GNOME 2.4).
* Fri Aug 15 2003 - sbrabec@suse.cz
- Archive repacked to prevent high-UID failures.
* Mon Jul 14 2003 - sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
* Mon Jul 14 2003 - sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
* Thu Jun 12 2003 - sbrabec@suse.cz
- Updated to version 1.2.4.
- Require gnome-filesystem for atk-doc.
* Thu May 22 2003 - sbrabec@suse.cz
- Require glib2-devel for atk-devel.
* Mon Feb 24 2003 - sbrabec@suse.cz
- Repacked atk-1.2.2.tar.bz2 (high UID and breaks Autobuild).
* Wed Jan 29 2003 - hhetter@suse.de
- updated to version 1.2.2
* Thu Jan 09 2003 - sbrabec@suse.cz
- Updated to version 1.2.1.
- Updated %%files.
* Thu Aug 15 2002 - hhetter@suse.de
- branch atk-doc
* Mon Aug 05 2002 - hhetter@suse.de
- updated to version 1.0.3, bugfix release for stable
  series + documentation updates
* Tue Jun 04 2002 - hhetter@suse.de
- updated to version 1.0.2, bugfix release for stable
  series
* Wed May 15 2002 - ro@suse.de
- fix libdir usage
* Tue Apr 30 2002 - sf@suse.de
- changed filelist form */lib to */%%{_lib} to build on bilib archs
* Mon Apr 08 2002 - hhetter@suse.de
- updated to version 1.0.1
* Thu Jan 31 2002 - hhetter@suse.de
- updated to version 0.10 [gnome desktop alpha2]
* Fri Jan 11 2002 - hhetter@suse.de
- updated to version 0.8
  * new functions
  * numerous bugfixes
* Tue Nov 27 2001 - hhetter@suse.de
- updated to version 0.7, changes include:
  * Some restructuring of how change notification works, use
  signals not properties in some cases.
  * Various small API fixes and improvements
  * Add key event hooks
  * Documentation improvements
* Wed Nov 21 2001 - hhetter@suse.de
- initial SuSE package for GNOME 2.0 platform (atk0.6)
- changed link order to build test libraries
openSUSE Build Service is sponsored by