vis/_service
Martin Pluskal e3ccaefe59 Accepting request 779138 from home:mcepl:neovim
- make install STRIP=true to avoid stripping. Avoid public nudity!
  gh#martanne/vis#811
- Add BR of tre-devel, not just tre.

OBS-URL: https://build.opensuse.org/request/show/779138
OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=1
2020-02-26 08:38:45 +00:00

17 lines
584 B
Plaintext

<services>
<service name="obs_scm">
<param name="versionprefix">0.5+git</param>
<param name="url">https://github.com/martanne/vis.git</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="buildtime" />
</services>