fix(audacity, extest, gcm-core, uwufetch): Update scripts (#3933)

* Update rust-extest.spec

Signed-off-by: Gilver <rockgrub@disroot.org>

* Update update.rhai

Signed-off-by: Gilver <rockgrub@disroot.org>

* Update gcm-core.spec

Signed-off-by: Gilver <rockgrub@disroot.org>

* Update update.rhai

Signed-off-by: Gilver <rockgrub@disroot.org>

* Update uwufetch.spec

Signed-off-by: Gilver <rockgrub@disroot.org>

* Update update.rhai

Signed-off-by: Gilver <rockgrub@disroot.org>

* Update update.rhai

Signed-off-by: Gilver <rockgrub@disroot.org>

* Update audacity-freeworld.spec

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-03-15 04:50:47 -05:00
committed by GitHub
parent 22a30cb68e
commit 20ead40054
8 changed files with 12 additions and 9 deletions
@@ -2,7 +2,7 @@
%global __provides_exclude ^lib-.*.so
%global ver Audacity-3.7.3
%global sanitized_ver %(sed 's/ *//;s/Audacity//' <<< "%{ver}")
%global sanitized_ver %(echo %{ver} | sed 's/Audacity-//g')
Name: audacity-freeworld
Version: %{sanitized_ver}
+3
View File
@@ -1 +1,4 @@
rpm.global("ver", gh("audacity/audacity"));
if rpm.changed() {
rpm.release();
}
+1 -1
View File
@@ -25,7 +25,7 @@ Release: 1%?dist
Summary: X11 XTEST reimplementation primarily for Steam Controller on Wayland
License: MIT
URL: https://github.com/KyleGospo/extest
URL: https://github.com/bazzite-org/extest
Source0: %{url}/archive/%{commit}.tar.gz
+2 -2
View File
@@ -1,5 +1,5 @@
rpm.global("commit", gh_commit("KyleGospo/extest"));
rpm.global("commit", gh_commit("bazzite-org/extest"));
if rpm.changed() {
rpm.global("commit_date", date());
rpm.release();
}
}
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("TheDarkBug/uwufetch"));
rpm.version(gh("ad-oliviero/uwufetch"));
+2 -2
View File
@@ -3,7 +3,7 @@ Version:
Release: 1%?dist
Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
License: GPL-3.0
URL: https://github.com/TheDarkBug/uwufetch
URL: https://github.com/ad-oliviero/uwufetch
BuildRequires: make gcc git anda-srpm-macros
%description
@@ -30,4 +30,4 @@ rm -rf %{?buildroot}%{_includedir}
%changelog
* Thu Jun 22 2023 Alyxia Sother <alyxia@riseup.net>
- Initial package.
- Initial package.
+1 -1
View File
@@ -3,7 +3,7 @@
%global long_name git-credential-manager
%global forgeurl https://github.com/GitCredentialManager/git-credential-manager
%global forgeurl https://github.com/git-ecosystem/git-credential-manager
Name: gcm-core
Version:
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("GitCredentialManager/git-credential-manager"));
rpm.version(gh("git-ecosystem/git-credential-manager"));