]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- 10.11.1 (X11R7.0-RC2)
[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
50348560 4Version: 10.11.1
ae6e819b
JB
5Release: 0.1
6License: MIT
7Group: X11/Applications
50348560
JB
8Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC2/driver/xf86-video-vmware-%{version}.tar.bz2
9# Source0-md5: 033c22172913a031838e37c3fa6f528f
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
ae6e819b 18BuildRequires: xorg-util-util-macros >= 0.99.1
50348560 19BuildRequires: xorg-xserver-server-devel >= 0.99.3
34dade0b 20ExclusiveArch: %{ix86}
ae6e819b
JB
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24X.org video driver for VMware virtual video cards.
25
26%description -l pl
27Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
28
29%prep
30%setup -q -n xf86-video-vmware-%{version}
31
32%build
33%{__libtoolize}
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
38%configure \
39 --disable-static
40
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT \
48 drivermandir=%{_mandir}/man4
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)
50348560 57%doc ChangeLog README
ae6e819b
JB
58%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
59%{_mandir}/man4/vmware.4x*
This page took 0.03707 seconds and 4 git commands to generate.