]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- updated to 11.1.0
[packages/xorg-driver-video-vmware.git] / xorg-driver-video-vmware.spec
CommitLineData
ae6e819b 1Summary: X.org video driver for VMware virtual video cards
155d97df 2Summary(pl.UTF-8): Sterownik obrazu X.org dla wirtualnych kart graficznych VMware
ae6e819b 3Name: xorg-driver-video-vmware
d11bc2a9
JB
4Version: 11.1.0
5Release: 1
ae6e819b
JB
6License: MIT
7Group: X11/Applications
a8481878 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
d11bc2a9 9# Source0-md5: 044b4fc12094f494b1d1148eb76cb2b9
ae6e819b 10URL: http://xorg.freedesktop.org/
bd8b5664 11BuildRequires: autoconf >= 2.60
ae6e819b 12BuildRequires: automake
d11bc2a9 13BuildRequires: libdrm-devel
ae6e819b
JB
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
71550661 16BuildRequires: rpmbuild(macros) >= 1.389
bd8b5664 17BuildRequires: xorg-lib-libXext-devel
5c5172f1 18BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
50348560
JB
19BuildRequires: xorg-proto-fontsproto-devel
20BuildRequires: xorg-proto-randrproto-devel
21BuildRequires: xorg-proto-renderproto-devel
05cf8b75
JB
22BuildRequires: xorg-proto-videoproto-devel
23BuildRequires: xorg-proto-xextproto-devel
8ea61df3 24BuildRequires: xorg-proto-xineramaproto-devel
05cf8b75
JB
25BuildRequires: xorg-util-util-macros >= 1.8
26BuildRequires: xorg-xserver-server-devel >= 1.7.0
27%{?requires_xorg_xserver_videodrv}
28Requires: xorg-xserver-server >= 1.7.0
5c5172f1 29Provides: xorg-driver-video
51c58d96
JB
30Obsoletes: X11-driver-vmware < 1:7.0.0
31Obsoletes: XFree86-driver-vmware < 1:7.0.0
848eb44b 32ExclusiveArch: %{ix86} %{x8664}
ae6e819b
JB
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
71550661
JB
36X.org video driver for VMware virtual video cards. It auto-detects the
37version of any virtual VMware SVGA adapter.
ae6e819b 38
28e6a5a9 39%description -l pl.UTF-8
ae6e819b 40Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
71550661 41Wykrywa automatycznie wersję dowolnej wirtualnej karty SVGA VMware.
ae6e819b
JB
42
43%prep
44%setup -q -n xf86-video-vmware-%{version}
45
46%build
47%{__libtoolize}
48%{__aclocal}
49%{__autoconf}
50%{__autoheader}
51%{__automake}
bd8b5664
JB
52%configure \
53 --enable-vmwarectrl-client
ae6e819b
JB
54
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
b8849a8e 61 DESTDIR=$RPM_BUILD_ROOT
ae6e819b 62
bd8b5664 63%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
ae6e819b
JB
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
50aa1582 70%doc COPYING ChangeLog README
bd8b5664 71%attr(755,root,root) %{_bindir}/vmwarectrl
ae6e819b 72%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
86904f70 73%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmwlegacy_drv.so
b8849a8e 74%{_mandir}/man4/vmware.4*
This page took 0.06882 seconds and 4 git commands to generate.