]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- updated to 10.15.1
[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
71550661
JB
4Version: 10.15.1
5Release: 1
ae6e819b
JB
6License: MIT
7Group: X11/Applications
a8481878 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
71550661 9# Source0-md5: 670b578d7631e2d3e2c4083c1c35669c
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
50348560
JB
16BuildRequires: xorg-proto-fontsproto-devel
17BuildRequires: xorg-proto-randrproto-devel
18BuildRequires: xorg-proto-renderproto-devel
b8849a8e 19BuildRequires: xorg-util-util-macros >= 0.99.2
a8481878 20BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
6dc33897 21%requires_xorg_xserver_videodrv
a8481878 22Requires: xorg-xserver-server >= 1.0.99.901
51c58d96
JB
23Obsoletes: X11-driver-vmware < 1:7.0.0
24Obsoletes: XFree86-driver-vmware < 1:7.0.0
848eb44b 25ExclusiveArch: %{ix86} %{x8664}
ae6e819b
JB
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
71550661
JB
29X.org video driver for VMware virtual video cards. It auto-detects the
30version of any virtual VMware SVGA adapter.
ae6e819b 31
28e6a5a9 32%description -l pl.UTF-8
ae6e819b 33Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
71550661 34Wykrywa automatycznie wersję dowolnej wirtualnej karty SVGA VMware.
ae6e819b
JB
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
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
b8849a8e 54 DESTDIR=$RPM_BUILD_ROOT
ae6e819b
JB
55
56rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
50aa1582 63%doc COPYING ChangeLog README
ae6e819b 64%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
b8849a8e 65%{_mandir}/man4/vmware.4*
This page took 0.066886 seconds and 4 git commands to generate.