10070636c2
* Switch to git snapshot to ensure license to be correctly set * Install COPYING OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/foma?expand=0&rev=4
15 lines
510 B
Plaintext
15 lines
510 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/mhulden/foma.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">foma</param>
|
|
<param name="versionformat">0.9.18+git%cd.%h</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>
|