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