Upgrade to 1.0.0 (#1887059)
This commit is contained in:
parent
14170de420
commit
e78441d671
File diff suppressed because it is too large
Load Diff
27
baresip.spec
27
baresip.spec
@ -1,23 +1,25 @@
|
||||
Summary: Modular SIP user-agent with audio and video support
|
||||
Name: baresip
|
||||
Version: 0.6.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.creytiv.com/baresip.html
|
||||
Source0: https://github.com/baresip/baresip/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: com.creytiv.baresip.desktop
|
||||
# Latest fixes from Git (not yet available in a release)
|
||||
Patch0: baresip-0.6.6-235c021.patch
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libre-devel
|
||||
BuildRequires: libre-devel >= 1.0.0
|
||||
BuildRequires: librem-devel
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
BuildRequires: openssl-devel
|
||||
%else
|
||||
BuildRequires: openssl11-devel
|
||||
%endif
|
||||
%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 7)
|
||||
Recommends: %{name}-pulse%{?_isa} = %{version}-%{release}
|
||||
%else
|
||||
Requires: %{name}-pulse%{?_isa} = %{version}-%{release}
|
||||
%endif
|
||||
# Patch0 requires "git apply" due to binary patches
|
||||
BuildRequires: git
|
||||
|
||||
%description
|
||||
A modular SIP user-agent with support for audio and video, and many IETF
|
||||
@ -307,9 +309,12 @@ This module provides the X11 grabber video source driver.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
git apply -p1 < %{PATCH0}
|
||||
|
||||
%build
|
||||
%if 0%{?rhel} == 7
|
||||
sed -e 's|\(openssl\)|openssl11/\1|g' -i mk/modules.mk
|
||||
%endif
|
||||
|
||||
%make_build \
|
||||
SHELL='sh -x' \
|
||||
RELEASE=1 \
|
||||
@ -327,6 +332,9 @@ chmod 755 $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/*.so
|
||||
# Install com.creytiv.baresip.desktop file
|
||||
desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ %{SOURCE1}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license docs/COPYING
|
||||
%doc docs/ChangeLog docs/THANKS docs/examples
|
||||
@ -448,6 +456,9 @@ desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ %{SOURCE1}
|
||||
%{_libdir}/%{name}/modules/x11grab.so
|
||||
|
||||
%changelog
|
||||
* Sat Oct 10 2020 Robert Scheck <robert@fedoraproject.org> 1.0.0-1
|
||||
- Upgrade to 1.0.0 (#1887059)
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (baresip-0.6.6.tar.gz) = b7d6b92e07aeb69c52364d28e7ab616a9365da366483b521c28f785001565ac5073357db07cdf3c0c0ada5d3f174ff6f31a8da1fdcf34b024df1f441ed64373d
|
||||
SHA512 (baresip-1.0.0.tar.gz) = 798ea9cd9892fe72e20d50c9a3b45b6b4c195da6d2f4052977276a7ae5ef90ac4f0c2bd6c5e48f53a4370a23f0e005dd73d1f46571965fc1bde5014b97bdc258
|
||||
|
Loading…
Reference in New Issue
Block a user