From e25859a0c3e6df149f24f2fff2bc035cccd14cb87231d088a0fb0b1336ba3ca9 Mon Sep 17 00:00:00 2001 From: Kshitij Kulshreshtha Date: Sat, 19 Nov 2011 23:17:23 +0000 Subject: [PATCH] Accepting request 92502 from home:coolo:removelibtool - add libtool as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/request/show/92502 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=16 --- libva.changes | 5 +++++ libva.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libva.changes b/libva.changes index 5300e5c..66f3dcc 100644 --- a/libva.changes +++ b/libva.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 19 16:03:00 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Wed Nov 9 16:20:42 UTC 2011 - kkhere.geo@gmail.com diff --git a/libva.spec b/libva.spec index 30ed120..6547937 100644 --- a/libva.spec +++ b/libva.spec @@ -28,7 +28,7 @@ Group: System/Libraries Source0: http://cgit.freedesktop.org/libva/snapshot/%{name}-%{version}.tar.bz2 Source1: http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libudev-devel pkg-config +BuildRequires: libtool libudev-devel pkg-config BuildRequires: xorg-x11-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel BuildRequires: Mesa-devel libdrm-devel BuildRequires: gcc-c++ libstdc++-devel @@ -40,7 +40,6 @@ The library loads a hardware dependendent driver. %package -n vaapi-tools - Summary: Video Acceleration (VA) API for Linux Group: System/Libraries @@ -62,7 +61,6 @@ This contains the dummy and hardware drivers. %package -n libva1 - Summary: Video Acceleration (VA) API for Linux Group: System/Libraries @@ -72,7 +70,6 @@ The library loads a hardware dependendent driver. %package devel - Summary: Video Acceleration (VA) API for Linux -- development files Group: Development/Languages/C and C++ Requires: libva1 = %{version}