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