summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>2014-12-04 13:14:17 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-10 18:19:27 +0100
commit2ab395528199512d354e0513924dc0e617f12cc0 (patch)
tree9056a4f0b7185f05f6fef72c7e604226702db91b
parent9b148ea47a8f9551675e2ab23ff7b5fbe82156c1 (diff)
downloadxf86-video-vmware-2ab395528199512d354e0513924dc0e617f12cc0.tar.gz
xf86-video-vmware-2ab395528199512d354e0513924dc0e617f12cc0.tar.bz2
xf86-video-vmware-2ab395528199512d354e0513924dc0e617f12cc0.zip
packaging: Bump to 13.0.2 for Tizen
Change-Id: I0d1df26075cf43d5bd6d4155b3d21f247d602626 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
-rw-r--r--.gbs.conf3
-rw-r--r--packaging/xf86-video-vmware.spec13
2 files changed, 9 insertions, 7 deletions
diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644
index 0000000..8f11568
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream
+upstream_tag = xf86-video-vmware-${upstreamversion}
diff --git a/packaging/xf86-video-vmware.spec b/packaging/xf86-video-vmware.spec
index 929561f..d95c1d0 100644
--- a/packaging/xf86-video-vmware.spec
+++ b/packaging/xf86-video-vmware.spec
@@ -1,14 +1,14 @@
%bcond_with x
Name: xf86-video-vmware
-Version: 12.0.2
+Version: 13.0.2
Release: 0
License: MIT
Summary: VMware SVGA video driver for the Xorg X server
Url: http://xorg.freedesktop.org/
-Group: System/X11/Servers/XF86_4
+Group: Graphics & UI Framework/Hardware Adaptation
#Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-Source0: %{name}-%{version}_007bed3.tar.bz2
+Source0: %{name}-%{version}.tar.bz2
Source1001: xf86-video-vmware.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontsproto)
@@ -39,8 +39,9 @@ vmware is an Xorg driver for VMware virtual video cards.
cp %{SOURCE1001} .
%build
+%autogen
%configure
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
%install
%make_install
@@ -48,9 +49,7 @@ make %{?_smp_mflags}
%files
%manifest %{name}.manifest
%defattr(-,root,root)
-%doc COPYING
+%license COPYING
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/vmware_drv.so
%{_mandir}/man4/vmware.4%{?ext_man}
-
-%changelog