File atk.spec of Package atk
#
# spec file for package atk (Version 1.32.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: atk
Summary: An Accessibility ToolKit
Version: 1.32.0
Release: 3
Url: http://www.gtk.org/
License: LGPLv2.1+
Group: System/Libraries
Source: ftp://ftp.gnome.org/pub/gnome/sources/atk/1.20/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
BuildRequires: translation-update-upstream
Requires: %{name}-lang = %{version}
Requires: libatk-1_0-0
# bug437293
%ifarch ppc64
Obsoletes: atk-64bit
%endif
#
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.
%package -n libatk-1_0-0
License: LGPLv2.1+
Summary: An Accessibility ToolKit
Group: System/Libraries
Provides: %{name} = %{version}
Obsoletes: %{name} < %{version}
%description -n libatk-1_0-0
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.
%package devel
License: LGPLv2.1+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/GNOME
Requires: libatk-1_0-0 = %{version}
Requires: glib2-devel
# bug437293
%ifarch ppc64
Obsoletes: atk-devel-64bit
%endif
#
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
%package doc
License: LGPLv2.1+
Summary: Additional Package Documentation for atk
Group: System/Libraries
Requires: libatk-1_0-0 = %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description doc
This package contains additional documentation for the ATK Library.
%lang_package
%prep
%setup -q
translation-update-upstream
%build
%configure --disable-static
make %{?jobs:-j%jobs}
%install
%makeinstall
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
%if 0%{?suse_version} > 1110
%{__rm} %{buildroot}/%{_libdir}/*.la
%endif
%find_lang atk10
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%post -n libatk-1_0-0 -p /sbin/ldconfig
%postun -n libatk-1_0-0 -p /sbin/ldconfig
%files -n libatk-1_0-0
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/lib*.so.*
%{_libdir}/girepository-1.0/Atk-1.0.typelib
%files lang -f atk10.lang
%files devel
%defattr(-, root, root)
%{_includedir}/atk-1.0
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%if 0%{?suse_version} <= 1110
%{_libdir}/*.la
%endif
%files doc
%defattr(-, root, root)
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/atk
%changelog