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