at-spi2-core-vl.spec 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. %bcond_with firstbuild
  2. Name: at-spi2-core
  3. Version: 2.1.92
  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.1/%{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. %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. %package devel
  32. Summary: Development files and headers for at-spi2-core
  33. Group: Development/Libraries
  34. Requires: %{name} = %{version}-%{release}
  35. %description devel
  36. The at-spi2-core-devel package includes the header files and
  37. API documentation for libatspi.
  38. %prep
  39. %setup -q
  40. %build
  41. %configure %{?with_firstbuild:--disable-introspection} \
  42. --with-dbus-daemondir=/bin
  43. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  44. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  45. make %{?_smp_mflags}
  46. %install
  47. make install DESTDIR=$RPM_BUILD_ROOT
  48. %{find_lang} %{name}
  49. rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
  50. %post -p /sbin/ldconfig
  51. %postun -p /sbin/ldconfig
  52. %files -f %{name}.lang
  53. %doc COPYING AUTHORS README
  54. %{_libexecdir}/at-spi2-registryd
  55. %{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
  56. %{_sysconfdir}/at-spi2
  57. %{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
  58. %{_libdir}/libatspi.so.*
  59. %{!?with_firstbuild:%{_libdir}/girepository-1.0/Atspi-2.0.typelib}
  60. %{_libexecdir}/at-spi-bus-launcher
  61. %{_datadir}/dbus-1/services/org.a11y.Bus.service
  62. %files devel
  63. %{_libdir}/libatspi.so
  64. %{_datadir}/gtk-doc/html/libatspi
  65. %{!?with_firstbuild:%{_datadir}/gir-1.0/Atspi-2.0.gir}
  66. %{_includedir}/at-spi-2.0
  67. %{_libdir}/pkgconfig/atspi-2.pc
  68. %changelog
  69. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
  70. - initial build for Vine Linux
  71. * Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
  72. - Update to 2.1.91
  73. * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
  74. - Update to 2.1.4
  75. * Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
  76. - Update to 2.1.2
  77. * Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
  78. - Update to 2.1.1
  79. * Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
  80. - Update to 2.0.1
  81. * Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
  82. - Update to 2.0.0
  83. * Fri Apr 1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
  84. - Fix 30 second wait during login (#691995)
  85. * Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
  86. - Update to 1.91.93
  87. * Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
  88. - Update to 2.91.92
  89. * Wed Mar 9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
  90. - Fix a crash on logout
  91. * Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
  92. - Update to 1.91.91
  93. * Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
  94. - Update to 1.91.90
  95. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  97. * Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
  98. - Update to 1.91.6.1
  99. * Tue Feb 1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
  100. - Update to 1.91.6
  101. * Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
  102. - Add gobject-introspection support
  103. * Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
  104. - Update to 1.91.5
  105. * Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
  106. - Update 1.91.2
  107. * Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
  108. - Update to 1.91.0
  109. * Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
  110. - Update to 0.4.0
  111. * Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
  112. - Update to 0.3.91
  113. * Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
  114. - Update to 0.3.90
  115. * Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
  116. - Update to 0.3.4
  117. * Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
  118. - Update to 0.3.3
  119. * Tue Jun 1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
  120. - Don't relocate the dbus a11y stack
  121. * Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
  122. - Update to 0.3.2
  123. * Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
  124. - Update to 0.3.1
  125. * Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
  126. - Update to 0.1.8
  127. * Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
  128. - Update to 0.1.7
  129. * Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
  130. - Update to 0.1.6
  131. * Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
  132. - Specify the right location for the dbus daemon
  133. * Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
  134. - Update to 0.1.5
  135. * Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
  136. - Update to 0.1.4
  137. * Sat Dec 4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
  138. - Initial packaging