160 lines
4.7 KiB
RPMSpec
160 lines
4.7 KiB
RPMSpec
# first two digits of version
|
|
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
|
|
|
Name: accerciser
|
|
Version: 3.11.92.1
|
|
Release: 1%{?dist}
|
|
Summary: Interactive Python accessibility explorer for the GNOME desktop
|
|
|
|
License: BSD
|
|
URL: https://live.gnome.org/Accerciser
|
|
Source0: http://download.gnome.org/sources/accerciser/%{release_version}/accerciser-%{version}.tar.xz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: at-spi2-core-devel
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: itstool
|
|
BuildRequires: pygobject3-devel
|
|
BuildRequires: python3
|
|
BuildRequires: python3-devel
|
|
|
|
Requires: libwnck3
|
|
Requires: python3-cairo
|
|
Requires: python3-gobject
|
|
Requires: python3-ipython-console
|
|
Requires: python3-pyatspi
|
|
|
|
%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.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%find_lang accerciser --with-gnome
|
|
|
|
|
|
%check
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop
|
|
|
|
|
|
%post
|
|
for d in hicolor HighContrast ; do
|
|
touch --no-create %{_datadir}/icons/$d &>/dev/null || :
|
|
done
|
|
|
|
%postun
|
|
if [ $1 -eq 0 ] ; then
|
|
for d in hicolor HighContrast ; do
|
|
touch --no-create %{_datadir}/icons/$d &>/dev/null || :
|
|
gtk-update-icon-cache %{_datadir}/icons/$d &>/dev/null || :
|
|
done
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
fi
|
|
|
|
%posttrans
|
|
for d in hicolor HighContrast ; do
|
|
gtk-update-icon-cache %{_datadir}/icons/$d &>/dev/null || :
|
|
done
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
|
|
|
%files -f accerciser.lang
|
|
%doc AUTHORS COPYING NEWS README
|
|
%{_bindir}/accerciser
|
|
%{python3_sitelib}/accerciser/
|
|
%{_datadir}/accerciser/
|
|
%{_datadir}/applications/accerciser.desktop
|
|
%{_datadir}/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml
|
|
%{_datadir}/icons/hicolor/*/apps/accerciser.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/accerciser.svg
|
|
%{_datadir}/icons/HighContrast/scalable/apps/accerciser.svg
|
|
%{_mandir}/man1/accerciser.1*
|
|
|
|
|
|
%changelog
|
|
* Wed Mar 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92.1-1
|
|
- Update to 3.11.92.1
|
|
|
|
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
- Update to 3.11.92
|
|
|
|
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
- Update to 3.11.91
|
|
|
|
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
- Update to 3.11.90
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
|
|
- Update to 3.8.2
|
|
|
|
* Wed Apr 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
|
|
- Update the dependencies for python3
|
|
- Add HighContrast icons and scriptlets
|
|
|
|
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
|
|
- Update to 3.8.0
|
|
|
|
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
- Update to 3.7.92
|
|
|
|
* Mon Mar 18 2013 Richard Hughes <rhughes@redhat.com> - 3.7.91-1
|
|
- Update to 3.7.91
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
|
|
- Update to 3.7.4
|
|
|
|
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.3-1
|
|
- Update to 3.7.3
|
|
|
|
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
|
|
- Update to 3.6.2
|
|
|
|
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
|
|
- Update to 3.6.0
|
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
- Update to 3.5.92
|
|
|
|
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
|
|
- Update to 3.5.91
|
|
|
|
* Thu Aug 30 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.90-2
|
|
- Update the runtime deps for ipython package rename
|
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
- Update to 3.5.90
|
|
|
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
|
|
- Update to 3.5.5
|
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Thu Jun 28 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.3-1
|
|
- Update to 3.5.3
|
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
|
- Initial RPM release
|