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:
parent
6a173b72e3
commit
0c718aceb9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c83f10963c09e31457cfd87fee8bf769dbe7c231759b38d2e842cec330c39db0
|
||||
size 352686
|
3
at-spi2-core-0.1.3.tar.bz2
Normal file
3
at-spi2-core-0.1.3.tar.bz2
Normal 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
1
at-spi2-core-rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter(".*obsolete-not-provided.*at-spi2-core-devel")
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -18,55 +18,43 @@
|
||||
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 0.1.1
|
||||
Version: 0.1.3
|
||||
Release: 1
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gnome.org/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source99: %{name}-rpmlintrc
|
||||
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
|
||||
# The libraries that were shipped with at-spi2-core were removed, and so
|
||||
# there's no devel package anymore
|
||||
Obsoletes: %{name}-devel <= 0.1.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%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.
|
||||
|
||||
%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.
|
||||
This package contains the AT-SPI registry daemon. It provides a
|
||||
mechanism for all assistive technologies to discover and interact
|
||||
with applications running on the desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--libexecdir=%{_libexecdir}/at-spi2 \
|
||||
--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}
|
||||
@ -77,21 +65,9 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING INSTALL README
|
||||
%doc AUTHORS COPYING README
|
||||
%{_datadir}/%{name}/
|
||||
%{_sysconfdir}/xdg/autostart/at-spi-registryd.desktop
|
||||
%{_libdir}/libdbind.so.*
|
||||
%{_libdir}/libdroute.so.*
|
||||
%{_libexecdir}/at-spi-registryd
|
||||
%{_libexecdir}/at-spi2/
|
||||
%{_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