forked from pool/at-spi2-core
Accepting request 17884 from GNOME:Factory
Copy from GNOME:Factory/at-spi2-core based on submit request 17884 from user vuntz OBS-URL: https://build.opensuse.org/request/show/17884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=1
This commit is contained in:
commit
6a173b72e3
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
at-spi2-core-0.1.1.tar.bz2
Normal file
3
at-spi2-core-0.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c83f10963c09e31457cfd87fee8bf769dbe7c231759b38d2e842cec330c39db0
|
||||
size 352686
|
26
at-spi2-core.changes
Normal file
26
at-spi2-core.changes
Normal file
@ -0,0 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 14 15:36:23 UTC 2009 - sshaw@decriptor.com
|
||||
|
||||
- Update to version 0.1.1:
|
||||
+ Replace use of dbind_emit_signal with direct libdbus call in
|
||||
application cache update. fdo#23029
|
||||
+ Fix problem with signature assignment and iter initialization
|
||||
in dbind signal sending.
|
||||
+ Modify the incorrect use of dbind_emit_signal_va. Check for
|
||||
NULL args in dbind_marshall_any. fdo#23027
|
||||
+ Remove *.pc files from source tarballs.
|
||||
+ Remove python check from configure.ac. Python is not needed for
|
||||
at-spi2-core.
|
||||
+ Link DRoute against D-Bus GLib.
|
||||
- Remove python BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 14 04:25:03 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Clean up packaging a bit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 15:33:02 UTC 2009 - sshaw@decriptor.com
|
||||
|
||||
- Initial packaging of at-spi2-core (0.1.0)
|
||||
|
97
at-spi2-core.spec
Normal file
97
at-spi2-core.spec
Normal file
@ -0,0 +1,97 @@
|
||||
#
|
||||
# spec file for package at-spi2-core (Version 0.1.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 0.1.1
|
||||
Release: 1
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
License: GPL v2 or later
|
||||
Group: System/Libraries
|
||||
Url: http://www.gnome.org/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: update-desktop-files
|
||||
# dbus-daemon is needed to have this work fine
|
||||
Requires: dbus-1
|
||||
# This package will Obsoletes/Provides at-spi in the future, but right now
|
||||
# we only provide the package for testing purposes, so we only use Conflicts.
|
||||
Conflicts: at-spi
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This library is a general interface for applications to make use of the
|
||||
accessibility toolkit. This version is based on dbus.
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation - Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: atk-devel
|
||||
Requires: dbus-1-devel
|
||||
Requires: gtk2-devel
|
||||
# This package will Obsoletes/Provides at-spi in the future, but right now
|
||||
# we only provide the package for testing purposes, so we only use Conflicts.
|
||||
Conflicts: at-spi-devel
|
||||
|
||||
%description devel
|
||||
This library is a general interface for applications to make use of the
|
||||
accessibility toolkit. This version is based on dbus.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file at-spi-registryd
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING INSTALL README
|
||||
%{_datadir}/%{name}/
|
||||
%{_sysconfdir}/xdg/autostart/at-spi-registryd.desktop
|
||||
%{_libdir}/libdbind.so.*
|
||||
%{_libdir}/libdroute.so.*
|
||||
%{_libexecdir}/at-spi-registryd
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.atspi.Registry.service
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/dbind-0.1/
|
||||
%{_includedir}/droute-0.1/
|
||||
%{_libdir}/libdbind.so
|
||||
%{_libdir}/libdroute.so
|
||||
%{_libdir}/pkgconfig/dbind-0.1.pc
|
||||
%{_libdir}/pkgconfig/droute-0.1.pc
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user