forked from pool/dictd
Matej Cepl
4bd10e9b1a
* update config.sub and config.guess * dictfmt: fix merge conflict * dictfmt: fix compilation failure on Solaris (alloca) * dictfmt: DICTFMT_SORT variable is used for setting sort(1) * Support for --use-dictorg was removed * Support for socks5 was removed * Clean-ups for autocrap build system (headers and types) * Clean-ups for autocrap build system (mbstate_t, wchar_t, wint_t, socklen_t, size_t, CODESET, alloca) * Use stable sort to ensure already-sorted input stays sorted. * Revert "Update tables for is{space,alnum}__ (report by michael72)" OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=9
17 lines
586 B
Plaintext
17 lines
586 B
Plaintext
<services>
|
|
<service name="obs_scm">
|
|
<param name="versionprefix">1.12.1.git</param>
|
|
<param name="url">https://github.com/cheusov/dictd</param>
|
|
<param name="scm">git</param>
|
|
<!--param name="exclude">.git*</param-->
|
|
<!--param name="revision">lsp-support</param-->
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="buildtime"/>
|
|
</services>
|