0d227e
%global atk_version 2.25.2
0d227e
%global at_spi2_core_version 2.25.3
2e0ef8
2e0ef8
Name:           at-spi2-atk
0d227e
Version:        2.26.2
0d227e
Release:        1%{?dist}
2e0ef8
Summary:        A GTK+ module that bridges ATK to D-Bus at-spi
2e0ef8
2e0ef8
License:        LGPLv2+
e79fdb
URL:            https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus
0d227e
Source0:        https://download.gnome.org/sources/at-spi2-atk/2.26/%{name}-%{version}.tar.xz
2e0ef8
1e7b5a
BuildRequires:  atk-devel >= %{atk_version}
2e0ef8
BuildRequires:  at-spi2-core-devel >= %{at_spi2_core_version}
2e0ef8
BuildRequires:  dbus-devel
2e0ef8
BuildRequires:  dbus-glib-devel
2e0ef8
BuildRequires:  glib2-devel
2e0ef8
BuildRequires:  libxml2-devel
2e0ef8
BuildRequires:  gtk2-devel
2e0ef8
BuildRequires:  intltool
2e0ef8
1e7b5a
Requires:       atk%{?_isa} >= %{atk_version}
1e7b5a
Requires:       at-spi2-core%{?_isa} >= %{at_spi2_core_version}
2e0ef8
2e0ef8
%description
2e0ef8
at-spi allows assistive technologies to access GTK-based
2e0ef8
applications. Essentially it exposes the internals of applications for
2e0ef8
automation, so tools such as screen readers, magnifiers, or even
2e0ef8
scripting interfaces can query and interact with GUI controls.
2e0ef8
2e0ef8
This version of at-spi is a major break from previous versions.
2e0ef8
It has been completely rewritten to use D-Bus rather than
2e0ef8
ORBIT / CORBA for its transport protocol.
2e0ef8
2e0ef8
This package includes a gtk-module that bridges ATK to the new
2e0ef8
D-Bus based at-spi.
2e0ef8
2e0ef8
%package devel
2e0ef8
Summary:        A GTK+ module that bridges ATK to D-Bus at-spi
2e0ef8
Requires:       %{name}%{?_isa} = %{version}-%{release}
2e0ef8
2e0ef8
%description devel
2e0ef8
The %{name}-devel package includes the header files for the %{name} library.
2e0ef8
2e0ef8
%prep
2e0ef8
%setup -q
2e0ef8
2e0ef8
%build
1e7b5a
%configure
2e0ef8
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
2e0ef8
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
2e0ef8
2e0ef8
make %{?_smp_mflags}
2e0ef8
2e0ef8
2e0ef8
%install
e79fdb
%make_install
2e0ef8
2e0ef8
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/libatk-bridge.la
2e0ef8
rm $RPM_BUILD_ROOT%{_libdir}/libatk-bridge-2.0.la
2e0ef8
1e7b5a
%post -p /sbin/ldconfig
1e7b5a
%postun -p /sbin/ldconfig
1e7b5a
2e0ef8
%files
e79fdb
%doc AUTHORS README
e79fdb
%license COPYING
2e0ef8
%dir %{_libdir}/gtk-2.0
2e0ef8
%dir %{_libdir}/gtk-2.0/modules
2e0ef8
%{_libdir}/gtk-2.0/modules/libatk-bridge.so
2e0ef8
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
2e0ef8
%{_libdir}/libatk-bridge-2.0.so.*
2e0ef8
2e0ef8
%files devel
2e0ef8
%{_includedir}/at-spi2-atk/2.0/atk-bridge.h
2e0ef8
%{_libdir}/libatk-bridge-2.0.so
2e0ef8
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
2e0ef8
2e0ef8
2e0ef8
%changelog
0d227e
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.26.2-1
0d227e
- Update to 2.26.2
0d227e
- Resolves: #1567135
0d227e
e79fdb
* Mon Apr 24 2017 Rui Matos <rmatos@redhat.com> - 2.22.0-2
e79fdb
- Add patch to fix a memory corruption issue
e79fdb
  Resolves: #1444490
