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