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