packages(rpm): update version and source macros

This commit is contained in:
2026-06-03 21:07:07 +03:00
parent 9a5436cd35
commit c48a425bb0
+8 -5
View File
@@ -6,15 +6,16 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: pwsp-git Name: pwsp-git
Version: {{{ git_dir_version }}} Version: {{{ git_version }}}
Release: 1%{?dist} Release: 1%{?dist}
Summary: Lets you play audio files through your microphone (git version) Summary: Lets you play audio files through your microphone (git version)
License: MIT License: MIT
URL: https://github.com/arabianq/pipewire-soundpad URL: https://github.com/arabianq/pipewire-soundpad
VCS: {{{ git_dir_vcs }}} VCS: {{{ git_vcs }}}
Source: {{{ git_dir_pack }}} Source: {{{ git_pack }}}
BuildRequires: rust BuildRequires: rust
BuildRequires: cargo BuildRequires: cargo
@@ -46,7 +47,8 @@ GUI clients. This is the latest development (git) version.}
%description %{_description} %description %{_description}
%prep %prep
{{{ git_dir_setup_macro }}} {{{ git_setup_macro }}}
%build %build
%if 0%{?suse_version} && 0%{?suse_version} <= 1500 %if 0%{?suse_version} && 0%{?suse_version} <= 1500
@@ -77,4 +79,5 @@ install -Dm644 pwsp-gui/assets/pwsp-daemon.service %{buildroot}/usr/lib/systemd/
/usr/lib/systemd/user/pwsp-daemon.service /usr/lib/systemd/user/pwsp-daemon.service
%changelog %changelog
{{{ git_dir_changelog }}} {{{ git_changelog }}}