diff --git a/SPIRV-Headers-1.5.1.tar.gz b/1.5.1.tar.gz
similarity index 100%
rename from SPIRV-Headers-1.5.1.tar.gz
rename to 1.5.1.tar.gz
diff --git a/_service b/_service
deleted file mode 100644
index fd03de6..0000000
--- a/_service
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- git
- https://github.com/KhronosGroup/SPIRV-Headers
- spirv-headers
- e4322e3be589e1ddd44afb20ea842a977c1319b8
- 1.4.1
- 1.4.1.g@TAG_OFFSET@
-
-
- *.tar
- xz
-
-
-
diff --git a/spirv-headers.changes b/spirv-headers.changes
index c62471e..70041d6 100644
--- a/spirv-headers.changes
+++ b/spirv-headers.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Sat Sep 28 04:32:28 UTC 2019 - Jan Engelhardt
+
+- Update to release 1.5.1
+ * No change from last snapshot, just a version bump.
+
-------------------------------------------------------------------
Wed Aug 21 07:26:15 UTC 2019 - Jan Engelhardt
diff --git a/spirv-headers.spec b/spirv-headers.spec
index 3bafffc..ac94e30 100644
--- a/spirv-headers.spec
+++ b/spirv-headers.spec
@@ -24,11 +24,10 @@ Release: 0
Summary: Machine-readable files from the SPIR-V registry
License: MIT
Group: Development/Libraries/C and C++
-Url: https://github.com/KhronosGroup/SPIRV-Headers
+URL: https://github.com/KhronosGroup/SPIRV-Headers
-Source: SPIRV-Headers-%version.tar.gz
+Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/%version.tar.gz
BuildArch: noarch
-BuildRoot: %{_tmppath}/SPIRV-Headers-%{version}-build
BuildRequires: cmake >= 2.8
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -43,7 +42,7 @@ registry. This includes:
* The XML registry file.
%prep
-%setup -n SPIRV-Headers-%version
+%autosetup -n SPIRV-Headers-%version
%build
# Because Khronos does not know what DESTDIR is.
@@ -57,8 +56,7 @@ popd
%fdupes %buildroot/%_prefix
%files
-%defattr(-,root,root)
%_includedir/spirv/
-%doc LICENSE
+%license LICENSE
%changelog