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/
#
# norootforbuild
Name: accerciser
Summary: Accessibility debugging tool
Version: 1.12.1
Release: 3
License: BSD3c(or similar) ; LGPLv2.1+
Group: Development/Tools/Other
Url: http://live.gnome.org/Accerciser
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: gconf2-devel
BuildRequires: gnome-doc-utils-devel
BuildRequires: gnome-python-desktop
BuildRequires: intltool
# pyatspi is a virtual name that is provided by the default at-spi stack
BuildRequires: pyatspi
BuildRequires: python-gtk
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
Requires: IPython
Requires: gnome-python-desktop
# pyatspi is a virtual name that is provided by the default at-spi stack
Requires: pyatspi
Requires: python-gtk
Requires: python-gtksourceview
Recommends: %{name}-lang
%py_requires
%if %suse_version <= 1110
%define python_sitelib %{py_sitedir}
%endif
%gconf_schemas_prereq
%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 -n %{name}-%{version}
translation-update-upstream
%build
%configure \
--disable-scrollkeeper
%__make %{?jobs:-j%jobs}
%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_gconf_schemas
%find_lang %{name} %{?no_lang_C}
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre
%post
%desktop_database_post
%icon_theme_cache_post
%preun -f %{name}.schemas_preun
%postun
%desktop_database_postun
%icon_theme_cache_postun
%posttrans -f %{name}.schemas_posttrans
%files -f %{name}.schemas_list
%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/
%dir %{_datadir}/omf/
%dir %{_datadir}/omf/%{name}/
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
%{_bindir}/%{name}
%{python_sitelib}/%{name}
%{_datadir}/%{name}
%{_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