]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blame_incremental - xorg-driver-video-vmware.spec
- release 2
[packages/xorg-driver-video-vmware.git] / xorg-driver-video-vmware.spec
... / ...
CommitLineData
1Summary: X.org video driver for VMware virtual video cards
2Summary(pl.UTF-8): Sterownik obrazu X.org dla wirtualnych kart graficznych VMware
3Name: xorg-driver-video-vmware
4Version: 10.16.2
5Release: 2
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
9# Source0-md5: d79b660e1effb86628930e5c01989216
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: rpmbuild(macros) >= 1.389
16BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
17BuildRequires: xorg-proto-fontsproto-devel
18BuildRequires: xorg-proto-randrproto-devel
19BuildRequires: xorg-proto-renderproto-devel
20BuildRequires: xorg-util-util-macros >= 0.99.2
21BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
22%requires_xorg_xserver_videodrv
23Requires: xorg-xserver-server >= 1.0.99.901
24Obsoletes: X11-driver-vmware < 1:7.0.0
25Obsoletes: XFree86-driver-vmware < 1:7.0.0
26ExclusiveArch: %{ix86} %{x8664}
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30X.org video driver for VMware virtual video cards. It auto-detects the
31version of any virtual VMware SVGA adapter.
32
33%description -l pl.UTF-8
34Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
35Wykrywa automatycznie wersjÄ™ dowolnej wirtualnej karty SVGA VMware.
36
37%prep
38%setup -q -n xf86-video-vmware-%{version}
39
40%build
41%{__libtoolize}
42%{__aclocal}
43%{__autoconf}
44%{__autoheader}
45%{__automake}
46%configure \
47 --disable-static
48
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%doc COPYING ChangeLog README
65%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
66%{_mandir}/man4/vmware.4*
This page took 0.029797 seconds and 4 git commands to generate.