forked from pool/at-spi2-core
Accepting request 47720 from GNOME:Factory
checked in (request 47720) OBS-URL: https://build.opensuse.org/request/show/47720 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=32
This commit is contained in:
parent
201a9240b0
commit
561dfa6be2
3
at-spi2-core-0.3.90.tar.bz2
Normal file
3
at-spi2-core-0.3.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ee74fc3ccbd5045858e00c8067492f8401cd8258724128f1a699ab23b7bdfdc
|
||||||
|
size 275120
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e888d01ea9649e2ab5c6ce553c3f4236b64fc0223de2fd80519aaac92bbe421
|
|
||||||
size 277201
|
|
13
at-spi2-core-dbus-path.patch
Normal file
13
at-spi2-core-dbus-path.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: at-spi2-core-0.1.4/bus/accessibility.conf
|
||||||
|
===================================================================
|
||||||
|
--- at-spi2-core-0.1.4.orig/bus/accessibility.conf
|
||||||
|
+++ at-spi2-core-0.1.4/bus/accessibility.conf
|
||||||
|
@@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|
<standard_system_servicedirs/>
|
||||||
|
|
||||||
|
- <servicehelper>/lib/dbus-1.0/dbus-daemon-launch-helper</servicehelper>
|
||||||
|
+ <servicehelper>/lib/dbus-1/dbus-daemon-launch-helper</servicehelper>
|
||||||
|
|
||||||
|
<auth>EXTERNAL</auth>
|
||||||
|
|
@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 31 08:57:06 CEST 2010 - vuntz@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 0.3.91:
|
|
||||||
+ Enabled the accessibility bus, so apps should be accessible,
|
|
||||||
for instance, if an application becomes setuid root.
|
|
||||||
+ Several build fixes.
|
|
||||||
+ Default to --enable-relocate for now.
|
|
||||||
- Drop at-spi2-core-dbus-path.patch: this is not needed anymore
|
|
||||||
since the path to the dbus daemon is not in the config file
|
|
||||||
anymore.
|
|
||||||
- Uncomment call to %suse_update_desktop_file for
|
|
||||||
at-spi-dbus-bus.desktop.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 17 10:56:59 CEST 2010 - dimstar@opensuse.org
|
Tue Aug 17 10:56:59 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package at-spi2-core (Version 0.3.91)
|
# spec file for package at-spi2-core (Version 0.3.90)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,14 +18,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 0.3.91
|
Version: 0.3.90
|
||||||
Release: 1
|
Release: 1
|
||||||
|
# FIXME: check that tarballs > 0.1.6 ship bus/ directory, and if they do, reapply patch0 and call to suse_update_desktop_file
|
||||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
|
# PATCH-FIX-UPSTREAM at-spi2-core-dbus-path.patch vuntz@opensuse.org -- Use the right path for a dbus helper. This will be fixed upstream in a more generic way
|
||||||
|
Patch0: at-spi2-core-dbus-path.patch
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
@ -47,6 +50,8 @@ with applications running on the desktop.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# Reapply when bus/ is shipped again in the tarball
|
||||||
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -57,7 +62,7 @@ with applications running on the desktop.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%suse_update_desktop_file at-spi-dbus-bus
|
#suse_update_desktop_file at-spi-dbus-bus
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -69,10 +74,11 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_bindir}/at-spi-dbus-bus
|
#Commented out files are files used with the bus, they should come back later
|
||||||
|
#%{_bindir}/at-spi-dbus-bus
|
||||||
%{_libexecdir}/at-spi2/
|
%{_libexecdir}/at-spi2/
|
||||||
%{_sysconfdir}/at-spi2/
|
#%{_sysconfdir}/at-spi2/
|
||||||
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
#%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
||||||
%{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
|
%{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user