Blame SPECS/at-spi2-core.spec

88868f
Name:           at-spi2-core
88868f
Version:        2.28.0
88868f
Release:        1%{?dist}
88868f
Summary:        Protocol definitions and daemon for D-Bus at-spi
88868f
88868f
License:        LGPLv2+
88868f
URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
88868f
Source0:        http://download.gnome.org/sources/at-spi2-core/2.28/%{name}-%{version}.tar.xz
88868f
88868f
BuildRequires:  dbus-devel
88868f
BuildRequires:  gettext
88868f
BuildRequires:  glib2-devel
88868f
BuildRequires:  gobject-introspection-devel
88868f
BuildRequires:  gtk-doc
88868f
BuildRequires:  libXtst-devel
88868f
BuildRequires:  libXi-devel
88868f
BuildRequires:  meson
88868f
BuildRequires:  systemd
88868f
88868f
Requires:       dbus
88868f
88868f
%description
88868f
at-spi allows assistive technologies to access GTK-based
88868f
applications. Essentially it exposes the internals of applications for
88868f
automation, so tools such as screen readers, magnifiers, or even
88868f
scripting interfaces can query and interact with GUI controls.
88868f
88868f
This version of at-spi is a major break from previous versions.
88868f
It has been completely rewritten to use D-Bus rather than
88868f
ORBIT / CORBA for its transport protocol.
88868f
88868f
%package devel
88868f
Summary: Development files and headers for at-spi2-core
88868f
Requires: %{name}%{?_isa} = %{version}-%{release}
88868f
88868f
%description devel
88868f
The at-spi2-core-devel package includes the header files and
88868f
API documentation for libatspi.
88868f
88868f
%prep
88868f
%setup -q
88868f
88868f
%build
88868f
%meson -Denable_docs=true
88868f
%meson_build
88868f
88868f
%install
88868f
%meson_install
88868f
88868f
%{find_lang} %{name}
88868f
88868f
%post -p /sbin/ldconfig
88868f
%postun -p /sbin/ldconfig
88868f
88868f
%files -f %{name}.lang
88868f
%license COPYING
88868f
%doc AUTHORS README
88868f
%{_libexecdir}/at-spi2-registryd
88868f
%dir %{_datadir}/defaults
88868f
%dir %{_datadir}/defaults/at-spi2
88868f
%{_datadir}/defaults/at-spi2/accessibility.conf
88868f
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
88868f
%{_libdir}/libatspi.so.*
88868f
%dir %{_libdir}/girepository-1.0
88868f
%{_libdir}/girepository-1.0/Atspi-2.0.typelib
88868f
%{_libexecdir}/at-spi-bus-launcher
88868f
%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
88868f
%{_datadir}/dbus-1/services/org.a11y.Bus.service
88868f
%{_userunitdir}/at-spi-dbus-bus.service
88868f
88868f
88868f
%files devel
88868f
%{_libdir}/libatspi.so
88868f
%{_datadir}/gtk-doc/html/libatspi
88868f
%dir %{_datadir}/gir-1.0
88868f
%{_datadir}/gir-1.0/Atspi-2.0.gir
88868f
%{_includedir}/at-spi-2.0
88868f
%{_libdir}/pkgconfig/atspi-2.pc
88868f
88868f
%changelog
88868f
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.28.0-1
88868f
- Update to 2.28.0
88868f
- Resolves: #1567145
88868f
88868f
* Mon Sep 26 2016 Kalev Lember <klember@redhat.com> - 2.22.0-1
88868f
- Update to 2.22.0
88868f
- Resolves: #1386816
88868f
88868f
* Wed Apr  6 2016 Rui Matos <rmatos@redhat.com> - 2.14.1-2
88868f
- Fixes for coverity scan issues
88868f
88868f
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.1-1
88868f
- Update to 2.14.1
88868f
88868f
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.0-1
88868f
- Update to 2.14.0
88868f
88868f
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.92-1
88868f
- Update to 2.13.92
88868f
88868f
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.90-1
88868f
- Update to 2.13.90
88868f
88868f
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.4-3
88868f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
88868f
88868f
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.4-2
88868f
- Rebuilt for gobject-introspection 1.41.4
88868f
88868f
* Sun Jul 20 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.4-1
88868f
- Update to 2.13.4
88868f
88868f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.1-2
88868f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
88868f
88868f
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 2.13.1-1
88868f
- Update to 2.13.1
88868f
88868f
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.12.0-2
88868f
- Tighten -devel deps
88868f
88868f
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.12.0-1
88868f
- Update to 2.12.0
88868f
88868f
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.11.92-1
88868f
- Update to 2.11.92
88868f
88868f
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.91-1
88868f
- Update to 2.11.91
88868f
88868f
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 2.11.90-1
88868f
- Update to 2.11.90
88868f
88868f
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.5-1
88868f
- Update to 2.11.5
88868f
88868f
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.11.3-1
88868f
- Update to 2.11.3
88868f
88868f
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 2.11.2-1
88868f
- Update to 2.11.2
88868f
88868f
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.11.1-1
88868f
- Update to 2.11.1
88868f
88868f
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.10.1-1
88868f
- Update to 2.10.1
88868f
88868f
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.10.0-1
88868f
- Update to 2.10.0
88868f
88868f
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.92-1
88868f
- Update to 2.9.92
88868f
88868f
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.91-1
88868f
- Update to 2.9.91
88868f
88868f
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.90-1
88868f
- Update to 2.9.90
88868f
88868f
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.5-1
88868f
- Update to 2.9.5
88868f
88868f
* Sun Jul 28 2013 Rui Matos <rmatos@redhat.com> - 2.9.4-3
88868f
- Pass --force to autoreconf to be sure it does what we want
88868f
88868f
* Sat Jul 20 2013 Rui Matos <rmatos@redhat.com> - 2.9.4-2
88868f
- Run autoreconf instead of a sed hack to avoid RPATH embedding
88868f
88868f
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 2.9.4-1
88868f
- Update to 2.9.4
88868f
88868f
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.3-1
88868f
- Update to 2.9.3
88868f
88868f
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.2-1
88868f
- Update to 2.9.2
88868f
88868f
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.8.0-1
88868f
- Update to 2.8.0
88868f
88868f
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.91-1
88868f
- Update to 2.7.91
88868f
88868f
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.90-1
88868f
- Update to 2.7.90
88868f
88868f
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.5-1
88868f
- Update to 2.7.5
88868f
88868f
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.4.1-1
88868f
- Update to 2.7.4.1
88868f
88868f
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.4-1
88868f
- Update to 2.7.4
88868f
88868f
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.3-1
88868f
- Update to 2.7.3
88868f
88868f
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.1-1
88868f
- Update to 2.7.1
88868f
88868f
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.6.1-1
88868f
- Update to 2.6.1
88868f
88868f
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 2.6.0-1
88868f
- Update to 2.6.0
88868f
88868f
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 2.5.92-1
88868f
- Update to 2.5.92
88868f
88868f
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 2.5.91-1
88868f
- Update to 2.5.91
88868f
88868f
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 2.5.5-1
88868f
- Update to 2.5.5
88868f
88868f
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-2
88868f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
88868f
88868f
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 2.5.4-1
88868f
- Update to 2.5.4
88868f
88868f
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 2.5.3-1
88868f
- Update to 2.5.3
88868f
88868f
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 2.5.2-1
88868f
- Update to 2.5.2
88868f
88868f
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.5.1-1
88868f
- Update to 2.5.1
88868f
88868f
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.4.1-1
88868f
- Update to 2.4.1
88868f
88868f
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.4.0-1
88868f
- Update to 2.4.0
88868f
88868f
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 2.3.92-1
88868f
- Update to 2.3.92
88868f
88868f
* Mon Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.91-1
88868f
- Update to 2.3.91
88868f
88868f
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.90-1
88868f
- Update to 2.3.90
88868f
88868f
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.5-1
88868f
- Update to 2.3.5
88868f
88868f
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.4-1
88868f
- Update to 2.3.4
88868f
88868f
* Tue Jan 10 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.3.3-2
88868f
- Fix the rpath issue for building gobject-introspection properly as suggested from upstream
88868f
88868f
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.3-1
88868f
- Update to 2.3.3
88868f
88868f
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.2-1
88868f
- Update to 2.3.2
88868f
88868f
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.1-1
88868f
- Update to 2.3.1
88868f
88868f
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
88868f
- Rebuilt for glibc bug#747377
88868f
88868f
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.2.1-1
88868f
- Update to 2.2.1
88868f
88868f
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 2.2.0-1
88868f
- Update to 2.2.0
88868f
88868f
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.92-1
88868f
- Update to 2.1.92
88868f
88868f
* Mon Sep 5 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
88868f
- Update to 2.1.91
88868f
88868f
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-3
88868f
- Drop the %%{_isa} again, it seems to give autoqa trouble
88868f
88868f
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-2
88868f
- Fix requires
88868f
88868f
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-1
88868f
- Update to 2.1.90
88868f
88868f
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.5-1
88868f
- Update to 2.1.5
88868f
88868f
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
88868f
- Update to 2.1.4
88868f
88868f
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
88868f
- Update to 2.1.2
88868f
88868f
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
88868f
- Update to 2.1.1
88868f
88868f
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
88868f
- Update to 2.0.1
88868f
88868f
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
88868f
- Update to 2.0.0
88868f
88868f
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
88868f
- Fix 30 second wait during login (#691995)
88868f
88868f
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
88868f
- Update to 1.91.93
88868f
88868f
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
88868f
- Update to 2.91.92
88868f
88868f
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
88868f
- Fix a crash on logout
88868f
88868f
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
88868f
- Update to 1.91.91
88868f
88868f
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
88868f
- Update to 1.91.90
88868f
88868f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
88868f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
88868f
88868f
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
88868f
- Update to 1.91.6.1
88868f
88868f
* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
88868f
- Update to 1.91.6
88868f
88868f
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
88868f
- Add gobject-introspection support
88868f
88868f
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
88868f
- Update to 1.91.5
88868f
88868f
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
88868f
- Update 1.91.2
88868f
88868f
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
88868f
- Update to 1.91.0
88868f
88868f
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
88868f
- Update to 0.4.0
88868f
88868f
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
88868f
- Update to 0.3.91
88868f
88868f
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
88868f
- Update to 0.3.90
88868f
88868f
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
88868f
- Update to 0.3.4
88868f
88868f
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
88868f
- Update to 0.3.3
88868f
88868f
* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
88868f
- Don't relocate the dbus a11y stack
88868f
88868f
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
88868f
- Update to 0.3.2
88868f
88868f
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
88868f
- Update to 0.3.1
88868f
88868f
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
88868f
- Update to 0.1.8
88868f
88868f
* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
88868f
- Update to 0.1.7
88868f
88868f
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
88868f
- Update to 0.1.6
88868f
88868f
* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
88868f
- Specify the right location for the dbus daemon
88868f
88868f
* Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
88868f
- Update to 0.1.5
88868f
88868f
* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
88868f
- Update to 0.1.4
88868f
88868f
* Sat Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
88868f
- Initial packaging