at-spi2-core-vl.spec 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. %bcond_with firstbuild
  2. Name: at-spi2-core
  3. Version: 2.6.0
  4. Release: 1%{?_dist_release}
  5. Summary: Protocol definitions and daemon for D-Bus at-spi
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
  9. Source0: http://download.gnome.org/sources/at-spi2-core/2.6/%{name}-%{version}.tar.xz
  10. BuildRequires: dbus-devel
  11. BuildRequires: dbus-glib-devel
  12. BuildRequires: glib2-devel
  13. %{!?with_firstbuild:BuildRequires: gobject-introspection-devel}
  14. BuildRequires: libXtst-devel
  15. BuildRequires: libXevie-devel
  16. BuildRequires: libXext-devel
  17. BuildRequires: libXi-devel
  18. BuildRequires: libSM-devel
  19. BuildRequires: autoconf automake libtool
  20. BuildRequires: intltool
  21. %{!?with_firstbuild:BuildRequires: at-spi2-core-devel}
  22. Requires: dbus
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Packager: Takemikaduchi
  26. %description
  27. at-spi allows assistive technologies to access GTK-based
  28. applications. Essentially it exposes the internals of applications for
  29. automation, so tools such as screen readers, magnifiers, or even
  30. scripting interfaces can query and interact with GUI controls.
  31. This version of at-spi is a major break from previous versions.
  32. It has been completely rewritten to use D-Bus rather than
  33. ORBIT / CORBA for its transport protocol.
  34. %package devel
  35. Summary: Development files and headers for at-spi2-core
  36. Group: Development/Libraries
  37. Requires: %{name} = %{version}-%{release}
  38. %description devel
  39. The at-spi2-core-devel package includes the header files and
  40. API documentation for libatspi.
  41. %prep
  42. %setup -q
  43. %build
  44. %configure %{?with_firstbuild:--disable-introspection} \
  45. --with-dbus-daemondir=/bin
  46. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  47. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  48. make %{?_smp_mflags}
  49. %install
  50. make install DESTDIR=$RPM_BUILD_ROOT
  51. %{find_lang} %{name}
  52. rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
  53. %post -p /sbin/ldconfig
  54. %postun -p /sbin/ldconfig
  55. %files -f %{name}.lang
  56. %doc COPYING AUTHORS README
  57. %{_libexecdir}/at-spi2-registryd
  58. %{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
  59. %{_sysconfdir}/at-spi2
  60. %{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
  61. %{_libdir}/libatspi.so.*
  62. %{!?with_firstbuild:%{_libdir}/girepository-1.0/Atspi-2.0.typelib}
  63. %{_libexecdir}/at-spi-bus-launcher
  64. %{_datadir}/dbus-1/services/org.a11y.Bus.service
  65. %files devel
  66. %{_libdir}/libatspi.so
  67. %{_datadir}/gtk-doc/html/libatspi
  68. %{!?with_firstbuild:%{_datadir}/gir-1.0/Atspi-2.0.gir}
  69. %{_includedir}/at-spi-2.0
  70. %{_libdir}/pkgconfig/atspi-2.pc
  71. %changelog
  72. * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
  73. - new upstream release
  74. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
  75. - new upstream release
  76. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
  77. - new upstream release
  78. * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
  79. - new upstream release
  80. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
  81. - new upstream release
  82. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
  83. - new upstream release
  84. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
  85. - initial build for Vine Linux
  86. * Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
  87. - Update to 2.1.91
  88. * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
  89. - Update to 2.1.4
  90. * Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
  91. - Update to 2.1.2
  92. * Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
  93. - Update to 2.1.1
  94. * Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
  95. - Update to 2.0.1
  96. * Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
  97. - Update to 2.0.0
  98. * Fri Apr 1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
  99. - Fix 30 second wait during login (#691995)
  100. * Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
  101. - Update to 1.91.93
  102. * Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
  103. - Update to 2.91.92
  104. * Wed Mar 9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
  105. - Fix a crash on logout
  106. * Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
  107. - Update to 1.91.91
  108. * Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
  109. - Update to 1.91.90
  110. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
  111. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  112. * Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
  113. - Update to 1.91.6.1
  114. * Tue Feb 1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
  115. - Update to 1.91.6
  116. * Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
  117. - Add gobject-introspection support
  118. * Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
  119. - Update to 1.91.5
  120. * Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
  121. - Update 1.91.2
  122. * Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
  123. - Update to 1.91.0
  124. * Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
  125. - Update to 0.4.0
  126. * Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
  127. - Update to 0.3.91
  128. * Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
  129. - Update to 0.3.90
  130. * Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
  131. - Update to 0.3.4
  132. * Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
  133. - Update to 0.3.3
  134. * Tue Jun 1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
  135. - Don't relocate the dbus a11y stack
  136. * Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
  137. - Update to 0.3.2
  138. * Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
  139. - Update to 0.3.1
  140. * Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
  141. - Update to 0.1.8
  142. * Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
  143. - Update to 0.1.7
  144. * Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
  145. - Update to 0.1.6
  146. * Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
  147. - Specify the right location for the dbus daemon
  148. * Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
  149. - Update to 0.1.5
  150. * Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
  151. - Update to 0.1.4
  152. * Sat Dec 4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
  153. - Initial packaging