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

Accepting request 399002 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/399002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2016-06-03 14:26:55 +00:00 committed by Git OBS Bridge
commit 713f80c764
3 changed files with 23 additions and 10 deletions

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat May 28 17:29:53 UTC 2016 - zaitor@opensuse.org
- Drop at-spi2-core-devel Obsolete: the devel package have not
existed since 2009. At the same time, drop rpmlintrc, since it's
not needed anymore.
- Pkgconfig'ify spec file BuildRequires:
+ Replace/Remove: glib2-devel, gobject-introspection-devel,
xorg-x11-devel.
+ Add: pkgconfig(gio-2.0), pkgconfig(glib-2.0),
pkgconfig(gobject-2.0), pkgconfig(gobject-introspection-1.0),
pkgconfig(x11), pkgconfig(xtst), pkgconfig(xi).
-------------------------------------------------------------------
Sun May 22 19:09:47 UTC 2016 - zaitor@opensuse.org

View File

@ -24,19 +24,20 @@ License: GPL-2.0+
Group: System/Libraries
Url: http://www.gnome.org/
Source0: http://download.gnome.org/sources/at-spi2-core/2.20/%{name}-%{version}.tar.xz
Source98: baselibs.conf
Source99: %{name}-rpmlintrc
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
Source99: baselibs.conf
BuildRequires: intltool
BuildRequires: update-desktop-files
BuildRequires: xorg-x11-devel
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(dbus-1) >= 1.0
BuildRequires: pkgconfig(gio-2.0) >= 2.28
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(x11)
# dbus-daemon is needed to have this work fine
Requires: dbus-1
# 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