mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-06-19 12:13:32 +00:00
packages(rpm): update version and source macros
This commit is contained in:
@@ -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 }}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user