commit 6a8cb9d37e2bb075cea3206914e81f7dafaf1005
Author: Gergely Gombos <gombosg(a)gmail.com>
Date: Sun Jun 30 11:31:16 2019 +0200
Correct Source0 field
pulseaudio-module-bluetooth-freeworld.spec | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/pulseaudio-module-bluetooth-freeworld.spec
b/pulseaudio-module-bluetooth-freeworld.spec
index 88e4f10..1892306 100644
--- a/pulseaudio-module-bluetooth-freeworld.spec
+++ b/pulseaudio-module-bluetooth-freeworld.spec
@@ -5,16 +5,21 @@
Name: pulseaudio-module-bluetooth-freeworld
Summary: Bluetooth support for the PulseAudio sound server, supports aptX, LDAC
codecs
Version: 1.1.99
-Release: 5%{?snap:.%{snap}git%{shortcommit}}%{?dist}
+Release: 6%{?snap:.%{snap}git%{shortcommit}}%{?dist}
License: GPLv3
URL:
https://github.com/EHfive/pulseaudio-modules-bt/
%global pa_version 12.2
%global pa_archivename pulseaudio-%{pa_version}
+
+%if 0%{?snap}
+%global bt_archivename pulseaudio-modules-bt-%{gitcommit}
+%else
%global bt_archivename pulseaudio-modules-bt-%{version}
+%endif
-%if 0%{?gitrel}
-Source0:
https://github.com/EHfive/pulseaudio-modules-bt/archive/%{gitcommit}.tar.gz
+%if 0%{?snap}
+Source0:
https://github.com/EHfive/pulseaudio-modules-bt/archive/%{gitcommit}/%{bt...
%else
Source0:
https://github.com/EHfive/pulseaudio-modules-bt/archive/v%{version}/%{bt_...
%endif
@@ -74,6 +79,9 @@ mv %{pa_archivename} pa
%{_libdir}/pulse-%{pa_version}/modules/module-bluetooth-policy.so
%changelog
+* Sun Jun 30 2019 Gergely Gombos <gombosg(a)disroot.org> - 1.1.99-6.20190630git2fde9
+- Correct Source0 field
+
* Sun Jun 30 2019 Gergely Gombos <gombosg(a)disroot.org> - 1.1.99-5.20190630git2fde9
- Compile with fixes from master commit 2fde9b7 until upstream releases