]> git.pld-linux.org Git - packages/xorg-driver-video-sis.git/blob - xorg-driver-video-sis.spec
- new
[packages/xorg-driver-video-sis.git] / xorg-driver-video-sis.spec
1 Summary:        X.org video driver for SiS and XGI video chips
2 Summary(pl):    Sterownik obrazu X.org dla uk³adów graficznych SiS i XGI
3 Name:           xorg-driver-video-sis
4 Version:        0.8.0.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-sis-%{version}.tar.bz2
9 # Source0-md5:  fb50427e1a19168a17481a4cb23bb7ab
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libdrm-devel
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  xorg-proto-videoproto-devel
17 BuildRequires:  xorg-proto-xf86dgaproto-devel
18 BuildRequires:  xorg-proto-xf86driproto-devel
19 BuildRequires:  xorg-proto-xf86miscproto-devel
20 BuildRequires:  xorg-proto-xineramaproto-devel
21 BuildRequires:  xorg-util-util-macros >= 0.99.1
22 BuildRequires:  xorg-xserver-server-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 X.org video driver for SiS and XGI video chips. It supports PCI, AGP
27 and PCIe video cards based on the following chipsets: SiS5597/5598,
28 SiS530/620, SiS6326/AGP/DVD (called old series), SiS300/305, SiS540,
29 SiS630/730 (called 300 series), SiS315/E/H/PRO, SiS550/551/552,
30 SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
31 XGI Volari Z7 (called 315/330/340 series).
32
33 %description -l pl
34 Sterownik obrazu X.org dla uk³adów graficznych SiS i XGI. Obs³uguje
35 karty PCI, AGP i PCIe oparte na nastêpuj±cych uk³adach: SiS5597/5598,
36 SiS530/620, SiS6326/AGP/DVD (zwanych star± seri±), SiS300/305, SiS540,
37 SiS630/730 (zwanych seri± 300), SiS315/E/H/PRO, SiS550/551/552,
38 SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
39 XGI Volari Z7 (zwanych seri± 315/330/340).
40
41 %prep
42 %setup -q -n xf86-video-sis-%{version}
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --disable-static
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         drivermandir=%{_mandir}/man4
61
62 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc README
70 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/sis_drv.so
71 %{_mandir}/man4/sis.4x*
This page took 0.080246 seconds and 4 git commands to generate.