06809dc
Name:           at-spi2-core
af79537
Version:        1.91.5
Christopher Aillon d971a63
Release:        2%{?dist}
06809dc
Summary:        Protocol definitions and daemon for D-Bus at-spi
06809dc
06809dc
Group:          System Environment/Libraries
06809dc
License:        LGPLv2+
06809dc
URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
b6056de
Source0:        http://download.gnome.org/sources/at-spi2-core/1.91/%{name}-%{version}.tar.bz2
06809dc
06809dc
BuildRequires:  dbus-devel
06809dc
BuildRequires:  dbus-glib-devel
06809dc
BuildRequires:  glib2-devel
Christopher Aillon d971a63
BuildRequires:  gobject-introspection-devel
06809dc
BuildRequires:  libXtst-devel
Tomas Bzatek 84ad385
BuildRequires:  libXevie-devel
Tomas Bzatek 84ad385
BuildRequires:  libXext-devel
7b882b7
BuildRequires:  autoconf automake libtool
887a270
BuildRequires:  intltool
06809dc
Christopher Aillon 8949f8e
# XXX Ugly Hack
Christopher Aillon 8949f8e
# Needed for https://bugzilla.gnome.org/show_bug.cgi?id=640303
Christopher Aillon 8949f8e
BuildRequires: at-spi2-core
Christopher Aillon 8949f8e
06809dc
Requires:       dbus
06809dc
06809dc
%description
06809dc
at-spi allows assistive technologies to access GTK-based
06809dc
applications. Essentially it exposes the internals of applications for
06809dc
automation, so tools such as screen readers, magnifiers, or even
06809dc
scripting interfaces can query and interact with GUI controls.
06809dc
06809dc
This version of at-spi is a major break from previous versions.
06809dc
It has been completely rewritten to use D-Bus rather than
06809dc
ORBIT / CORBA for its transport protocol.
06809dc
75a8e1d
%package devel
75a8e1d
Summary: Development files and headers for at-spi2-core
75a8e1d
Group: Development/Libraries
75a8e1d
Requires: %{name} = %{version}-%{release}
75a8e1d
75a8e1d
%description devel
75a8e1d
The at-spi2-core-devel package includes the header files and
75a8e1d
API documentation for libatspi.
06809dc
06809dc
%prep
06809dc
%setup -q
06809dc
06809dc
%build
Christopher Aillon e763512
%configure --with-dbus-daemondir=/bin --disable-relocate
06809dc
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
06809dc
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
06809dc
06809dc
make %{?_smp_mflags}
06809dc
06809dc
06809dc
%install
06809dc
make install DESTDIR=$RPM_BUILD_ROOT
06809dc
4bb7e7f
rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
06809dc
75a8e1d
%post -p /sbin/ldconfig
75a8e1d
%postun -p /sbin/ldconfig
75a8e1d
06809dc
%files
06809dc
%defattr(-,root,root,-)
06809dc
%doc COPYING AUTHORS README
Tomas Bzatek 84ad385
# %dir %{_sysconfdir}/at-spi2
Tomas Bzatek 84ad385
# %config(noreplace) %{_sysconfdir}/at-spi2/accessibility.conf
Tomas Bzatek 84ad385
# %{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
Tomas Bzatek 84ad385
# %{_bindir}/at-spi-dbus-bus
06809dc
%{_libexecdir}/at-spi2-registryd
202736b
%{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
67680e9
%{_sysconfdir}/at-spi2
67680e9
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
67680e9
%{_bindir}/at-spi-dbus-bus
75a8e1d
%{_libdir}/libatspi.so.*
Christopher Aillon d971a63
%{_libdir}/girepository-1.0/Atspi-2.0.typelib
06809dc
75a8e1d
%files devel
75a8e1d
%{_libdir}/libatspi.so
75a8e1d
%{_datadir}/gtk-doc/html/libatspi
Christopher Aillon d971a63
%{_datadir}/gir-1.0/Atspi-2.0.gir
d781cf8
06809dc
%changelog
Christopher Aillon d971a63
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
Christopher Aillon d971a63
- Add gobject-introspection support
Christopher Aillon d971a63
af79537
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
af79537
- Update to 1.91.5
af79537
d781cf8
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
d781cf8
- Update 1.91.2
d781cf8
b6056de
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
b6056de
- Update to 1.91.0
b6056de
cb110f7
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
cb110f7
- Update to 0.4.0
cb110f7
67680e9
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
67680e9
- Update to 0.3.91
67680e9
ca6ca9d
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
ca6ca9d
- Update to 0.3.90
ca6ca9d
115664c
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
115664c
- Update to 0.3.4
115664c
a61ccce
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
a61ccce
- Update to 0.3.3
a61ccce
5ee5a56
* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
5ee5a56
- Don't relocate the dbus a11y stack
5ee5a56
7c8907a
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
7c8907a
- Update to 0.3.2
7c8907a
a72de58
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
a72de58
- Update to 0.3.1
a72de58
eebc8c5
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
eebc8c5
- Update to 0.1.8
eebc8c5
0fc7caa
* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
0fc7caa
- Update to 0.1.7
0fc7caa
Tomas Bzatek 84ad385
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
Tomas Bzatek 84ad385
- Update to 0.1.6
Tomas Bzatek 84ad385
d2d4320
* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
d2d4320
- Specify the right location for the dbus daemon
d2d4320
63ca8ef
* Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
63ca8ef
- Update to 0.1.5
63ca8ef
06809dc
* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
06809dc
- Update to 0.1.4
06809dc
06809dc
* Sat Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
06809dc
- Initial packaging