diff options
-rw-r--r-- | .gbs.conf | 3 | ||||
-rw-r--r-- | packaging/xf86-video-vmware.spec | 13 |
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 |