]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/blame - xorg-driver-video-s3.spec
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-s3.git] / xorg-driver-video-s3.spec
CommitLineData
fea31712 1Summary: X.org video driver for old S3 video adapters
69d80284 2Summary(pl.UTF-8): Sterownik obrazu X.org dla starych kart graficznych S3
fea31712 3Name: xorg-driver-video-s3
08a61eeb 4Version: 0.7.0
5b0d9178 5Release: 2
fea31712
JB
6License: MIT
7Group: X11/Applications
08a61eeb
JB
8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
9# Source0-md5: 8fa9c68b6f9c0fc21f3ba3eeab61e85c
10URL: https://xorg.freedesktop.org/
a481baac 11BuildRequires: autoconf >= 2.60
fea31712
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
edc86b44
JB
15BuildRequires: rpmbuild(macros) >= 1.389
16BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
14e804fb
JB
17BuildRequires: xorg-proto-fontsproto-devel
18BuildRequires: xorg-proto-randrproto-devel
19BuildRequires: xorg-proto-renderproto-devel
fea31712 20BuildRequires: xorg-proto-videoproto-devel
14e804fb 21BuildRequires: xorg-proto-xextproto-devel
08a61eeb 22BuildRequires: xorg-proto-xproto-devel
a481baac 23BuildRequires: xorg-util-util-macros >= 1.8
edc86b44
JB
24BuildRequires: xorg-xserver-server-devel >= 1.4
25%{?requires_xorg_xserver_videodrv}
26Requires: xorg-xserver-server >= 1.4
ddddadd5 27Provides: xorg-driver-video
2260843d
JB
28Obsoletes: X11-driver-s3 < 1:7.0.0
29Obsoletes: XFree86-S3
30Obsoletes: XFree86-driver-s3 < 1:7.0.0
fea31712
JB
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
edc86b44
JB
34X.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).
fea31712 44
be60e0fe
JR
45%description -l pl.UTF-8
46Sterownik obrazu X.org dla starych kart graficznych S3. Obsługuje
edc86b44
JB
47ukł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).
fea31712
JB
57
58%prep
59%setup -q -n xf86-video-s3-%{version}
60
61%build
62%{__libtoolize}
63%{__aclocal}
64%{__autoconf}
65%{__autoheader}
66%{__automake}
edc86b44 67%configure
fea31712
JB
68
69%{__make}
70
71%install
72rm -rf $RPM_BUILD_ROOT
73
74%{__make} install \
1f37f8c6 75 DESTDIR=$RPM_BUILD_ROOT
fea31712 76
a481baac 77%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
fea31712
JB
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%files
83%defattr(644,root,root,755)
08a61eeb 84%doc COPYING ChangeLog README.md
fea31712 85%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3_drv.so
4f6ba761 86%{_mandir}/man4/s3.4*
This page took 0.03498 seconds and 5 git commands to generate.