File accerciser.spec of Package accerciser
#
# spec file for package accerciser
#
# Copyright (c) 2011 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/
#
Name: accerciser
Summary: Accessibility debugging tool
Version: 3.2.1
Release: 1
License: BSD3c(or similar) ; LGPLv2.1+
Group: Development/Tools/Other
Url: http://live.gnome.org/Accerciser
Source0: http://download.gnome.org/sources/accerciser/3.2/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
# pyatspi is a virtual name that is provided by the default at-spi stack
BuildRequires: pyatspi
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(atspi-2) >= 2.1.5
BuildRequires: pkgconfig(gtk+-3.0) >= 3.1.13
BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.3
Requires: IPython
# pyatspi is a virtual name that is provided by the default at-spi stack
Requires: pyatspi
Requires: python-gobject
Recommends: %{name}-lang
%py_requires
%if %suse_version <= 1110
%define python_sitelib %{py_sitedir}
%endif
%glib2_gsettings_schema_requires
%description
Accerciser is an interactive Python accessibility explorer for the
GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing
you to check if an application is providing correct information to
assistive technologies and automated test frameworks. Accerciser has a
simple plugin framework which you can use to create custom views of
accessibility information.
In essence, Accerciser is a next generation at-poke tool.
%lang_package
%prep
%setup -q
translation-update-upstream
%build
%configure \
--disable-scrollkeeper
make %{?_smp_mflags}
%install
%makeinstall
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
%suse_update_desktop_file -r -N "Accerciser" -G "Accesibility Debugger" accerciser Utility GNOME Accessibility
%find_lang %{name} %{?no_lang_C}
%fdupes $RPM_BUILD_ROOT
%post
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
%postun
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README
%dir %{_datadir}/gnome/
%dir %{_datadir}/gnome/help/
%dir %{_datadir}/gnome/help/%{name}/
%doc %{_datadir}/gnome/help/%{name}/C/
%{_bindir}/%{name}
%{python_sitelib}/%{name}
%{_datadir}/%{name}/
%{_datadir}/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/man/man1/%{name}.1.gz
%{_datadir}/applications/%{name}.desktop
%files lang -f %{name}.lang
%changelog