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