]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/blob - xorg-driver-video-s3.spec
- up to 0.6.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.6.0
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:  d05e7c3cb044437eda8663e174ba913c
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 >= 1.0.99.901
22 BuildRequires:  rpmbuild(macros) >= 1.389
23 %requires_xorg_xserver_videodrv
24 Requires:       xorg-xserver-server >= 1.0.99.901
25 Obsoletes:      X11-driver-s3 < 1:7.0.0
26 Obsoletes:      XFree86-S3
27 Obsoletes:      XFree86-driver-s3 < 1:7.0.0
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 X.org video driver for old S3 video adapters. It supports 964, 968,
32 Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX chipsets.
33
34 %description -l pl.UTF-8
35 Sterownik obrazu X.org dla starych kart graficznych S3. Obsługuje
36 układy 964, 968, Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX.
37
38 %prep
39 %setup -q -n xf86-video-s3-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc COPYING ChangeLog
66 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3_drv.so
67 #%{_mandir}/man4/s3.4*
This page took 0.135901 seconds and 3 git commands to generate.