]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blobdiff - xorg-driver-video-vmware.spec
- updated deps
[packages/xorg-driver-video-vmware.git] / xorg-driver-video-vmware.spec
index caafa81f1712983329f5937eb8ce0ea4b19a4da0..aa34849e95b4139129128eec20dcaccbe58f8401 100644 (file)
@@ -1,30 +1,41 @@
 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.1
-Release:       0.1
+Version:       11.0.2
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC2/driver/xf86-video-vmware-%{version}.tar.bz2
-# Source0-md5: 033c22172913a031838e37c3fa6f528f
+Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
+# Source0-md5: 00c3a70870abcda5f340497b0285dab1
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
+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.1
-BuildRequires: xorg-xserver-server-devel >= 0.99.3
-ExclusiveArch: %{ix86}
+BuildRequires: xorg-proto-videoproto-devel
+BuildRequires: xorg-proto-xextproto-devel
+BuildRequires: xorg-proto-xineramaproto-devel
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xorg-xserver-server-devel >= 1.7.0
+%{?requires_xorg_xserver_videodrv}
+Requires:      xorg-xserver-server >= 1.7.0
+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}
@@ -35,8 +46,7 @@ Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       --disable-static
+%configure
 
 %{__make}
 
@@ -44,8 +54,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
 
@@ -54,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
-%{_mandir}/man4/vmware.4x*
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmwlegacy_drv.so
+%{_mandir}/man4/vmware.4*
This page took 0.070949 seconds and 4 git commands to generate.