]> git.pld-linux.org Git - packages/xorg-driver-video-r128.git/blame - xorg-driver-video-r128.spec
- updated to 6.8.2
[packages/xorg-driver-video-r128.git] / xorg-driver-video-r128.spec
CommitLineData
cdd12413
JB
1Summary: X.org video drivers for ATI Rage128 adapters
2Summary(pl.UTF-8): Sterowniki obrazu X.org do kart graficznych ATI Rage128
2b96bc59 3Name: xorg-driver-video-r128
f947ea62
JB
4Version: 6.8.2
5Release: 1
2b96bc59
AM
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-%{version}.tar.bz2
f947ea62 9# Source0-md5: 31e0358b5d1189e3f30f5b11e9b86865
2b96bc59 10URL: http://xorg.freedesktop.org/
f947ea62 11BuildRequires: autoconf >= 2.60
2b96bc59 12BuildRequires: automake
d2d1ecd4 13BuildRequires: libdrm-devel >= 2.2
2b96bc59
AM
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
16BuildRequires: rpmbuild(macros) >= 1.389
d2d1ecd4 17BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
2b96bc59 18BuildRequires: xorg-proto-fontsproto-devel
464d037d 19BuildRequires: xorg-proto-glproto-devel
d2d1ecd4
JB
20BuildRequires: xorg-proto-randrproto-devel
21BuildRequires: xorg-proto-renderproto-devel
22BuildRequires: xorg-proto-videoproto-devel
fc4f9f7f 23BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
2b96bc59 24BuildRequires: xorg-proto-xf86driproto-devel
d2d1ecd4 25BuildRequires: xorg-proto-xf86miscproto-devel
464d037d 26BuildRequires: xorg-proto-xineramaproto-devel
f947ea62 27BuildRequires: xorg-util-util-macros >= 1.8
d2d1ecd4
JB
28BuildRequires: xorg-xserver-server-devel >= 1.2
29%{?requires_xorg_xserver_videodrv}
30Requires: libdrm >= 2.2
31Requires: xorg-xserver-libdri >= 1.2
32Requires: xorg-xserver-libglx >= 1.2
33Requires: xorg-xserver-server >= 1.2
fc4f9f7f 34Provides: xorg-driver-video
2b96bc59
AM
35Obsoletes: X11-driver-r128 < 1:7.0.0
36Obsoletes: XFree86-Rage128
37Obsoletes: XFree86-driver-r128 < 1:7.0.0
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
cdd12413 41X.org video driver for ATI r128 adapters; supports all ATI Rage 128
2b96bc59 42based video cards including the Rage Fury AGP 32MB, the XPERT 128 AGP
cdd12413 4316MB and the XPERT 99 AGP 8MB.
2b96bc59
AM
44
45%description -l pl.UTF-8
cdd12413 46Sterownik obrazu X.org do kart graficznych ATI r128; obsługuje
2b96bc59 47wszystkie karty graficzne oparte na układzie ATI Rage 128, włącznie z
cdd12413 48Rage Fury AGP 32MB, XPERT 128 AGP 16MB i XPERT 99 AGP 8MB.
2b96bc59
AM
49
50%prep
51%setup -q -n xf86-video-r128-%{version}
52
53%build
54%{__libtoolize}
55%{__aclocal}
56%{__autoconf}
57%{__autoheader}
58%{__automake}
d2d1ecd4 59%configure
2b96bc59
AM
60
61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
f947ea62 69%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
2b96bc59
AM
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files
75%defattr(644,root,root,755)
f947ea62 76%doc COPYING ChangeLog README
2b96bc59
AM
77%attr(755,root,root) %{_libdir}/xorg/modules/drivers/r128_drv.so
78%{_mandir}/man4/r128.4*
This page took 0.088772 seconds and 4 git commands to generate.