Blame SPECS/at-spi2-atk.spec

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