]> git.pld-linux.org Git - packages/xorg-driver-video-savage.git/blame - xorg-driver-video-savage.spec
- release 2 (by relup.sh)
[packages/xorg-driver-video-savage.git] / xorg-driver-video-savage.spec
CommitLineData
b79b68b4 1Summary: X.org video driver for S3 Savage family video chips
5f98a10d 2Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych z rodziny S3 Savage
b79b68b4 3Name: xorg-driver-video-savage
1c7d4cf7 4Version: 2.3.6
13a53e78 5Release: 2
b79b68b4
JB
6License: MIT
7Group: X11/Applications
a5fb0961 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-savage-%{version}.tar.bz2
1c7d4cf7 9# Source0-md5: b57424a84c92aa3c6e97f6678d8d4a3e
b79b68b4 10URL: http://xorg.freedesktop.org/
67fe293e 11BuildRequires: Mesa-libGL-devel
847abe1e 12BuildRequires: autoconf >= 2.60
b79b68b4 13BuildRequires: automake
52a65cd8 14BuildRequires: libdrm-devel >= 2.0
b79b68b4
JB
15BuildRequires: libtool
16BuildRequires: pkgconfig >= 1:0.19
46cc7463 17BuildRequires: rpmbuild(macros) >= 1.389
643b7259 18BuildRequires: xorg-lib-libpciaccess-devel >= 0.10
67fe293e 19BuildRequires: xorg-proto-fontsproto-devel
46cc7463 20BuildRequires: xorg-proto-glproto-devel
67fe293e
JB
21BuildRequires: xorg-proto-randrproto-devel
22BuildRequires: xorg-proto-renderproto-devel
b79b68b4 23BuildRequires: xorg-proto-videoproto-devel
277aaf2d 24BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
b79b68b4 25BuildRequires: xorg-proto-xf86driproto-devel
847abe1e 26BuildRequires: xorg-util-util-macros >= 1.8
d4ba4173 27BuildRequires: xorg-xserver-server-devel >= 1.1.0
277aaf2d
JB
28%{?requires_xorg_xserver_videodrv}
29Requires: xorg-lib-libpciaccess >= 0.10
d4729608
JB
30Requires: xorg-xserver-libdri >= 1.1.0
31Requires: xorg-xserver-libglx >= 1.1.0
d4ba4173 32Requires: xorg-xserver-server >= 1.1.0
731746db 33Provides: xorg-driver-video
56172d1d
JB
34Obsoletes: X11-driver-savage < 1:7.0.0
35Obsoletes: XFree86-driver-savage < 1:7.0.0
b79b68b4
JB
36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38%description
39X.org video driver for S3 Savage family video chips. It supports PCI
40and AGP boards with the following chips: Savage3D, Savage4,
41Savage2000, Savage/MX, Savage/IX, SuperSavage/MX, SuperSavage/IX,
42ProSavage PM133, ProSavage KM133, Twister (ProSavage PN133), TwisterK
43(ProSavage KN133), ProSavage DDR, ProSavage DDR-K. Savage2000 support
44has acceleration limited to 2D only. Dualhead operation is supported
45on MX, IX and SuperSavage chips.
46
db2ed81a
JR
47%description -l pl.UTF-8
48Sterownik obrazu X.org dla układów graficznych z rodziny S3 Savage.
49Obsługuje karty PCI i AGP oparte na następujących układach: Savage3D,
b79b68b4
JB
50Savage4, Savage2000, Savage/MX, Savage/IX, SuperSavage/MX,
51SuperSavage/IX, ProSavage PM133, ProSavage KM133, Twister (ProSavage
52PN133), TwisterK (ProSavage KN133), ProSavage DDR, ProSavage DDR-K.
db2ed81a 53Obsługa Savage2000 ma akcelerację ograniczoną do operacji 2D. Tryb
46cc7463 54dualhead jest obsługiwany na układach MX, IX i SuperSavage.
b79b68b4
JB
55
56%prep
57%setup -q -n xf86-video-savage-%{version}
58
59%build
60%{__libtoolize}
61%{__aclocal}
62%{__autoconf}
63%{__autoheader}
64%{__automake}
277aaf2d 65%configure
b79b68b4
JB
66
67%{__make}
68
69%install
70rm -rf $RPM_BUILD_ROOT
71
72%{__make} install \
52a65cd8 73 DESTDIR=$RPM_BUILD_ROOT
b79b68b4 74
1bded3a2 75%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
b79b68b4
JB
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%files
81%defattr(644,root,root,755)
277aaf2d 82%doc COPYING ChangeLog README
b79b68b4 83%attr(755,root,root) %{_libdir}/xorg/modules/drivers/savage_drv.so
52a65cd8 84%{_mandir}/man4/savage.4*
This page took 0.105004 seconds and 4 git commands to generate.