2019-10-24 13:06:48 +02:00
|
|
|
<services>
|
|
|
|
<service name="obs_scm" mode="disabled">
|
|
|
|
<param name="url">https://gitlab.gnome.org/GNOME/rygel.git</param>
|
|
|
|
<param name="scm">git</param>
|
2019-11-26 10:28:59 +01:00
|
|
|
<param name="revision">refs/tags/rygel-0.38.3</param>
|
2019-10-24 13:06:48 +02:00
|
|
|
<param name="versionrewrite-pattern">rygel(.*)</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
</service>
|
|
|
|
<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>
|