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