]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/blob - xorg-driver-video-s3.spec
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-s3.git] / xorg-driver-video-s3.spec
1 Summary:        X.org video driver for old S3 video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla starych kart graficznych S3
3 Name:           xorg-driver-video-s3
4 Version:        0.7.0
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
9 # Source0-md5:  8fa9c68b6f9c0fc21f3ba3eeab61e85c
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
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-xproto-devel
23 BuildRequires:  xorg-util-util-macros >= 1.8
24 BuildRequires:  xorg-xserver-server-devel >= 1.4
25 %{?requires_xorg_xserver_videodrv}
26 Requires:       xorg-xserver-server >= 1.4
27 Provides:       xorg-driver-video
28 Obsoletes:      X11-driver-s3 < 1:7.0.0
29 Obsoletes:      XFree86-S3
30 Obsoletes:      XFree86-driver-s3 < 1:7.0.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 X.org video driver for old S3 video adapters. It supports:
35 - Trio32 (86C732)
36 - Trio64 (86C764)
37 - Trio64V+ (86C765),
38 - Aurora64V+ (86CM65),
39 - Trio64UV+ (86C767),
40 - Trio64V2/DX (86C775),
41 - Trio64V2/GX (86C785),
42 - Vision964 (86C964),
43 - Vision968 (86C968).
44
45 %description -l pl.UTF-8
46 Sterownik obrazu X.org dla starych kart graficznych S3. Obsługuje
47 układy:
48 - Trio32 (86C732)
49 - Trio64 (86C764)
50 - Trio64V+ (86C765),
51 - Aurora64V+ (86CM65),
52 - Trio64UV+ (86C767),
53 - Trio64V2/DX (86C775),
54 - Trio64V2/GX (86C785),
55 - Vision964 (86C964),
56 - Vision968 (86C968).
57
58 %prep
59 %setup -q -n xf86-video-s3-%{version}
60
61 %build
62 %{__libtoolize}
63 %{__aclocal}
64 %{__autoconf}
65 %{__autoheader}
66 %{__automake}
67 %configure
68
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files
83 %defattr(644,root,root,755)
84 %doc COPYING ChangeLog README.md
85 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3_drv.so
86 %{_mandir}/man4/s3.4*
This page took 0.079281 seconds and 4 git commands to generate.