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