Accepting request 114109 from home:dimstar:branches:GNOME:Factory

changed libelf-devel to pkgconfig(libelf) as asked for by vuntz

OBS-URL: https://build.opensuse.org/request/show/114109
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=192
This commit is contained in:
Vincent Untz
2012-04-18 15:09:04 +00:00
committed by Git OBS Bridge
parent c04af5e0a1
commit 8038cffc96
4 changed files with 18 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
Name: glib2
%define _name glib
Version: 2.32.0
Version: 2.32.1
Release: 0
# FIXME: find out if tapsets should really be in devel package or in main package
Summary: General-Purpose Utility Library
@@ -50,8 +50,6 @@ BuildRequires: automake
BuildRequires: fam-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
# Needed for gresource
BuildRequires: libelf-devel
BuildRequires: libselinux-devel
BuildRequires: pkg-config
BuildRequires: python-base
@@ -65,6 +63,8 @@ BuildRequires: python
BuildRequires: systemtap-sdt-devel
%endif
BuildRequires: translation-update-upstream
# Needed for gresource
BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(zlib)