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