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