audacity-freeworld: fix version string (#3340) (#3347)

(cherry picked from commit b26314b)
(cherry picked from commit f45f3e5d9d)

Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
This commit is contained in:
Raboneko
2025-02-14 03:42:02 -08:00
committed by GitHub
parent 244b095393
commit 030f5d7e9d
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"));