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