From 6cf2444e1fd48af55a4a978116f2fc0ee5b33e07 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 20 Nov 2019 12:31:40 +0100 Subject: [PATCH] Fix Source0 URL --- PyYAML.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index 850352d..f78c821 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -9,7 +9,7 @@ Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml -Source0: https://github.com/yaml/pyyaml/archive/%{name}-%{uversion}.tar.gz +Source0: https://github.com/yaml/pyyaml/archive/%{uversion}.tar.gz BuildRequires: gcc BuildRequires: libyaml-devel @@ -66,7 +66,7 @@ Obsoletes: python3-PyYAML < 4.1-5 %prep -%setup -q +%setup -q -n pyyaml-%{version} chmod a-x examples/yaml-highlight/yaml_hl.py # remove pre-generated file