]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/blob - xorg-driver-video-s3.spec
- 0.3.5.5 (X11R7.0 release)
[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):    Sterownik obrazu X.org dla starych kart graficznych S3
3 Name:           xorg-driver-video-s3
4 Version:        0.3.5.5
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0/src/driver/xf86-video-s3-%{version}.tar.bz2
9 # Source0-md5:  fa2c90793e895c0b144445e998661aa4
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:  xorg-proto-fontsproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-proto-renderproto-devel
18 BuildRequires:  xorg-proto-videoproto-devel
19 BuildRequires:  xorg-proto-xextproto-devel
20 BuildRequires:  xorg-util-util-macros >= 0.99.2
21 BuildRequires:  xorg-xserver-server-devel >= 0.99.3
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org video driver for old S3 video adapters. It supports 964, 968,
26 Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX chipsets.
27
28 %description -l pl
29 Sterownik obrazu X.org dla starych kart graficznych S3. Obs³uguje
30 uk³ady 964, 968, Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX.
31
32 %prep
33 %setup -q -n xf86-video-s3-%{version}
34
35 %build
36 %{__libtoolize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure \
42         --disable-static
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog
60 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3_drv.so
61 #%{_mandir}/man4/s3.4*
This page took 0.062669 seconds and 4 git commands to generate.