audacity-freeworld: fix version string

This commit is contained in:
sadlerm4
2025-02-14 00:21:01 +11:00
parent ea0a9b4fcc
commit b26314bcd9
2 changed files with 5 additions and 2 deletions
@@ -1,8 +1,11 @@
%global __requires_exclude ^lib-.*.so
%global __provides_exclude ^lib-.*.so
%global ver Audacity-3.7.1
%global sanitized_ver %(echo "$( sed 's/Audacity-//' <<< "%{ver}" )")
Name: audacity-freeworld
Version: Audacity.3.7.1
Version: %{sanitized_ver}
Release: 1%?dist
Summary: Multitrack audio editor
License: GPLv2
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("audacity/audacity"));
rpm.version(gh_tag("audacity/audacity"));