- Update to version 0.3.6~git20200818.e33e7fb: * travis: Enable SYS_PTRACE in Docker * build: Bump valadoc pkgconfig name * Update README.md * travis: Use python3 in coverage build * build: Bump valadoc pkgconfig name * build: Declare creation methods of abstract classes as protected * build: Enable python3 * README.md: Link to the API references * travis: Deploy documentation * user-sentence-dictionary: Fix memleak OBS-URL: https://build.opensuse.org/request/show/838141 OBS-URL: https://build.opensuse.org/package/show/M17N/libkkc?expand=0&rev=24
18 lines
606 B
Plaintext
18 lines
606 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/ueno/libkkc</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">0.3.6~git%cd.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libkkc-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">libkkc</param>
|
|
</service>
|
|
</services>
|