orca-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Summary: A free, open source, flexible, and extensible screen reader
  2. Name: orca
  3. Version: 3.12.1
  4. Release: 1%{?_dist_release}
  5. Group: User Interface/Desktops
  6. License: LGPLv2+
  7. URL: http://projects.gnome.org/orca/
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: gtk3-devel >= 3.1.91
  11. BuildRequires: pycairo-devel
  12. BuildRequires: pygobject3-devel >= 2.90.3
  13. BuildRequires: pyxdg
  14. BuildRequires: at-spi2-core-devel >= 2.1.92
  15. BuildRequires: python-brlapi
  16. BuildRequires: brlapi-devel
  17. BuildRequires: brltty
  18. BuildRequires: speech-dispatcher-python
  19. BuildRequires: yelp-tools
  20. Requires: python-brlapi
  21. Requires: speech-dispatcher
  22. Requires: speech-dispatcher-python
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Packager: Takemikaduchi
  26. %description
  27. Orca is a free, open source, flexible, and extensible screen reader
  28. that provides access to the graphical desktop via user-customizable
  29. combinations of speech, braille, and/or magnification.
  30. Orca works with applications and toolkits that support the assistive
  31. technology service provider interface (AT-SPI), which is the primary
  32. assistive technology infrastructure for the Solaris and Linux
  33. operating environments. Applications and toolkits supporting the
  34. AT-SPI include the GNOME GTK+ toolkit, the Java platform's Swing
  35. toolkit, OpenOffice, and Mozilla. AT-SPI support for the KDE Qt
  36. toolkit is currently being pursued.
  37. %prep
  38. %setup -q
  39. %build
  40. sed -i "s|3.3|2.7|" configure.ac
  41. autoreconf -if
  42. intltoolize --force --copy
  43. %configure --disable-static
  44. make V=0
  45. %install
  46. rm -rf $RPM_BUILD_ROOT
  47. make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
  48. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  49. %find_lang %{name} --all-name --with-gnome
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %post
  53. touch --no-create %{_datadir}/icons/hicolor
  54. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  55. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  56. fi
  57. %postun
  58. touch --no-create %{_datadir}/icons/hicolor
  59. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  60. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  61. fi
  62. %files -f %{name}.lang
  63. %defattr(-,root,root,-)
  64. %doc ChangeLog AUTHORS COPYING NEWS README
  65. %{_sysconfdir}/xdg/autostart/orca-autostart.desktop
  66. %{_bindir}/%{name}
  67. %{python_sitelib}/%{name}/*
  68. %{_datadir}/applications/%{name}.desktop
  69. %{_datadir}/icons/hicolor/*/apps/*
  70. %{_datadir}/%{name}
  71. %{_mandir}/man1/%{name}.1.gz
  72. %changelog
  73. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  74. - new upstream release
  75. * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
  76. - new upstream release
  77. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  78. - new upstream release
  79. * Thu Nov 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
  80. - new upstream release
  81. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  82. - new upstream release
  83. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  84. - new upstream release
  85. - change BuildRequires: yelp-tools instead of gnome-docu-utils
  86. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  87. - new upstream release
  88. * Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  89. - new upstream release
  90. - add BuildRequires: pycairo-devel, pyxdg
  91. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
  92. - rebuild with python-2.7.2
  93. * Tue Nov 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  94. - new upstream release
  95. * Fri Nov 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  96. - initial build for Vine Linux