Blame SPECS/at-spi2-atk.spec

2e0ef8
%global at_spi2_core_version 2.7.5
2e0ef8
2e0ef8
Name:           at-spi2-atk
2e0ef8
Version:        2.8.1
2e0ef8
Release:        2%{?dist}
2e0ef8
Summary:        A GTK+ module that bridges ATK to D-Bus at-spi
2e0ef8
2e0ef8
Group:          System Environment/Libraries
2e0ef8
License:        LGPLv2+
2e0ef8
URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
2e0ef8
#VCS: git:git://git.gnome.org/at-spi-atk
2e0ef8
Source0:        http://download.gnome.org/sources/at-spi2-atk/2.8/%{name}-%{version}.tar.xz
2e0ef8
Patch0:         0001-Fix-atk_component_contains-wrapper.patch
2e0ef8
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:  atk-devel
2e0ef8
BuildRequires:  gtk2-devel
2e0ef8
BuildRequires:  intltool
2e0ef8
2e0ef8
Requires:       at-spi2-core >= %{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
%patch0 -p1
2e0ef8
2e0ef8
%build
2e0ef8
%configure --disable-relocate
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
2e0ef8
make install DESTDIR=$RPM_BUILD_ROOT
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
2e0ef8
%files
2e0ef8
%doc COPYING AUTHORS README
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
2e0ef8
* Wed Oct 30 2013 Rui Matos <rmatos@redhat.com> - 2.8.1-2
2e0ef8
- Resolves: rhbz#1024857 atspi_component_contains uses incorrect method signature
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
2e0ef8
* Tue Feb 21 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
2e0ef8
* Sun Jan 16 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