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

Accepting request 25790 from GNOME:Factory

Copy from GNOME:Factory/at-spi2-core based on submit request 25790 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/25790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=3
This commit is contained in:
OBS User autobuild 2009-12-08 08:41:21 +00:00 committed by Git OBS Bridge
parent 6a173b72e3
commit 0c718aceb9
5 changed files with 32 additions and 41 deletions

View File

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

View File

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

1
at-spi2-core-rpmlintrc Normal file
View File

@ -0,0 +1 @@
addFilter(".*obsolete-not-provided.*at-spi2-core-devel")

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Dec 2 17:17:48 CET 2009 - vuntz@opensuse.org
- Update to version 0.1.3:
+ For a list of changes, see
http://git.gnome.org/cgit/at-spi2-core/log/?id=AT_SPI2_CORE_0_1_3
- Pass libexecdir/at-spi2 for libexecdir to configure.
- Remove devel package: there's no library anymore for this
package.
- Obsolete devel package, without providing it (that would be
wrong). Add a rpmlintrc file to make rpmlint happy for this.
- Remove conflict with at-spi: the files are now different and will
not clash.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 14 15:36:23 UTC 2009 - sshaw@decriptor.com Fri Aug 14 15:36:23 UTC 2009 - sshaw@decriptor.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package at-spi2-core (Version 0.1.1) # spec file for package at-spi2-core (Version 0.1.3)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,55 +18,43 @@
Name: at-spi2-core Name: at-spi2-core
Version: 0.1.1 Version: 0.1.3
Release: 1 Release: 1
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPL v2 or later 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
BuildRequires: dbus-1-glib-devel BuildRequires: dbus-1-glib-devel
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
# dbus-daemon is needed to have this work fine # dbus-daemon is needed to have this work fine
Requires: dbus-1 Requires: dbus-1
# This package will Obsoletes/Provides at-spi in the future, but right now # The libraries that were shipped with at-spi2-core were removed, and so
# we only provide the package for testing purposes, so we only use Conflicts. # there's no devel package anymore
Conflicts: at-spi Obsoletes: %{name}-devel <= 0.1.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This library is a general interface for applications to make use of the AT-SPI is a general interface for applications to make use of the
accessibility toolkit. This version is based on dbus. accessibility toolkit. This version is based on dbus.
%package devel This package contains the AT-SPI registry daemon. It provides a
License: GPL v2 or later mechanism for all assistive technologies to discover and interact
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation - Development Files with applications running on the desktop.
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 %prep
%setup -q %setup -q
%build %build
%configure \ %configure \
--libexecdir=%{_libexecdir}/at-spi2 \
--disable-static --disable-static
%__make %{?jobs:-j%jobs} %__make %{?jobs:-j%jobs}
%install %install
%makeinstall %makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file at-spi-registryd
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -77,21 +65,9 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING INSTALL README %doc AUTHORS COPYING README
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%{_sysconfdir}/xdg/autostart/at-spi-registryd.desktop %{_libexecdir}/at-spi2/
%{_libdir}/libdbind.so.*
%{_libdir}/libdroute.so.*
%{_libexecdir}/at-spi-registryd
%{_datadir}/dbus-1/services/org.freedesktop.atspi.Registry.service %{_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 %changelog