e79fdb
e79fdb
* Mon Sep 26 2016 Kalev Lember <klember@redhat.com> - 2.22.0-1
e79fdb
- Update to 2.22.0
e79fdb
- Resolves: #1386813
e79fdb
1e7b5a
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.1-1
1e7b5a
- Update to 2.14.1
1e7b5a
1e7b5a
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.0-1
1e7b5a
- Update to 2.14.0
1e7b5a
1e7b5a
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.4-2
1e7b5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1e7b5a
1e7b5a
* Sun Jul 20 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.4-1
1e7b5a
- Update to 2.13.4
1e7b5a
1e7b5a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.1-2
1e7b5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1e7b5a
1e7b5a
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 2.13.1-1
1e7b5a
- Update to 2.13.1
1e7b5a
1e7b5a
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.12.1-1
1e7b5a
- Update to 2.12.1
1e7b5a
1e7b5a
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.12.0-2
1e7b5a
- Update dep versions
1e7b5a
1e7b5a
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.12.0-1
1e7b5a
- Update to 2.12.0
1e7b5a
1e7b5a
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.11.92-1
1e7b5a
- Update to 2.11.92
1e7b5a
1e7b5a
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.91-1
1e7b5a
- Update to 2.11.91
1e7b5a
1e7b5a
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 2.11.90-1
1e7b5a
- Update to 2.11.90
1e7b5a
1e7b5a
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.5-1
1e7b5a
- Update to 2.11.5
1e7b5a
1e7b5a
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.11.3-2
1e7b5a
- Add ldconfig %%post* scriptlets.
1e7b5a
- Fix bogus dates in %%changelog.
1e7b5a
1e7b5a
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.11.3-1
1e7b5a
- Update to 2.11.3
1e7b5a
1e7b5a
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 2.11.2-1
1e7b5a
- Update to 2.11.2
1e7b5a
1e7b5a
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.11.1-1
1e7b5a
- Update to 2.11.1
1e7b5a
1e7b5a
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.10.0-1
1e7b5a
- Update to 2.10.0
1e7b5a
1e7b5a
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.92-1
1e7b5a
- Update to 2.9.92
1e7b5a
1e7b5a
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.90-1
1e7b5a
- Update to 2.9.90
1e7b5a
1e7b5a
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.5-1
1e7b5a
- Update to 2.9.5
1e7b5a
1e7b5a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.3-2
1e7b5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b77a7c
1e7b5a
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.3-1
1e7b5a
- Update to 2.9.3
1e7b5a
- Use arch-specific dep on at-spi2-core
b77a7c
1e7b5a
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.2-1
1e7b5a
- Update to 2.9.2
2e0ef8
2e0ef8
* Wed Apr 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.8.1-1
2e0ef8
- Update to 2.8.1
2e0ef8
2e0ef8
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.8.0-1
2e0ef8
- Update to 2.8.0
2e0ef8
2e0ef8
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.91-1
2e0ef8
- Update to 2.7.91
2e0ef8
2e0ef8
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.90-1
2e0ef8
- Update to 2.7.90
2e0ef8
2e0ef8
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.5-1
2e0ef8
- Update to 2.7.5
2e0ef8
2e0ef8
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.3-1
2e0ef8
- Update to 2.7.3
2e0ef8
2e0ef8
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.1-1
2e0ef8
- Update to 2.7.1
2e0ef8
- Remove glib-compile-schemas scriptlets now that the schema is gone
2e0ef8
2e0ef8
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.6.1-1
2e0ef8
- Update to 2.6.1
2e0ef8
- Drop upstreamed multilib patch
2e0ef8
2e0ef8
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 2.6.0-1
2e0ef8
- Update to 2.6.0
2e0ef8
2e0ef8
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 2.5.92-1
2e0ef8
- Update to 2.5.92
2e0ef8
2e0ef8
* Tue Sep 11 2012 Matthias Clasen <mclasen@redhat.com> - 2.5.91-2
2e0ef8
- Avoid a multilib conflict
2e0ef8
2e0ef8
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 2.5.91-1
2e0ef8
- Update to 2.5.91
2e0ef8
2e0ef8
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 2.5.90-1
2e0ef8
- Update to 2.5.90
2e0ef8
2e0ef8
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 2.5.5-1
2e0ef8
- Update to 2.5.5
2e0ef8
2e0ef8
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-2
2e0ef8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2e0ef8
2e0ef8
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 2.5.4-1
2e0ef8
- Update to 2.5.4
2e0ef8
2e0ef8
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 2.5.3-1
2e0ef8
- Update to 2.5.3
2e0ef8
2e0ef8
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 2.5.2-1
2e0ef8
- Update to 2.5.2
2e0ef8
2e0ef8
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.5.1-1
2e0ef8
- Update to 2.5.1
2e0ef8
2e0ef8
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 2.4.0-2
2e0ef8
- Silence glib-compile-schemas output
2e0ef8
2e0ef8
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.4.0-1
2e0ef8
- Update to 2.4.0
2e0ef8
2e0ef8
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 2.3.92-1
2e0ef8
- Update to 2.3.92
2e0ef8
2e0ef8
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.91-1
2e0ef8
- Update to 2.3.91
2e0ef8
2e0ef8
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.90-1
2e0ef8
- Update to 2.3.90
2e0ef8
2e0ef8
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.5-1
2e0ef8
- Update to 2.3.5
2e0ef8
2e0ef8
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.4-1
2e0ef8
- Update to 2.3.4
2e0ef8
2e0ef8
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3-2
2e0ef8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2e0ef8
2e0ef8
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.3-1
2e0ef8
- Update to 2.3.3
2e0ef8
2e0ef8
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.2-1
2e0ef8
- Update to 2.3.2
2e0ef8
2e0ef8
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.1-1
2e0ef8
- Update to 2.3.1
2e0ef8
2e0ef8
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
2e0ef8
- Rebuilt for glibc bug#747377
2e0ef8
2e0ef8
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 2.2.0-1
2e0ef8
- Update to 2.2.0
2e0ef8
2e0ef8
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 2.1.92-1
2e0ef8
- Update to 2.1.92
2e0ef8
2e0ef8
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> 2.1.91-1
2e0ef8
- Update to 2.1.91
2e0ef8
2e0ef8
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> 2.1.90-1
2e0ef8
- Update to 2.1.90
2e0ef8
2e0ef8
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> 2.1.5-1
2e0ef8
- Update to 2.1.5
2e0ef8
2e0ef8
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 2.1.4-1
2e0ef8
- Update to 2.1.4
2e0ef8
2e0ef8
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2.0.1-1
2e0ef8
- Update to 2.0.1
2e0ef8
2e0ef8
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2.0.0-1
2e0ef8
- Update to 2.0.0
2e0ef8
2e0ef8
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 1.91.93-1
2e0ef8
- Update to 1.91.93
2e0ef8
2e0ef8
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.92-1
2e0ef8
- Update to 1.91.92
2e0ef8
2e0ef8
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1.91.91-1
2e0ef8
- Update to 1.91.91
2e0ef8
1e7b5a
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 1.91.90-1
2e0ef8
- Update to 1.91.90
2e0ef8
2e0ef8
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-4
2e0ef8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2e0ef8
2e0ef8
* Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-3
2e0ef8
- Add upstream patches to fix crashers
2e0ef8
2e0ef8
* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-2
2e0ef8
- Revert crashy part of 1.91.6 release
2e0ef8
2e0ef8
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
2e0ef8
- Update to 1.91.6
2e0ef8
2e0ef8
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
2e0ef8
- Update to 1.91.5
2e0ef8
2e0ef8
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
2e0ef8
- Update to 1.91.2
2e0ef8
2e0ef8
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
2e0ef8
- Update to 1.91.0
2e0ef8
2e0ef8
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
2e0ef8
- Update to 0.4.0
2e0ef8
2e0ef8
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91.1-1
2e0ef8
- Update to 0.3.91.1
2e0ef8
2e0ef8
* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-2
2e0ef8
- Make the gtk module resident to prevent crashes
2e0ef8
2e0ef8
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
2e0ef8
- Update to 0.3.90
2e0ef8
2e0ef8
* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
2e0ef8
- Update to 0.3.6
2e0ef8
2e0ef8
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
2e0ef8
- Update to 0.3.5
2e0ef8
2e0ef8
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
2e0ef8
- Update to 0.3.4
2e0ef8
2e0ef8
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
2e0ef8
- Update to 0.3.3
2e0ef8
- Include gtk3 module
2e0ef8
- Drop gtk deps, since we don't want to depend on both gtk2 and gtk3;
2e0ef8
  instead own the directories
2e0ef8
2e0ef8
* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
2e0ef8
- Don't relocate the dbus a11y stack
2e0ef8
2e0ef8
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
2e0ef8
- Update to 0.3.2
2e0ef8
2e0ef8
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
2e0ef8
- Update to 0.3.1
2e0ef8
2e0ef8
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
2e0ef8
- Update to 0.1.8
2e0ef8
2e0ef8
* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
2e0ef8
- Update to 0.1.7
2e0ef8
2e0ef8
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
2e0ef8
- Update to 0.1.6
2e0ef8
1e7b5a
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
2e0ef8
- Update to 0.1.5
2e0ef8
2e0ef8
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
2e0ef8
- Update to 0.1.4
2e0ef8
2e0ef8
* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
2e0ef8
- Initial packaging