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