accerciser-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. %define pkg_version 3.6.0
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: An interactive Python accessibility explorer for the GNOME desktop.
  4. Summary(ja): GNOME デスクトップ用 Python アクセシビリティエクスプローラ
  5. Name: accerciser
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/accerciser/3.6/%{name}-%{version}.tar.xz
  9. License: BSD
  10. Group: Desktop/Accessibility
  11. URL: http://live.gnome.org/Accerciser
  12. Requires: gnome-python-libwnck >= 2.14
  13. Requires: gnome-python-rsvg >= 2.14
  14. Requires: pygobject3
  15. Requires: python >= 2.6
  16. Requires: pyatspi
  17. Requires: at-spi2-core
  18. Requires(post): desktop-file-utils
  19. Requires(postun): desktop-file-utils
  20. BuildRequires: python-devel >= 2.4
  21. BuildRequires: pygobject3-devel
  22. BuildRequires: gtk3-devel
  23. BuildRequires: at-spi2-core-devel
  24. BuildRequires: pyatspi
  25. BuildRequires: glib2-devel >= 2.26.0
  26. BuildRequires: docbook-dtds
  27. BuildRequires: yelp-tools
  28. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  29. Vendor: Project Vine
  30. Distribution: Vine Linux
  31. Packager: Takemikaduchi
  32. %description
  33. Accerciser is an interactive Python accessibility explorer for the GNOME
  34. desktop. It uses AT-SPI to inspect and control widgets, allowing you to check
  35. if an application is providing correct information to assistive technologies
  36. and automated test frameworks. Accerciser has a simple plugin framework which
  37. you can use to create custom views of accessibility information.
  38. %prep
  39. %setup -q
  40. %build
  41. %configure --disable-static
  42. %{__make} %{?_smp_mflags}
  43. %install
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  46. %find_lang %{name} --with-gnome --all-name
  47. %clean
  48. %{__rm} -rf ${RPM_BUILD_ROOT}
  49. %post
  50. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  51. update-desktop-database & > /dev/null || :
  52. %postun
  53. if [ $1 -eq 0 ]; then
  54. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  55. update-desktop-database & > /dev/null || :
  56. glib-compile-schemas %{_datadir}/glib-2.0/schemas
  57. fi
  58. %posttrans
  59. glib-compile-schemas %{_datadir}/glib-2.0/schemas
  60. %files -f %{name}.lang
  61. %defattr(-,root,root)
  62. %doc AUTHORS COPYING ChangeLog NEWS README
  63. %{_bindir}/accerciser
  64. %{python_sitelib}/accerciser
  65. %{_datadir}/applications/accerciser.desktop
  66. %{_datadir}/accerciser/*
  67. %{_datadir}/glib-2.0/schemas/*.xml
  68. %{_datadir}/icons/hicolor/*/apps/*
  69. %{_mandir}/man1/accerciser.1.gz
  70. %changelog
  71. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  72. - new upstream release
  73. - change BuildRequires: yelp-tools instead of gome-doc-utils
  74. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  75. - new upstream release
  76. - remove BuildRequires: GConf2-devel
  77. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  78. - new upstream release
  79. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  80. - new upstream release
  81. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  82. - new upstream release
  83. - add BuildRequires: gtk3-devel, pygobject3-devel
  84. - change BuildRequires: at-spi2-core-devel instead of at-spi-devel
  85. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  86. - new upstream release
  87. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  88. - new upstream release
  89. * Mon May 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
  90. - new upstream release
  91. * Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
  92. - initial build for Vine Linux