]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- tabs in preamble
[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
732ae9d0
AM
4Version: 10.14.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
732ae9d0 9# Source0-md5: eaf1ce9fa23363799140602afaa10f37
ae6e819b
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
50348560
JB
15BuildRequires: xorg-proto-fontsproto-devel
16BuildRequires: xorg-proto-randrproto-devel
17BuildRequires: xorg-proto-renderproto-devel
b8849a8e 18BuildRequires: xorg-util-util-macros >= 0.99.2
a8481878
JB
19BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
20Requires: xorg-xserver-server >= 1.0.99.901
34dade0b 21ExclusiveArch: %{ix86}
ae6e819b
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25X.org video driver for VMware virtual video cards.
26
28e6a5a9 27%description -l pl.UTF-8
ae6e819b
JB
28Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
29
30%prep
31%setup -q -n xf86-video-vmware-%{version}
32
33%build
34%{__libtoolize}
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure \
40 --disable-static
41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
b8849a8e 48 DESTDIR=$RPM_BUILD_ROOT
ae6e819b
JB
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
50aa1582 57%doc COPYING ChangeLog README
ae6e819b 58%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
b8849a8e 59%{_mandir}/man4/vmware.4*
This page took 0.092093 seconds and 4 git commands to generate.