Summary: X.org video driver for generic VESA video cards Summary(pl.UTF-8): Sterownik obrazu X.org dla kart graficznych zgodnych z VESA Name: xorg-driver-video-vesa Version: 2.0.0 Release: 3 License: MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2 # Source0-md5: 433cf6f961eb4a2ab6fcb086def0b2b4 Patch0: %{name}-xf86gtfmode.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig >= 1:0.19 BuildRequires: xorg-lib-libpciaccess-devel >= 0.10 BuildRequires: xorg-proto-fontsproto-devel BuildRequires: xorg-proto-randrproto-devel BuildRequires: xorg-proto-renderproto-devel BuildRequires: xorg-proto-xextproto-devel BuildRequires: xorg-util-util-macros >= 0.99.2 BuildRequires: xorg-xserver-server-devel >= 1.0.99.901 BuildRequires: rpmbuild(macros) >= 1.389 %requires_xorg_xserver_videodrv Requires: xorg-xserver-server >= 1.0.99.901 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description X.org video driver for generic VESA video cards. %description -l pl.UTF-8 Sterownik obrazu X.org dla kart graficznych zgodnych ze standardem VESA. %prep %setup -q -n xf86-video-vesa-%{version} %patch0 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure \ --disable-static %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc COPYING ChangeLog %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vesa_drv.so %{_mandir}/man4/vesa.4*