taglib/_service
Tomáš Chvátal b653569710 - Switch to service file for generating the package
- Use conditions to enable the multibuild tests in other loop while
  also generating the docs
- Make sure the tests are actually executed

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=85
2019-07-08 09:34:39 +00:00

17 lines
593 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="version">1.11.1</param>
<param name="versionformat">1.11.1+git%cd.%h</param>
<param name="url">https://github.com/taglib/taglib.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="changesgenerate">enable</param>
<param name="filename">taglib</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>