]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame - xorg-driver-video-vmware.spec
- rebuilding for new xserver
[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
59561029 5Release: 3
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 19BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
6dc33897
AM
20BuildRequires: rpmbuild(macros) >= 1.389
21%requires_xorg_xserver_videodrv
a8481878 22Requires: xorg-xserver-server >= 1.0.99.901
51c58d96
JB
23Obsoletes: X11-driver-vmware < 1:7.0.0
24Obsoletes: XFree86-driver-vmware < 1:7.0.0
848eb44b 25ExclusiveArch: %{ix86} %{x8664}
ae6e819b
JB
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29X.org video driver for VMware virtual video cards.
30
28e6a5a9 31%description -l pl.UTF-8
ae6e819b
JB
32Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
33
34%prep
35%setup -q -n xf86-video-vmware-%{version}
36
37%build
38%{__libtoolize}
39%{__aclocal}
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43%configure \
44 --disable-static
45
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
b8849a8e 52 DESTDIR=$RPM_BUILD_ROOT
ae6e819b
JB
53
54rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
50aa1582 61%doc COPYING ChangeLog README
ae6e819b 62%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
b8849a8e 63%{_mandir}/man4/vmware.4*
This page took 0.033846 seconds and 4 git commands to generate.