SHA256
1
0
forked from pool/at-spi2-core

Accepting request 97275 from home:vuntz:branches:GNOME:Factory

Update to 2.3.3

OBS-URL: https://build.opensuse.org/request/show/97275
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=63
This commit is contained in:
Vincent Untz 2011-12-21 04:33:06 +00:00 committed by Git OBS Bridge
parent 6f7d05d952
commit 4a5aea3af8
4 changed files with 41 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c992b6b42e874f06026e0ff5a0cfab4a98008d36f93d9b2fa6411785b88a09a6
size 522654

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c666c0a3fb63c323f146a73705c7ee2edd3d6065edbe309829a702cd38d21ce
size 443320

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 20 09:36:11 UTC 2011 - vuntz@opensuse.org
- Update to version 2.3.3:
+ Handle event detail suffixes (such as :system).
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Rewrite description of libatspi0 subpackage.
- Split typelib file into typelib-1_0-Atspi-2_0 subpackage.
- Add typelib-1_0-Atspi-2_0 Requires to devel subpackage.
-------------------------------------------------------------------
Tue Nov 22 09:37:35 UTC 2011 - vuntz@opensuse.org

View File

@ -15,22 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: at-spi2-core
Version: 2.3.2
Release: 1
Version: 2.3.3
Release: 0
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPLv2+
License: GPL-2.0+
Group: System/Libraries
Url: http://www.gnome.org/
Source0: http://download.gnome.org/sources/at-spi2-core/2.3/%{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/at-spi2-core/2.3/%{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
BuildRequires: xorg-x11-devel
BuildRequires: update-desktop-files
BuildRequires: xorg-x11-devel
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(dbus-1)
# dbus-daemon is needed to have this work fine
Requires: dbus-1
@ -48,21 +48,30 @@ mechanism for all assistive technologies to discover and interact
with applications running on the desktop.
%package -n libatspi0
License: GPLv2+
Summary: An Accessibility ToolKit
Summary: An Accessibility ToolKit -- Library
Group: System/Libraries
%description -n libatspi0
The ATK library provides a set of accessibility interfaces. By
supporting the ATK interfaces, an application or toolkit can be used
with screen readers, magnifiers, and alternate input devices.
AT-SPI is a general interface for applications to make use of the
accessibility toolkit. This version is based on dbus.
%package -n typelib-1_0-Atspi-2_0
Summary: An Accessibility ToolKit -- Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-Atspi-2_0
AT-SPI is a general interface for applications to make use of the
accessibility toolkit. This version is based on dbus.
This package provides the GObject Introspection bindings for the
libatspi library.
%package devel
License: GPLv2+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/GNOME
Requires: libatspi0 = %{version}
Requires: at-spi2-core = %{version}
Requires: libatspi0 = %{version}
Requires: typelib-1_0-Atspi-2_0 = %{version}
%description devel
This package contains all necessary include files and libraries needed
@ -105,6 +114,9 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%files -n libatspi0
%defattr(-, root, root)
%{_libdir}/libatspi.so.0*
%files -n typelib-1_0-Atspi-2_0
%defattr(-, root, root)
%{_libdir}/girepository-1.0/Atspi-2.0.typelib
%files devel