]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blobdiff - xorg-driver-video-vmware.spec
- up to 10.16.5
[packages/xorg-driver-video-vmware.git] / xorg-driver-video-vmware.spec
index 91f9eeca1ab16c92c03231e28a3e488fe55d8b0b..4daf0b3b9563b8f561c989416e202765180f6989 100644 (file)
@@ -1,27 +1,38 @@
 Summary:       X.org video driver for VMware virtual video cards
-Summary(pl):   Sterownik obrazu X.org dla wirtualnych kart graficznych VMware
+Summary(pl.UTF-8):     Sterownik obrazu X.org dla wirtualnych kart graficznych VMware
 Name:          xorg-driver-video-vmware
-Version:       10.11.0.1
-Release:       0.1
+Version:       10.16.5
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-vmware-%{version}.tar.bz2
-# Source0-md5: c418ef8e7245c9a1fd3d54ae3a41bb5a
+Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
+# Source0-md5: 6d78c82ea7c2bb0fcb587d7bb4e8f60a
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
-BuildRequires: xorg-proto-xproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.1
-BuildRequires: xorg-xserver-server-devel
+BuildRequires: rpmbuild(macros) >= 1.389
+BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
+BuildRequires: xorg-proto-fontsproto-devel
+BuildRequires: xorg-proto-randrproto-devel
+BuildRequires: xorg-proto-renderproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
+%requires_xorg_xserver_videodrv
+Requires:      xorg-xserver-server >= 1.0.99.901
+Obsoletes:     X11-driver-vmware < 1:7.0.0
+Obsoletes:     XFree86-driver-vmware < 1:7.0.0
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-X.org video driver for VMware virtual video cards.
+X.org video driver for VMware virtual video cards. It auto-detects the
+version of any virtual VMware SVGA adapter.
 
-%description -l pl
+%description -l pl.UTF-8
 Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
+Wykrywa automatycznie wersjÄ™ dowolnej wirtualnej karty SVGA VMware.
 
 %prep
 %setup -q -n xf86-video-vmware-%{version}
@@ -41,8 +52,7 @@ Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       drivermandir=%{_mandir}/man4
+       DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
@@ -51,6 +61,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
-%{_mandir}/man4/vmware.4x*
+%{_mandir}/man4/vmware.4*
This page took 0.029423 seconds and 4 git commands to generate.