Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- libyaml/libyaml.nm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/libyaml/libyaml.nm b/libyaml/libyaml.nm index 6a07ec851..88375fbb1 100644 --- a/libyaml/libyaml.nm +++ b/libyaml/libyaml.nm @@ -4,8 +4,8 @@ ###############################################################################
name = libyaml -version = 0.1.3 -release = 2 +version = 0.2.2 +release = 1
groups = System/Libraries url = http://pyyaml.org/ @@ -13,12 +13,12 @@ license = MIT summary = YAML 1.1 parser and emitter written in C.
description - YAML is a data serialization format designed for human readability \ - and interaction with scripting languages. LibYAML is a YAML parser \ + YAML is a data serialization format designed for human readability + and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C. end
-source_dl = +source_dl = http://pyyaml.org/download/libyaml/ sources = yaml-%{version}.tar.gz
build @@ -32,7 +32,6 @@ end
packages package %{name} - end
package %{name}-devel template DEVEL