SHA256
1
0
forked from pool/openocd
openocd/_service
Matwey Kornilov 03f8dfbaca Accepting request 233924 from home:seere:branches:hardware
Update from 0.7-git to released 0.8 and let the package build with openSUSE 12.3 and 13.1.

Rebased last SR onto current package version, adjust _service and use bz2 instead of gz.

OBS-URL: https://build.opensuse.org/request/show/233924
OBS-URL: https://build.opensuse.org/package/show/hardware/openocd?expand=0&rev=10
2014-05-15 07:23:09 +00:00

15 lines
498 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://git.code.sf.net/p/openocd/code</param>
<param name="scm">git</param>
<param name="filename">openocd</param>
<param name="revision">v0.8.0</param>
<param name="versionformat">0.8.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="disabled"/>
</services>