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
This commit is contained in:
Kshitij Kulshreshtha 2011-11-19 23:17:23 +00:00 committed by Git OBS Bridge
parent 2b9c6e6408
commit e25859a0c3
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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}