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