Matej Cepl
25977c9b9d
- Remove --enable-dictorg from dict(1) - Stop using obs_scm, it doesn't work, use tar_scm instead. - Use tighter globs in %%files to make debuginfo generator happy. - Clean up SPEC using spec-cleaner. - Update to version 1.12.1+git.1555438032.190d8c6: * Remove --enable-dictorg from dict(1) * 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) * 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=16
16 lines
574 B
Plaintext
16 lines
574 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<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="changesgenerate">enable</param>
|
|
<param name="changesauthor">Matej Cepl <mcepl@cepl.eu></param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|