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