timeshift/_service
Malcolm Lewis 38490f03eb Accepting request 785256 from home:iznogood:branches:Archiving:Backup
- Switch to using explicit release tag in .service. Also clean up
  the version handling in it, so we avoid the git refs there, as we
  are using the proper released commit.
- Update URL to new homepage, use make_build macro, run
  spec-cleaner to bring spec up to current standards for openSUSE.

OBS-URL: https://build.opensuse.org/request/show/785256
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/timeshift?expand=0&rev=3
2020-03-15 15:51:39 +00:00

18 lines
665 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/teejee2008/timeshift.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">refs/tags/v20.03</param>
<param name="filename">timeshift</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</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>