]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- rel 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
848eb44b 4Version: 10.15.0
3bd376d0 5Release: 2
ae6e819b
JB
6License: MIT
7Group: X11/Applications
a8481878 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
c039332a 9# Source0-md5: 9ad83ec872917a9c35bf3254ef455399
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
51c58d96
JB
21Obsoletes: X11-driver-vmware < 1:7.0.0
22Obsoletes: XFree86-driver-vmware < 1:7.0.0
848eb44b 23ExclusiveArch: %{ix86} %{x8664}
ae6e819b
JB
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27X.org video driver for VMware virtual video cards.
28
28e6a5a9 29%description -l pl.UTF-8
ae6e819b
JB
30Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
31
32%prep
33%setup -q -n xf86-video-vmware-%{version}
34
35%build
36%{__libtoolize}
37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
41%configure \
42 --disable-static
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
b8849a8e 50 DESTDIR=$RPM_BUILD_ROOT
ae6e819b
JB
51
52rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
50aa1582 59%doc COPYING ChangeLog README
ae6e819b 60%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
b8849a8e 61%{_mandir}/man4/vmware.4*
This page took 0.050661 seconds and 4 git commands to generate.