Merge remote branch 'origin/master' into epel8
This commit is contained in:
commit
be1b52af9b
11
baresip.spec
11
baresip.spec
@ -1,9 +1,9 @@
|
||||
Summary: Modular SIP user-agent with audio and video support
|
||||
Name: baresip
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.creytiv.com/baresip.html
|
||||
URL: https://github.com/baresip/baresip
|
||||
Source0: https://github.com/baresip/baresip/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: com.creytiv.baresip.desktop
|
||||
BuildRequires: make
|
||||
@ -115,6 +115,9 @@ BuildRequires: desktop-file-utils
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 7)
|
||||
Requires: (gnome-shell-extension-topicons-plus if gnome-shell)
|
||||
Recommends: libcanberra-gtk2
|
||||
%else
|
||||
Requires: libcanberra-gtk2
|
||||
%endif
|
||||
|
||||
%description gtk
|
||||
@ -456,6 +459,10 @@ make test
|
||||
%{_libdir}/%{name}/modules/x11grab.so
|
||||
|
||||
%changelog
|
||||
* Mon Dec 28 2020 Robert Scheck <robert@fedoraproject.org> 1.0.0-2
|
||||
- Added weak run-time dependency for libcanberra-gtk2 to the gtk
|
||||
subpackage (thanks to Jochen Steudinger)
|
||||
|
||||
* Sat Oct 10 2020 Robert Scheck <robert@fedoraproject.org> 1.0.0-1
|
||||
- Upgrade to 1.0.0 (#1887059)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user