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