]> git.pld-linux.org Git - packages/xorg-driver-video-r128.git/blob - xorg-driver-video-r128.spec
- release 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.8.0
5 Release:        2
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:  007bec0c6b07d9d3aeca4da18e561efb
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libdrm-devel >= 2.0
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-xf86driproto-devel
19 BuildRequires:  xorg-util-util-macros >= 0.99.2
20 BuildRequires:  xorg-xserver-server-devel >= 1.1.0
21 %requires_xorg_xserver_videodrv
22 Requires:       xorg-xserver-server >= 1.1.0
23 Obsoletes:      X11-driver-r128 < 1:7.0.0
24 Obsoletes:      XFree86-Rage128
25 Obsoletes:      XFree86-driver-r128 < 1:7.0.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 X.org video driver for ATI r128 adapters; supports all ATI Rage 128
30 based video cards including the Rage Fury AGP 32MB, the XPERT 128 AGP
31 16MB and the XPERT 99 AGP 8MB.
32
33 %description -l pl.UTF-8
34 Sterownik obrazu X.org do kart graficznych ATI r128; obsługuje
35 wszystkie karty graficzne oparte na układzie ATI Rage 128, włącznie z
36 Rage Fury AGP 32MB, XPERT 128 AGP 16MB i XPERT 99 AGP 8MB.
37
38 %prep
39 %setup -q -n xf86-video-r128-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc COPYING
66 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/r128_drv.so
67 %{_mandir}/man4/r128.4*
This page took 0.063253 seconds and 3 git commands to generate.