]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/blame - xorg-driver-video-s3.spec
- converted to UTF-8
[packages/xorg-driver-video-s3.git] / xorg-driver-video-s3.spec
CommitLineData
fea31712 1Summary: X.org video driver for old S3 video adapters
be60e0fe 2Summary(pl.UTF-8): Sterownik obrazu X.org dla starych kart graficznych S3
fea31712 3Name: xorg-driver-video-s3
1703ac25
AM
4Version: 0.5.0
5Release: 1
fea31712
JB
6License: MIT
7Group: X11/Applications
deee553b 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
1703ac25 9# Source0-md5: d95ab6445cab477f39adfbbc81006f67
fea31712
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
14e804fb
JB
15BuildRequires: xorg-proto-fontsproto-devel
16BuildRequires: xorg-proto-randrproto-devel
17BuildRequires: xorg-proto-renderproto-devel
fea31712 18BuildRequires: xorg-proto-videoproto-devel
14e804fb 19BuildRequires: xorg-proto-xextproto-devel
1f37f8c6 20BuildRequires: xorg-util-util-macros >= 0.99.2
deee553b
JB
21BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
22Requires: xorg-xserver-server >= 1.0.99.901
fea31712
JB
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26X.org video driver for old S3 video adapters. It supports 964, 968,
27Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX chipsets.
28
be60e0fe
JR
29%description -l pl.UTF-8
30Sterownik obrazu X.org dla starych kart graficznych S3. Obsługuje
31układy 964, 968, Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX.
fea31712
JB
32
33%prep
34%setup -q -n xf86-video-s3-%{version}
35
36%build
37%{__libtoolize}
38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
42%configure \
43 --disable-static
44
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
1f37f8c6 51 DESTDIR=$RPM_BUILD_ROOT
fea31712
JB
52
53rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
6cc16386 60%doc COPYING ChangeLog
fea31712 61%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3_drv.so
1f37f8c6 62#%{_mandir}/man4/s3.4*
This page took 0.077211 seconds and 4 git commands to generate.