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