SHA256
1
0
forked from pool/openSUSEway
openSUSEway/_service
Denys Kondratenko df3003a123 Accepting request 1063017 from home:fbonazzi:branches:X11:Wayland
- Automatically format the spec file after extracting it.
  Any meaningful changes can be manually fed back to the upstream Git repo.
- Automatically extract the spec file
  The spec file is now maintained in Git. The `extract` parameter of the
  `obs_scm` service allows you to automatically extract the file from the
  obscpio archive when running the service, updating the OBS copy of the spec
  file to the upstream maintained one.

OBS-URL: https://build.opensuse.org/request/show/1063017
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/openSUSEway?expand=0&rev=38
2023-02-03 11:51:26 +00:00

19 lines
677 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/openSUSEway.git</param>
<param name="revision">0.15</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)</param>
<param name="extract">openSUSEway.spec</param>
</service>
<service name="format_spec_file" mode="manual">
<param name="specfile">openSUSEway.spec</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>