Summary: X.org video driver for TGA (DEC 21030) video chips Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych TGA (DEC 21030) Name: xorg-driver-video-tga Version: 1.2.2 Release: 12 License: MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-%{version}.tar.bz2 # Source0-md5: f77d66e86ed0485b204b17e734aa47df Patch0: build.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig >= 1:0.19 BuildRequires: rpmbuild(macros) >= 1.389 BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0 BuildRequires: xorg-proto-fontsproto-devel BuildRequires: xorg-proto-randrproto-devel BuildRequires: xorg-proto-renderproto-devel BuildRequires: xorg-proto-videoproto-devel BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1 BuildRequires: xorg-proto-xf86dgaproto-devel >= 2.1 BuildRequires: xorg-util-util-macros >= 1.3 BuildRequires: xorg-xserver-server-devel >= 1.0.99.901 %{?requires_xorg_xserver_videodrv} Requires: xorg-xserver-server >= 1.0.99.901 Provides: xorg-driver-video Obsoletes: X11-driver-tga < 1:7.0.0 Obsoletes: XFree86-TGA Obsoletes: XFree86-driver-tga < 1:7.0.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description X.org video driver for TGA (DEC 21030) video chips. %description -l pl.UTF-8 Sterownik obrazu X.org dla układów graficznych TGA (DEC 21030). %prep %setup -q -n xf86-video-tga-%{version} %patch0 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc COPYING ChangeLog README %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tga_drv.so #%{_mandir}/man4/tga.4*