forked from pool/libvsg
- Update to version 1.0.9 * See https://github.com/vsg-dev/VulkanSceneGraph/releases/tag/v1.0.9 for release info OBS-URL: https://build.opensuse.org/request/show/1111763 OBS-URL: https://build.opensuse.org/package/show/games/libvsg?expand=0&rev=12
26 lines
962 B
Plaintext
26 lines
962 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/vsg-dev/VulkanSceneGraph.git</param>
|
|
<param name="revision">v1.0.9</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="package-meta">no</param>
|
|
</service>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/vsg-dev/glslang.git</param>
|
|
<param name="filename">glslang</param>
|
|
<param name="revision">VSG-1.0.x</param>
|
|
<param name="versionformat">%cd+git.%h</param>
|
|
<param name="package-meta">no</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">VulkanSceneGraph</param>
|
|
</service>
|
|
</services>
|