Summary: Buffer manager abstraction library Name: libwsbm Version: 1.1.0 Release: 1 Group: Development/Libraries License: MIT Source: libwsbm-src.1.1.0.tar.bz2 Patch0: libwsbm.patch Patch1: 0001-CDV-include-tweaks.patch URL: http://www.x.org/wiki/libwsbm BuildRequires: libdrm-devel BuildRequires: psb-headers Conflicts: libwsbm-cdv ExclusiveArch: %ix86 %description The libwsbm (wsbm stands for Window System Buffer Manager) library previously lived as a dri buffer manager within mesa. This package builds against PVR-provided PSB headers found in the kernel-adaptation-pc image. This package ought only be installed on a CDV system. %package devel Summary: Development headers for libwsbm Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Development headers (Graphics) for libwsbm %prep %setup -q -n libwsbm-src.%{version} # libswbm.patch %patch0 -p1 # 0001-CDV-include-tweaks.patch %patch1 -p1 %build %autogen make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %make_install %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/libwsbm.so.1 %{_libdir}/libwsbm.so.1.1.0 %files devel %defattr(-,root,root,-) %{_libdir}/pkgconfig/libwsbm.pc %{_libdir}/libwsbm.so %{_includedir}/wsbm/*.h %changelog