]> git.pld-linux.org Git - packages/xorg-driver-video-sis.git/blob - xorg-driver-video-sis.spec
- release 3
[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.UTF-8):      Sterownik obrazu X.org dla układów graficznych SiS i XGI
3 Name:           xorg-driver-video-sis
4 Version:        0.10.3
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
9 # Source0-md5:  dd930928b5ed7fcf34e3be4d43202ec7
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  Mesa-libGL-devel
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  cpp
15 BuildRequires:  libdrm-devel >= 2.0
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig >= 1:0.19
18 BuildRequires:  rpmbuild(macros) >= 1.389
19 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10
20 BuildRequires:  xorg-proto-fontsproto-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-xf86dgaproto-devel
26 BuildRequires:  xorg-proto-xf86driproto-devel
27 BuildRequires:  xorg-proto-xineramaproto-devel
28 BuildRequires:  xorg-util-util-macros >= 1.3
29 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
30 %{?requires_xorg_xserver_videodrv}
31 Requires:       xorg-lib-libpciaccess >= 0.10
32 Requires:       xorg-xserver-libdri >= 1.0.99.901
33 Requires:       xorg-xserver-libglx >= 1.0.99.901
34 Requires:       xorg-xserver-server >= 1.0.99.901
35 Obsoletes:      X11-driver-sis < 1:7.0.0
36 Obsoletes:      XFree86-SiS
37 Obsoletes:      XFree86-driver-sis < 1:7.0.0
38 Obsoletes:      XFree86-driver-xgi < 1:7.0.0
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41 %description
42 X.org video driver for SiS and XGI video chips. It supports PCI, AGP
43 and PCIe video cards based on the following chipsets: SiS5597/5598,
44 SiS530/620, SiS6326/AGP/DVD (called old series), SiS300/305, SiS540,
45 SiS630/730 (called 300 series), SiS315/E/H/PRO, SiS550/551/552,
46 SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
47 XGI Volari Z7 (called 315/330/340 series).
48
49 %description -l pl.UTF-8
50 Sterownik obrazu X.org dla układów graficznych SiS i XGI. Obsługuje
51 karty PCI, AGP i PCIe oparte na następujących układach: SiS5597/5598,
52 SiS530/620, SiS6326/AGP/DVD (zwanych starą serią), SiS300/305, SiS540,
53 SiS630/730 (zwanych serią 300), SiS315/E/H/PRO, SiS550/551/552,
54 SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
55 XGI Volari Z7 (zwanych serią 315/330/340).
56
57 %prep
58 %setup -q -n xf86-video-sis-%{version}
59
60 # https://bugs.freedesktop.org/show_bug.cgi?id=18304
61 sed -i -e 's|#define.*SIS_USE_BIOS_SCRATCH.*|#undef SIS_USE_BIOS_SCRATCH|g' src/sis.h
62
63 %build
64 %{__libtoolize}
65 %{__aclocal}
66 %{__autoconf}
67 %{__autoheader}
68 %{__automake}
69 %configure
70
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT
78
79 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files
85 %defattr(644,root,root,755)
86 %doc COPYING ChangeLog README
87 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/sis_drv.so
88 %{_mandir}/man4/sis.4*
This page took 0.078389 seconds and 4 git commands to generate.