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