at-spi2-core/at-spi2-core.spec

157 lines
4.5 KiB
RPMSpec
Raw Normal View History

2010-01-04 18:10:54 +00:00
Name: at-spi2-core
2011-02-22 05:27:18 +00:00
Version: 1.91.90
Release: 1%{?dist}
2010-01-04 18:10:54 +00:00
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
2010-10-05 02:08:05 +00:00
Source0: http://download.gnome.org/sources/at-spi2-core/1.91/%{name}-%{version}.tar.bz2
2010-01-04 18:10:54 +00:00
BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
BuildRequires: glib2-devel
2011-01-22 02:00:53 +00:00
BuildRequires: gobject-introspection-devel
2010-01-04 18:10:54 +00:00
BuildRequires: libXtst-devel
2010-02-10 17:03:58 +00:00
BuildRequires: libXevie-devel
BuildRequires: libXext-devel
2010-03-31 03:01:29 +00:00
BuildRequires: autoconf automake libtool
2011-01-11 05:03:59 +00:00
BuildRequires: intltool
2010-01-04 18:10:54 +00:00
# XXX Ugly Hack
# Needed for https://bugzilla.gnome.org/show_bug.cgi?id=640303
BuildRequires: at-spi2-core
2010-01-04 18:10:54 +00:00
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.
2011-01-11 14:43:37 +00:00
%package devel
Summary: Development files and headers for at-spi2-core
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The at-spi2-core-devel package includes the header files and
API documentation for libatspi.
2010-01-04 18:10:54 +00:00
%prep
%setup -q
%build
2011-02-22 05:27:18 +00:00
%configure --with-dbus-daemondir=/bin
2010-01-04 18:10:54 +00:00
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
make install DESTDIR=$RPM_BUILD_ROOT
%{find_lang} %{name}
2011-01-11 14:51:23 +00:00
rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
2010-01-04 18:10:54 +00:00
2011-01-11 14:43:37 +00:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}.lang
2010-01-04 18:10:54 +00:00
%defattr(-,root,root,-)
%doc COPYING AUTHORS README
2010-02-10 17:03:58 +00:00
# %dir %{_sysconfdir}/at-spi2
# %config(noreplace) %{_sysconfdir}/at-spi2/accessibility.conf
# %{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
# %{_bindir}/at-spi-dbus-bus
2010-01-04 18:10:54 +00:00
%{_libexecdir}/at-spi2-registryd
2010-02-21 03:24:42 +00:00
%{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
2010-08-31 13:44:31 +00:00
%{_sysconfdir}/at-spi2
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
%{_bindir}/at-spi-dbus-bus
2011-01-11 14:43:37 +00:00
%{_libdir}/libatspi.so.*
2011-01-22 02:00:53 +00:00
%{_libdir}/girepository-1.0/Atspi-2.0.typelib
2010-01-04 18:10:54 +00:00
2011-01-11 14:43:37 +00:00
%files devel
%{_libdir}/libatspi.so
%{_datadir}/gtk-doc/html/libatspi
2011-01-22 02:00:53 +00:00
%{_datadir}/gir-1.0/Atspi-2.0.gir
%{_includedir}/at-spi-2.0
2010-11-12 01:34:35 +00:00
2010-01-04 18:10:54 +00:00
%changelog
2011-02-22 05:27:18 +00:00
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
- Update to 1.91.90
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-02 20:36:33 +00:00
* Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
- Update to 1.91.6.1
2011-02-02 08:01:22 +00:00
* Tue Feb 1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
- Update to 1.91.6
2011-01-22 02:00:53 +00:00
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
- Add gobject-introspection support
2011-01-11 04:57:12 +00:00
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
- Update to 1.91.5
2010-11-12 01:34:35 +00:00
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
- Update 1.91.2
2010-10-05 02:08:05 +00:00
* Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
- Update to 1.91.0
2010-09-29 20:15:48 +00:00
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
- Update to 0.4.0
2010-08-31 13:44:31 +00:00
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
- Update to 0.3.91
2010-08-18 23:40:00 +00:00
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
- Update to 0.3.90
2010-06-29 04:09:52 +00:00
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
- Update to 0.3.4
2010-06-09 02:01:07 +00:00
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
- Update to 0.3.3
2010-06-02 14:02:54 +00:00
* Tue Jun 1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
- Don't relocate the dbus a11y stack
2010-05-28 13:28:07 +00:00
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
- Update to 0.3.2
2010-05-16 00:49:05 +00:00
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
- Update to 0.3.1
2010-03-31 02:45:37 +00:00
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
- Update to 0.1.8
2010-02-21 03:14:15 +00:00
* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
- Update to 0.1.7
2010-02-10 17:03:58 +00:00
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
- Update to 0.1.6
2010-01-20 23:04:10 +00:00
* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
- Specify the right location for the dbus daemon
2010-01-17 19:11:59 +00:00
* Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
- Update to 0.1.5
2010-01-04 18:10:54 +00:00
* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
- Update to 0.1.4
* Sat Dec 4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
- Initial packaging