minitube/_service
Martin Pluskal cbf62d4126 Accepting request 754497 from home:Kieltux:branches:multimedia:apps
- Update to version 3.2:
  * Updated translations
  * Fixes to video playback
  * Qt >= 5.10 is needed
- Removed minitube.changes as source to use as reference for the
  fake build date, because SOURCE_DATE_EPOCH is used
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/754497
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=44
2019-12-06 07:26:46 +00:00

15 lines
511 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/flaviotordini/minitube.git</param>
<param name="filename">minitube</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">3.2</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>