]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blob - xorg-driver-video-vmware.spec
a1ee68c96b04a7cfdf34a22ae3502b52024022d3
[packages/xorg-driver-video-vmware.git] / xorg-driver-video-vmware.spec
1 Summary:        X.org video driver for VMware virtual video cards
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla wirtualnych kart graficznych VMware
3 Name:           xorg-driver-video-vmware
4 Version:        10.16.9
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
9 # Source0-md5:  3b3d38abfa1f8be4b1e26dcd236bc94f
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-xineramaproto-devel
21 BuildRequires:  xorg-util-util-macros >= 0.99.2
22 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
23 %requires_xorg_xserver_videodrv
24 Requires:       xorg-xserver-server >= 1.0.99.901
25 Obsoletes:      X11-driver-vmware < 1:7.0.0
26 Obsoletes:      XFree86-driver-vmware < 1:7.0.0
27 ExclusiveArch:  %{ix86} %{x8664}
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 X.org video driver for VMware virtual video cards. It auto-detects the
32 version of any virtual VMware SVGA adapter.
33
34 %description -l pl.UTF-8
35 Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
36 Wykrywa automatycznie wersjÄ™ dowolnej wirtualnej karty SVGA VMware.
37
38 %prep
39 %setup -q -n xf86-video-vmware-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc COPYING ChangeLog README
66 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
67 %{_mandir}/man4/vmware.4*
This page took 0.055109 seconds and 2 git commands to generate.