]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- useful on x86 only (where VMware exists) - EA added
[packages/xorg-driver-video-vmware.git] / xorg-driver-video-vmware.spec
CommitLineData
ae6e819b
JB
1Summary: X.org video driver for VMware virtual video cards
2Summary(pl): Sterownik obrazu X.org dla wirtualnych kart graficznych VMware
3Name: xorg-driver-video-vmware
4Version: 10.11.0.1
5Release: 0.1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-vmware-%{version}.tar.bz2
9# Source0-md5: c418ef8e7245c9a1fd3d54ae3a41bb5a
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: xorg-proto-xproto-devel
16BuildRequires: xorg-util-util-macros >= 0.99.1
17BuildRequires: xorg-xserver-server-devel
34dade0b 18ExclusiveArch: %{ix86}
ae6e819b
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22X.org video driver for VMware virtual video cards.
23
24%description -l pl
25Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
26
27%prep
28%setup -q -n xf86-video-vmware-%{version}
29
30%build
31%{__libtoolize}
32%{__aclocal}
33%{__autoconf}
34%{__autoheader}
35%{__automake}
36%configure \
37 --disable-static
38
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT \
46 drivermandir=%{_mandir}/man4
47
48rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc README
56%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
57%{_mandir}/man4/vmware.4x*
This page took 0.060469 seconds and 4 git commands to generate.