Compare commits
1 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
9520b4db13 |
@ -1,7 +1,7 @@
|
||||
Summary: Modular SIP user-agent with audio and video support
|
||||
Name: baresip
|
||||
Version: 3.15.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/baresip/baresip
|
||||
Source0: https://github.com/baresip/baresip/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -345,6 +345,7 @@ This module provides the X11 video output driver.
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DDEFAULT_CAFILE:PATH="%{_sysconfdir}/pki/tls/certs/ca-bundle.crt" \
|
||||
-DDEFAULT_CAPATH:PATH="%{_sysconfdir}/pki/tls/certs" \
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||
@ -539,6 +540,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
||||
%{_libdir}/%{name}/modules/x11.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 01 2024 David Abdurachmanov <davidlt@rivosinc.com> 3.15.0-1.0.riscv64
|
||||
- Fix RPATH (riscv64)
|
||||
|
||||
* Sat Sep 14 2024 Robert Scheck <robert@fedoraproject.org> 3.15.0-1
|
||||
- Upgrade to 3.15.0 (#2309007)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user