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