]> git.pld-linux.org Git - packages/spirv-tools.git/commitdiff
up to 20160222 snapshot auto/th/spirv-tools-1.0_rev3.s20160222-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 23 Feb 2016 12:19:42 +0000 (13:19 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 23 Feb 2016 12:19:42 +0000 (13:19 +0100)
This is still mostly work in progress, good to have all recent fixes.

spirv-tools.spec

index 608dd749882af84fe6aad037c2b692a2d18bef25..43d65eea3af60a489f90a77bd4c539435a0cf631 100644 (file)
@@ -1,12 +1,15 @@
+
+%define        snap    20160222
+%define commit 9413fbbf587b23541c4339943325a474641cd605
 %define        _ver    %(echo %{version} | tr _ -)
 Summary:       SPIR-V Tools
 Name:          spirv-tools
-Version:       1.0_rev3
+Version:       1.0_rev3.s%{snap}
 Release:       1
 License:       MIT-like
 Group:         Applications
-Source0:       https://github.com/KhronosGroup/SPIRV-Tools/archive/spirv-%{_ver}/%{name}-%{version}.tar.gz
-# Source0-md5: 81a72c33f7d50d010de760d55a96683f
+Source0:       https://github.com/KhronosGroup/SPIRV-Tools/archive/%{commit}/%{name}-s%{snap}.tar.gz
+# Source0-md5: d11ec2de7a44a68535b0dbd62f0cc5b6
 Patch0:                cmake-lib64.patch
 URL:           https://github.com/KhronosGroup/SPIRV-Tools
 BuildRequires: cmake
@@ -49,7 +52,7 @@ Header files for %{name} library.
 Pliki nagłówkowe biblioteki %{name}.
 
 %prep
-%setup -q -n SPIRV-Tools-spirv-%{_ver}
+%setup -q -n SPIRV-Tools-%{commit}
 %patch0 -p1
 
 %build
This page took 0.31034 seconds and 4 git commands to generate.