forked from pool/libnsync
libnsync is needed by tensorflow, but its a pure C/C++ library OBS-URL: https://build.opensuse.org/request/show/765288 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libnsync?expand=0&rev=1
19 lines
734 B
Plaintext
19 lines
734 B
Plaintext
<services>
|
|
<!-- mode is disabled, so that it is not executed at every commit -->
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/google/nsync.git</param>
|
|
<!-- this is %version -->
|
|
<param name="version">1.23.0</param>
|
|
<!-- which git commit to use, if no tag is available -->
|
|
<param name="revision">1.23.0</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<!-- the prior part will check out an git, archive, but we want a tar ball -->
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|