]> git.pld-linux.org Git - packages/xorg-driver-video-xgi.git/blame - xorg-driver-video-xgi.spec
- release 2
[packages/xorg-driver-video-xgi.git] / xorg-driver-video-xgi.spec
CommitLineData
a0e4754e
AM
1Summary: X.org video drivers for XGI adapters
2Summary(pl.UTF-8): Sterowniki obrazu X.org do kart graficznych XGI
3Name: xorg-driver-video-xgi
2534f502 4Version: 1.6.0
89a05389 5Release: 2
a0e4754e
AM
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-xgi-%{version}.tar.bz2
2534f502 9# Source0-md5: b4ac771ae81b52fca9b6fa68006a258a
a0e4754e 10URL: http://xorg.freedesktop.org/
fe277a30 11BuildRequires: autoconf >= 2.60
a0e4754e
AM
12BuildRequires: automake
13BuildRequires: libdrm-devel >= 2.0
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
f9c30b7f 16BuildRequires: rpmbuild(macros) >= 1.389
fe277a30 17BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
a0e4754e 18BuildRequires: xorg-proto-fontsproto-devel
f9c30b7f 19BuildRequires: xorg-proto-glproto-devel
a0e4754e
AM
20BuildRequires: xorg-proto-randrproto-devel
21BuildRequires: xorg-proto-renderproto-devel
22BuildRequires: xorg-proto-videoproto-devel
fe277a30 23BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
bdc8be68 24BuildRequires: xorg-proto-xf86dgaproto-devel
f9c30b7f 25BuildRequires: xorg-proto-xf86driproto-devel
a0e4754e 26BuildRequires: xorg-proto-xineramaproto-devel
fe277a30 27BuildRequires: xorg-util-util-macros >= 1.8
a0e4754e 28BuildRequires: xorg-xserver-server-devel >= 1.1.0
fe277a30 29%{?requires_xorg_xserver_videodrv}
53fd9c4f
JB
30Requires: xorg-xserver-libdri >= 1.1.0
31Requires: xorg-xserver-libglx >= 1.1.0
a0e4754e 32Requires: xorg-xserver-server >= 1.1.0
6b5d2647 33Obsoletes: XFree86-driver-xgi < 1:7.0.0
a0e4754e
AM
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%description
37X.org video drivers for XGI adapters:
fe277a30
JB
38- Volari V3XT/V3XE/V5/V8
39- Volari Z7/Z9/Z9s/Z11
a0e4754e
AM
40
41%description -l pl.UTF-8
42Sterowniki obrazu X.org do kart graficznych XGI:
fe277a30
JB
43- Volari V3XT/V3XE/V5/V8
44- Volari Z7/Z9/Z9s/Z11
a0e4754e
AM
45
46%prep
47%setup -q -n xf86-video-xgi-%{version}
48
49%build
50%{__libtoolize}
51%{__aclocal}
52%{__autoconf}
53%{__autoheader}
54%{__automake}
fe277a30 55%configure
a0e4754e
AM
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)
fe277a30 72%doc COPYING ChangeLog README
a0e4754e
AM
73%attr(755,root,root) %{_libdir}/xorg/modules/drivers/xgi_drv.so
74%{_mandir}/man4/xgi.4*
This page took 0.06757 seconds and 4 git commands to generate.