pyatspi-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. %global debug_package %{nil}
  3. Name: pyatspi
  4. Version: 2.10.0
  5. Release: 2%{?_dist_release}
  6. Summary: Python bindings for at-spi
  7. Group: Development/Languages
  8. License: LGPLv2 and GPLv2
  9. URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
  10. #VCS: git:git://git.gnome.org/pyatspi
  11. Source0: http://download.gnome.org/sources/pyatspi/2.10/%{name}-%{version}.tar.xz
  12. BuildRequires: python
  13. BuildRequires: pygobject3-devel >= 2.90.1
  14. BuildRequires: libX11-devel
  15. BuildRequires: libSM-devel
  16. Requires: at-spi2-core
  17. Requires: pygobject3
  18. BuildArch: noarch
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. Packager: Takemikaduchi
  22. %description
  23. at-spi allows assistive technologies to access GTK-based
  24. applications. Essentially it exposes the internals of applications for
  25. automation, so tools such as screen readers, magnifiers, or even
  26. scripting interfaces can query and interact with GUI controls.
  27. This version of at-spi is a major break from previous versions.
  28. It has been completely rewritten to use D-Bus rather than
  29. ORBIT / CORBA for its transport protocol.
  30. This package includes a python client library for at-spi.
  31. %prep
  32. %setup -q
  33. %build
  34. %configure --disable-relocate
  35. make
  36. %install
  37. make install DESTDIR=$RPM_BUILD_ROOT
  38. %files
  39. %doc COPYING COPYING.GPL AUTHORS README
  40. %{python_sitelib}/pyatspi
  41. %changelog
  42. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-2
  43. - rebuild with VineSeed environment
  44. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-1
  45. - new upstream release
  46. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
  47. - new upstream release
  48. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
  49. - new upstream release
  50. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
  51. - new upstream release
  52. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-2
  53. - rebuild with python-2.7.2
  54. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
  55. - new upstream release
  56. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
  57. - new upstream release
  58. - add BuildRequires: libX11-devel, libSM-devel
  59. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.91-1
  60. - initial build for Vine Linux
  61. * Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-1
  62. - Update to 2.1.90
  63. * Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.5-1
  64. - Update to 2.1.5
  65. * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
  66. - Update to 2.1.4
  67. * Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
  68. - Update to 2.1.2
  69. * Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
  70. - Update to 2.1.1
  71. * Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
  72. - Update to 2.0.1
  73. * Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
  74. - Update to 2.0.0
  75. * Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
  76. - Update to 1.91.92
  77. * Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
  78. - Update to 1.91.91
  79. * Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
  80. - Update to 1.91.90
  81. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-2
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  83. * Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
  84. - Update to 1.91.6
  85. * Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
  86. - Update to 1.91.5
  87. * Thu Dec 2 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.3-1
  88. - Update to 1.91.3
  89. * Tue Oct 5 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
  90. - Update to 1.91.0
  91. * Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
  92. - Update to 0.4.0
  93. * Mon Sep 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-2
  94. - Require python-xlib and and gnome-python2-gconf (#635484)
  95. * Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
  96. - Update to 0.3.91
  97. * Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
  98. - Update to 0.3.90
  99. * Mon Aug 2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
  100. - Update to 0.3.6
  101. * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.4-2
  102. - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
  103. * Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
  104. - Update to 0.3.4
  105. * Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
  106. - Update to 0.3.3
  107. * Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
  108. - Update to 0.3.2
  109. * Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1.1-1
  110. - Update to 0.3.1.1
  111. * Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
  112. - Update to 0.1.8
  113. * Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
  114. - Update to 0.1.7
  115. * Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
  116. - Update to 0.1.6
  117. * Wed Feb 3 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-2
  118. - Relocate
  119. * Sat Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
  120. - Update to 0.1.5
  121. * Thu Jan 7 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.4-3
  122. - Incorporate review feedback
  123. * Thu Jan 7 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.4-2
  124. - Fix License field
  125. - Change CORBA/DBus switching method
  126. * Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
  127. - Update to 0.1.4
  128. * Sat Dec 5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
  129. - Initial packaging