From c50103383406d253e547df1e0cb1df3ab4ae7175 Mon Sep 17 00:00:00 2001 From: arabian Date: Wed, 3 Jun 2026 21:26:16 +0300 Subject: [PATCH] packages(rpm): fix source and setup macros in spec file --- packages/rpm/pwsp-git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rpm/pwsp-git.spec b/packages/rpm/pwsp-git.spec index ef46915..fa0793b 100644 --- a/packages/rpm/pwsp-git.spec +++ b/packages/rpm/pwsp-git.spec @@ -14,7 +14,7 @@ License: MIT URL: https://github.com/arabianq/pipewire-soundpad VCS: {{{ git_dir_vcs }}} -Source: {{{ git_pack }}} +Source: {{{ git_cwd_pack }}} BuildRequires: rust @@ -47,7 +47,7 @@ GUI clients. This is the latest development (git) version.} %description %{_description} %prep -{{{ git_setup_macro }}} +{{{ git_cwd_setup_macro }}} %build