From 939dbea12bb22ee2e70798365f5dec6c28b409be Mon Sep 17 00:00:00 2001 From: arabian Date: Thu, 25 Sep 2025 16:57:41 +0300 Subject: [PATCH] update pwsp.spec file --- pwsp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pwsp.spec b/pwsp.spec index 1905985..a0b336b 100644 --- a/pwsp.spec +++ b/pwsp.spec @@ -12,7 +12,7 @@ Summary: Lets you play audio files through your microphone License: MIT URL: https://github.com/arabianq/pipewire-soundpad -Source: Source: %{name}-%{version}.tar.gz https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/%{version}.tar.gz +Source: https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/%{version}.tar.gz BuildRequires: cargo-rpm-macros >= 26 @@ -23,6 +23,8 @@ GUI clients.} %description %{_description} %prep +%setup -q -n %{name}-%{version} +%rename %{version}.tar.gz %{name}-%{version}.tar.gz %autosetup -n pwsp-%{version} -p1 %cargo_prep