mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 06:00:39 +00:00
audacity-freeworld: fix version string
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
%global __requires_exclude ^lib-.*.so
|
%global __requires_exclude ^lib-.*.so
|
||||||
%global __provides_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
|
Name: audacity-freeworld
|
||||||
Version: Audacity.3.7.1
|
Version: %{sanitized_ver}
|
||||||
Release: 1%?dist
|
Release: 1%?dist
|
||||||
Summary: Multitrack audio editor
|
Summary: Multitrack audio editor
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
rpm.version(gh("audacity/audacity"));
|
rpm.version(gh_tag("audacity/audacity"));
|
||||||
Reference in New Issue
Block a user