at-spi2-atk-vl.spec 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. Name: at-spi2-atk
  2. Version: 2.4.0
  3. Release: 1%{?_dist_release}
  4. Summary: A GTK+ module that bridges ATK to D-Bus at-spi
  5. Group: System Environment/Libraries
  6. License: LGPLv2+
  7. URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
  8. #VCS: git:git://git.gnome.org/at-spi-atk
  9. Source0: http://download.gnome.org/sources/at-spi2-atk/2.4/%{name}-%{version}.tar.xz
  10. BuildRequires: at-spi2-core-devel
  11. BuildRequires: dbus-devel
  12. BuildRequires: dbus-glib-devel
  13. BuildRequires: glib2-devel
  14. BuildRequires: libxml2-devel
  15. BuildRequires: atk-devel
  16. BuildRequires: gtk2-devel
  17. BuildRequires: libSM-devel
  18. BuildRequires: intltool
  19. Requires: at-spi2-core
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. Packager: Takemikaduchi
  23. %description
  24. at-spi allows assistive technologies to access GTK-based
  25. applications. Essentially it exposes the internals of applications for
  26. automation, so tools such as screen readers, magnifiers, or even
  27. scripting interfaces can query and interact with GUI controls.
  28. This version of at-spi is a major break from previous versions.
  29. It has been completely rewritten to use D-Bus rather than
  30. ORBIT / CORBA for its transport protocol.
  31. This package includes a gtk-module that bridges ATK to the new
  32. D-Bus based at-spi.
  33. %prep
  34. %setup -q
  35. %build
  36. %configure --disable-relocate
  37. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  38. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  39. make %{?_smp_mflags}
  40. %install
  41. make install DESTDIR=$RPM_BUILD_ROOT
  42. rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/libatk-bridge.la
  43. rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/libatk-bridge.la
  44. %find_lang %{name}
  45. %postun
  46. if [ $1 -eq 0 ]; then
  47. glib-compile-schemas %{_datadir}/glib-2.0/schemas
  48. fi
  49. %posttrans
  50. glib-compile-schemas %{_datadir}/glib-2.0/schemas
  51. %files -f %{name}.lang
  52. %doc COPYING AUTHORS README
  53. %dir %{_libdir}/gtk-2.0
  54. %dir %{_libdir}/gtk-2.0/modules
  55. %{_libdir}/gtk-2.0/modules/libatk-bridge.so
  56. %dir %{_libdir}/gtk-3.0
  57. %dir %{_libdir}/gtk-3.0/modules
  58. %{_libdir}/gtk-3.0/modules/libatk-bridge.so
  59. %{_datadir}/glib-2.0/schemas/org.a11y.atspi.gschema.xml
  60. %{_libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
  61. %changelog
  62. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
  63. - new upstream release
  64. * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
  65. - new upstream release
  66. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
  67. - new upstream release
  68. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
  69. - new upstream release
  70. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
  71. - initial build for Vine Linux
  72. * Mon Sep 5 2011 Matthias Clasen <mclasen@redhat.com> 2.1.91-1
  73. - Update to 2.1.91
  74. * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 2.1.4-1
  75. - Update to 2.1.4
  76. * Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2.0.1-1
  77. - Update to 2.0.1
  78. * Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> 2.0.0-1
  79. - Update to 2.0.0
  80. * Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 1.91.93-1
  81. - Update to 1.91.93
  82. * Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.92-1
  83. - Update to 1.91.92
  84. * Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> 1.91.91-1
  85. - Update to 1.91.91
  86. * Tue Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.90-1
  87. - Update to 1.91.90
  88. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-4
  89. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  90. * Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-3
  91. - Add upstream patches to fix crashers
  92. * Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-2
  93. - Revert crashy part of 1.91.6 release
  94. * Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
  95. - Update to 1.91.6
  96. * Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
  97. - Update to 1.91.5
  98. * Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
  99. - Update to 1.91.2
  100. * Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
  101. - Update to 1.91.0
  102. * Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
  103. - Update to 0.4.0
  104. * Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91.1-1
  105. - Update to 0.3.91.1
  106. * Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-2
  107. - Make the gtk module resident to prevent crashes
  108. * Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
  109. - Update to 0.3.90
  110. * Mon Aug 2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
  111. - Update to 0.3.6
  112. * Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
  113. - Update to 0.3.5
  114. * Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
  115. - Update to 0.3.4
  116. * Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
  117. - Update to 0.3.3
  118. - Include gtk3 module
  119. - Drop gtk deps, since we don't want to depend on both gtk2 and gtk3;
  120. instead own the directories
  121. * Tue Jun 1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
  122. - Don't relocate the dbus a11y stack
  123. * Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
  124. - Update to 0.3.2
  125. * Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
  126. - Update to 0.3.1
  127. * Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
  128. - Update to 0.1.8
  129. * Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
  130. - Update to 0.1.7
  131. * Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
  132. - Update to 0.1.6
  133. * Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
  134. - Update to 0.1.5
  135. * Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
  136. - Update to 0.1.4
  137. * Sat Dec 5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
  138. - Initial packaging