diff --git a/anda/apps/audacity-freeworld/audacity-freeworld.spec b/anda/apps/audacity-freeworld/audacity-freeworld.spec index d107f2a9a5..34623d542c 100644 --- a/anda/apps/audacity-freeworld/audacity-freeworld.spec +++ b/anda/apps/audacity-freeworld/audacity-freeworld.spec @@ -1,8 +1,8 @@ %global __requires_exclude ^lib-.*.so %global __provides_exclude ^lib-.*.so -%global ver split-3.0.3 -%global sanitized_ver %(echo "$( sed 's/Audacity-//' <<< "%{ver}" )") +%global ver Audacity 3.7.1 +%global sanitized_ver %(sed 's/ *//;s/Audacity//' <<< "%{ver}") Name: audacity-freeworld Version: %{sanitized_ver} @@ -749,4 +749,4 @@ rm -f %{buildroot}%{_prefix}/%{realname} - New upstream version 1.2.0-pre3 * Sat Oct 25 2003 Gerard Milmeister - 0:1.2.0-pre2.fdr.1 -- First Fedora release \ No newline at end of file +- First Fedora release diff --git a/anda/apps/audacity-freeworld/update.rhai b/anda/apps/audacity-freeworld/update.rhai index f03d1f211c..911fc1d97a 100644 --- a/anda/apps/audacity-freeworld/update.rhai +++ b/anda/apps/audacity-freeworld/update.rhai @@ -1 +1 @@ -rpm.global("ver", gh_tag("audacity/audacity")); +rpm.global("ver", gh("audacity/audacity"));