|
 |
06809dc |
Name: at-spi2-core
|
|
 |
115664c |
Version: 0.3.4
|
|
 |
a61ccce |
Release: 1%{?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
|
|
 |
a72de58 |
Source0: http://download.gnome.org/sources/at-spi2-core/0.3/%{name}-%{version}.tar.bz2
|
|
 |
06809dc |
|
|
 |
06809dc |
BuildRequires: dbus-devel
|
|
 |
06809dc |
BuildRequires: dbus-glib-devel
|
|
 |
06809dc |
BuildRequires: glib2-devel
|
|
 |
06809dc |
BuildRequires: gtk2-devel
|
|
 |
06809dc |
BuildRequires: libXtst-devel
|
|
Tomas Bzatek |
84ad385 |
BuildRequires: libXevie-devel
|
|
Tomas Bzatek |
84ad385 |
BuildRequires: libXext-devel
|
|
 |
7b882b7 |
BuildRequires: autoconf automake libtool
|
|
 |
06809dc |
|
|
 |
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 |
|
|
 |
06809dc |
|
|
 |
06809dc |
%prep
|
|
 |
06809dc |
%setup -q
|
|
 |
06809dc |
|
|
 |
06809dc |
%build
|
|
 |
5ee5a56 |
%configure --with-dbus-daemon=/bin
|
|
 |
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 |
|
|
 |
06809dc |
|
|
 |
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
|
|
 |
06809dc |
|
|
 |
06809dc |
|
|
 |
06809dc |
%changelog
|
|
 |
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
|