From 9fb374c23549cc9bcfd6d091a9d865980e0b5da9 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Thu, 22 Aug 2019 19:58:13 +0200 Subject: [PATCH] libyaml recipe updated for style. --- libyaml/recipe.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libyaml/recipe.spec b/libyaml/recipe.spec index 32b3b2d..ac14eaf 100644 --- a/libyaml/recipe.spec +++ b/libyaml/recipe.spec @@ -1,7 +1,7 @@ name: libyaml version: 0.2.2 release: 1 -sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz +sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz @configure - cd libyaml-%{version} && ./bootstrap && ./%{name} --prefix=/usr + cd libyaml-%{version} && ./bootstrap && ./configure --prefix=/usr