* Update lharc.c (#38) * Update header.c * lha-test20: test-tmp-stdout must be in utf8, even on non-utf8 systems. * Fix lha-test20 to count errors correctly. * Fix test20 to be timezone independent * Change spaces to tab. * fix #31 OBS-URL: https://build.opensuse.org/package/show/Archiving/lha?expand=0&rev=4
16 lines
549 B
Plaintext
16 lines
549 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/jca02266/lha.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">lha</param>
|
|
<param name="versionformat">1.14.1~git.%cd</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|