]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/blob - xorg-driver-video-s3.spec
- release 5 (by relup.sh)
[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:        5
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 Patch0:         mibstore.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
18 BuildRequires:  xorg-proto-fontsproto-devel
19 BuildRequires:  xorg-proto-randrproto-devel
20 BuildRequires:  xorg-proto-renderproto-devel
21 BuildRequires:  xorg-proto-videoproto-devel
22 BuildRequires:  xorg-proto-xextproto-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 %patch0 -p1
61
62 %build
63 %{__libtoolize}
64 %{__aclocal}
65 %{__autoconf}
66 %{__autoheader}
67 %{__automake}
68 %configure
69
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644,root,root,755)
85 %doc COPYING ChangeLog README
86 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3_drv.so
87 %{_mandir}/man4/s3.4*
This page took 0.132573 seconds and 3 git commands to generate.