]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blob - xorg-driver-video-vmware.spec
- rel up
[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:        11.0.2
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:  00c3a70870abcda5f340497b0285dab1
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-videoproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel
22 BuildRequires:  xorg-proto-xineramaproto-devel
23 BuildRequires:  xorg-util-util-macros >= 1.8
24 BuildRequires:  xorg-xserver-server-devel >= 1.7.0
25 %{?requires_xorg_xserver_videodrv}
26 Requires:       xorg-xserver-server >= 1.7.0
27 Obsoletes:      X11-driver-vmware < 1:7.0.0
28 Obsoletes:      XFree86-driver-vmware < 1:7.0.0
29 ExclusiveArch:  %{ix86} %{x8664}
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for VMware virtual video cards. It auto-detects the
34 version of any virtual VMware SVGA adapter.
35
36 %description -l pl.UTF-8
37 Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
38 Wykrywa automatycznie wersjÄ™ dowolnej wirtualnej karty SVGA VMware.
39
40 %prep
41 %setup -q -n xf86-video-vmware-%{version}
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc COPYING ChangeLog README
67 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
68 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmwlegacy_drv.so
69 %{_mandir}/man4/vmware.4*
This page took 0.056126 seconds and 4 git commands to generate.