]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- updated to 10.13.0
[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
a8481878 4Version: 10.13.0
ae6e819b
JB
5Release: 0.1
6License: MIT
7Group: X11/Applications
a8481878
JB
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
9# Source0-md5: 0b8951d07af049b22c90a5a185c897c2
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
27%description -l pl
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.108062 seconds and 4 git commands to generate.