From c62344922838b9517a967e28dc2b409da1213929 Mon Sep 17 00:00:00 2001 From: "Frank Dana (FeRD)" Date: Fri, 14 Sep 2018 22:29:59 +0000 Subject: [PATCH] Make repotag generation a one-liner I decided it was clearer; it's still shorter than the Source0 line. --- inkscape.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index b386aa9..fdd60cd 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -3,9 +3,8 @@ Version: 0.92.3 Release: 7%{?dist} Summary: Vector-based drawing program using SVG -# Inkscape tags their releases with underscores -%global repotag %(echo %{name}_%{version} | - tr "." "_" | tr "[:lower:]" "[:upper:]") +# Inkscape tags their releases with underscores and in ALLCAPS +%global repotag %(echo %{name}_%{version} |tr "." "_" |tr "[:lower:]" "[:upper:]") License: GPLv2+ and CC-BY URL: https://inkscape.org/