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