packaging: Bump to 13.0.2 for Tizen
authorGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Thu, 4 Dec 2014 12:14:17 +0000 (13:14 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 10 Dec 2014 17:19:27 +0000 (18:19 +0100)
Change-Id: I0d1df26075cf43d5bd6d4155b3d21f247d602626
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
.gbs.conf [new file with mode: 0644]
packaging/xf86-video-vmware.spec

diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644 (file)
index 0000000..8f11568
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream
+upstream_tag = xf86-video-vmware-${upstreamversion}
index 929561f..d95c1d0 100644 (file)
@@ -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