From bd988daf9472da4a0d048016305cc12e19e4269a632f4c62715e32a52047fe56 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 28 Sep 2019 04:46:53 +0000 Subject: [PATCH] use source URL OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=27 --- _service | 14 -------------- Vulkan-Headers-1.1.123.tar.gz => v1.1.123.tar.gz | 0 vulkan-headers.spec | 4 ++-- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 _service rename Vulkan-Headers-1.1.123.tar.gz => v1.1.123.tar.gz (100%) diff --git a/_service b/_service deleted file mode 100644 index ea5d017..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - https://github.com/KhronosGroup/Vulkan-Headers - v1.1.120 - v1.1.120 - 1.1.120 - - - *.tar - xz - - - diff --git a/Vulkan-Headers-1.1.123.tar.gz b/v1.1.123.tar.gz similarity index 100% rename from Vulkan-Headers-1.1.123.tar.gz rename to v1.1.123.tar.gz diff --git a/vulkan-headers.spec b/vulkan-headers.spec index 70b72da..e2287d4 100644 --- a/vulkan-headers.spec +++ b/vulkan-headers.spec @@ -24,7 +24,7 @@ Summary: Vulkan C and C++ API header files License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/Vulkan-Headers -Source: Vulkan-Headers-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/v%version.tar.gz BuildRequires: cmake >= 2.8.11 BuildArch: noarch Requires: pkgconfig(wayland-client) @@ -42,7 +42,7 @@ This package contains the development headers for packages wanting to make use of Vulkan. %prep -%setup -qn Vulkan-Headers-%version +%autosetup -n Vulkan-Headers-%version %build %cmake \