From fce3d0e7048b7f83b142a6dbb17a23e9c91f5982 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 26 Nov 2014 16:05:40 +0100 Subject: packaging: Bump to 1.8 Change-Id: Ie72abc29ac5c63819ebbf4a25fd30e83627aff97 Signed-off-by: Philippe Coval --- packaging/intel-gpu-tools.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/packaging/intel-gpu-tools.spec b/packaging/intel-gpu-tools.spec index 2c2ebce8..1f72f5c2 100644 --- a/packaging/intel-gpu-tools.spec +++ b/packaging/intel-gpu-tools.spec @@ -1,16 +1,19 @@ Name: intel-gpu-tools Summary: Diagnostic tools for Intel Integrated Graphics -Version: 1.7 +Version: 1.8 Release: 0 Group: Development/Tools License: MIT URL: http://xorg.freedesktop.org/ +#X-Vc-Url: git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Source0: http://xorg.freedesktop.org/archive/individual/app/intel-gpu-tools-%{version}.tar.bz2 BuildRequires: pkgconfig(libdrm_intel) BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(libudev) +BuildRequires: gtk-doc +BuildRequires: gnome-common %description @@ -21,12 +24,15 @@ Description: %{summary} %build +%autogen + %reconfigure \ --disable-nouveau \ --disable-static \ - --disable-tests + --disable-tests \ + --disable-gtk-doc -make %{?_smp_mflags} +%__make %{?_smp_mflags} %install rm -rf %{buildroot} -- cgit v1.2.3 From 7a1ebd9e452694beffc79b4f259b536bd38db18b Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 26 Nov 2014 16:07:18 +0100 Subject: packaging: use git tag from upstream Change-Id: I0faca722115525ac84f506788aca325f04fbcd5e Signed-off-by: Philippe Coval --- .gbs.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gbs.conf diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 00000000..c9d00830 --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,3 @@ +[general] +upstream_branch = upstream +upstream_tag = intel-gpu-tools-${upstreamversion} -- cgit v1.2.3