From 06809dc2d8f3ad1d90bdbcced8fba40e19fbedb7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jan 04 2010 18:10:54 +0000 Subject: initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..7e28f3d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +at-spi2-core-0.1.4.tar.bz2 diff --git a/at-spi2-core.spec b/at-spi2-core.spec new file mode 100644 index 0000000..574508f --- /dev/null +++ b/at-spi2-core.spec @@ -0,0 +1,67 @@ +Name: at-spi2-core +Version: 0.1.4 +Release: 1%{?dist} +Summary: Protocol definitions and daemon for D-Bus at-spi + +Group: System Environment/Libraries +License: LGPLv2+ +URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus +Source0: http://download.gnome.org/sources/at-spi2-core/0.1/%{name}-%{version}.tar.bz2 + +BuildRequires: dbus-devel +BuildRequires: dbus-glib-devel +BuildRequires: glib2-devel +BuildRequires: gtk2-devel +BuildRequires: libXtst-devel + +Requires: dbus + +%description +at-spi allows assistive technologies to access GTK-based +applications. Essentially it exposes the internals of applications for +automation, so tools such as screen readers, magnifiers, or even +scripting interfaces can query and interact with GUI controls. + +This version of at-spi is a major break from previous versions. +It has been completely rewritten to use D-Bus rather than +ORBIT / CORBA for its transport protocol. + + +%prep +%setup -q + +%build +%configure +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc COPYING AUTHORS README +%dir %{_sysconfdir}/at-spi2 +%config(noreplace) %{_sysconfdir}/at-spi2/accessibility.conf +%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop +%{_bindir}/at-spi-dbus-bus +%{_libexecdir}/at-spi2-registryd +%{_datadir}/at-spi2 +%{_datadir}/dbus-1/services/org.freedesktop.atspi.Registry.service + + +%changelog +* Tue Dec 22 2009 Matthias Clasen - 0.1.4-1 +- Update to 0.1.4 + +* Sat Dec 4 2009 Matthias Clasen - 0.1.3-1 +- Initial packaging diff --git a/import.log b/import.log new file mode 100644 index 0000000..c48ffe8 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +at-spi2-core-0_1_4-1_fc12:HEAD:at-spi2-core-0.1.4-1.fc12.src.rpm:1262628465 diff --git a/sources b/sources index e69de29..0d2dae6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +db13cbf05ec41158a841a4baa94f5b2a at-spi2-core-0.1.4.tar.bz2