- Update to version 0.5.0+git20160408.0148fb4: * Allow undefined as the default value * add new proplist_get to validate values out of a proplist * fix envy:get in host_to_ip/3 to put default in the right place * Add envy:one_of helper method * Added travis.yml * Improved envy:get's -specs * Experimental code to add parsing support to envy. * Remove debugval output, fix copyright. * Centralize type constraint declaration * envy_type_validator is a type spec, not an atom - Run spec-cleaner - Update URL OBS-URL: https://build.opensuse.org/request/show/974458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-envy?expand=0&rev=3
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/markan/envy</param>
|
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">bz2</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
</service>
|
|
</services>
|