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}