File _service of Package c-ares
<!-- vi: set ft=xml: -->
<services>
<!-- get the upstream build information - spec and patches -->
<service name="obs_scm">
<param name="scm">git</param>
<param name="url">https://git.almalinux.org/rpms/c-ares.git</param>
<param name="exclude">.git</param>
<!-- use a throw-away name for the archive built from the git source -->
<param name="filename">upstream_stuff</param>
<!-- <param name="version">1.13.0</param> -->
<param name="revision">c8s</param>
<param name="changesgenerate">disable</param>
<param name="extract">c-ares.spec</param>
<param name="extract">LICENSE</param>
<param name="extract">*.patch</param>
</service>
<!--
The actual download location has changed to:
https://c-ares.org/archive/c-ares-1.13.0.tar.gz
If that goes away, there's a git tag with underscores:
https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_13_0.zip
Download the .zip with download_url and recompress
-->
<!-- the regex_replace service isn't installed on opensuse obs :(
<service name="regex_replace">
<param name="regex">http://c-ares\.haxx\.se/download</param>
<param name="replace">https://c-ares.org/archive</param>
<param name="file">c-ares.spec</param>
</service>
-->
<service name="download_url">
<param name="url">https://c-ares.org/archive/c-ares-1.13.0.tar.gz</param>
</service>
<!-- download the real source files listed in the .spec -->
<!-- <service name="download_files"> </service> -->
</services>