File _service of Package libev
<!-- 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/libev.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="revision">c8s</param>
<param name="changesgenerate">disable</param>
<param name="extract">libev.spec</param>
<param name="extract">*.patch</param>
</service>
<!-- download the real source files listed in the .spec -->
<service name="download_files"> </service>
</services>