]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blame_incremental - xorg-driver-video-s3virge.spec
- updated to 1.11.0
[packages/xorg-driver-video-s3virge.git] / xorg-driver-video-s3virge.spec
... / ...
CommitLineData
1Summary: X.org video driver for S3 ViRGE and Trio3D video chips
2Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D
3Name: xorg-driver-video-s3virge
4Version: 1.11.0
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.bz2
9# Source0-md5: 389014e2a6739a009f62dc19bb9edd17
10Patch0: xorg-abi24.patch
11URL: https://xorg.freedesktop.org/
12BuildRequires: autoconf >= 2.60
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
16BuildRequires: rpmbuild(macros) >= 1.389
17BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
18BuildRequires: xorg-proto-fontsproto-devel
19BuildRequires: xorg-proto-randrproto-devel
20BuildRequires: xorg-proto-renderproto-devel
21BuildRequires: xorg-proto-videoproto-devel
22BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
23BuildRequires: xorg-proto-xproto-devel
24BuildRequires: xorg-util-util-macros >= 1.8
25BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
26%{?requires_xorg_xserver_videodrv}
27Requires: xorg-xserver-server >= 1.0.99.901
28Provides: xorg-driver-video
29Obsoletes: X11-driver-s3virge < 1:7.0.0
30Obsoletes: XFree86-S3V
31Obsoletes: XFree86-driver-s3virge < 1:7.0.0
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35X.org video driver for S3 ViRGE and Trio3D video chips. It supports
36PCI and AGP video cards based on the following chips:
37- ViRGE (86C325),
38- ViRGE VX (86C988),
39- ViRGE DX (86C375),
40- ViRGE GX (86C385),
41- ViRGE GX2 (86C357),
42- ViRGE MX (86C260),
43- ViRGE MX+ (86C280),
44- Trio3D (86C365),
45- Trio3D/2X (86C362, 86C368).
46
47%description -l pl.UTF-8
48Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
49Obsługuje karty PCI i AGP oparte na następujących układach:
50- ViRGE (86C325),
51- ViRGE VX (86C988),
52- ViRGE DX (86C375),
53- ViRGE GX (86C385),
54- ViRGE GX2 (86C357),
55- ViRGE MX (86C260),
56- ViRGE MX+ (86C280),
57- Trio3D (86C365),
58- Trio3D/2X (86C362, 86C368).
59
60%prep
61%setup -q -n xf86-video-s3virge-%{version}
62%patch0 -p1
63
64%build
65%{__libtoolize}
66%{__aclocal}
67%{__autoconf}
68%{__autoheader}
69%{__automake}
70%configure
71
72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76
77%{__make} install \
78 DESTDIR=$RPM_BUILD_ROOT
79
80%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%files
86%defattr(644,root,root,755)
87%doc COPYING ChangeLog README TODO
88%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
89%{_mandir}/man4/s3virge.4*
This page took 0.178401 seconds and 4 git commands to generate.