Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a084e58139
!6 update to version 1.13.12
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-30 08:44:57 +00:00
lwg K
610b1c13a1 update to version 1.13.12 2023-11-20 17:38:34 +08:00
openeuler-ci-bot
0eb4f21141
!5 Update to 1.13.10
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-06 11:29:09 +00:00
dwl301
e8f83bcc30 Update to 1.13.10 2023-02-01 21:34:00 +08:00
openeuler-ci-bot
3ff2d0ff5f
!3 update to 1.13.8
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-08-16 05:03:46 +00:00
zhang__3125
b98d7db64b update to 1.13.8 2022-08-16 12:40:38 +08:00
openeuler-ci-bot
04b113850d
!2 delete subpackage
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-05-30 08:05:19 +00:00
zhang__3125
aacbf871fd delete subpackage 2022-05-30 15:33:47 +08:00
openeuler-ci-bot
98d993df37
!1 Initial packaging
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-15 09:50:31 +00:00
zhang__3125
a62a93fd57 Initial packaging 2022-04-15 12:36:19 +08:00
3 changed files with 84 additions and 0 deletions

80
sofia-sip.spec Normal file
View File

@ -0,0 +1,80 @@
Name: sofia-sip
Version: 1.13.12
Release: 1
Summary: Sofia SIP User-Agent library
License: LGPLv2+
URL: http://sofia-sip.sourceforge.net/
Source0: https://github.com/freeswitch/%{name}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: make autoconf automake gcc-c++
BuildRequires: openssl-devel glib2-devel lksctp-tools-devel
BuildRequires: libtool >= 1.5.17
Provides: sofia-sip-utils
%description
Sofia SIP is a RFC-3261-compliant library for SIP user agents and
other network elements. The Session Initiation Protocol (SIP) is an
application-layer control (signaling) protocol for creating,
modifying, and terminating sessions with one or more
participants. These sessions include Internet telephone calls,
multimedia distribution, and multimedia conferences.
%package devel
Summary: Sofia-SIP Development Package
Requires: sofia-sip = %{version}-%{release}
Requires: pkgconfig
Provides: sofia-sip-glib
Provides: sofia-sip-glib-devel
%description devel
Development package for Sofia SIP UA library.
%prep
%autosetup
%build
sh autogen.sh
%configure --disable-rpath --disable-static --without-doxygen --disable-stun
make %{?_smp_mflags}
%install
%make_install
find %{buildroot} -name \*.la -delete
find %{buildroot} -name \*.h.in -delete
find . -name installdox -delete
%ldconfig_scriptlets
%ldconfig_scriptlets glib
%files
%doc AUTHORS ChangeLog ChangeLog.ext-trees COPYING COPYRIGHTS
%doc README README.developers RELEASE TODO
%{_bindir}/*
%{_libdir}/libsofia-sip-ua.so.*
%files devel
%{_includedir}/sofia-sip-1.13/sofia-sip/*.h
%{_includedir}/sofia-sip-1.13/sofia-resolv/*.h
%{_libdir}/libsofia-sip-ua.so
%{_libdir}/libsofia-sip-ua-glib.so
%{_libdir}/libsofia-sip-ua-glib.so.*
%{_libdir}/pkgconfig/sofia-sip-ua.pc
%{_libdir}/pkgconfig/sofia-sip-ua-glib.pc
%{_datadir}/sofia-sip
%changelog
* Mon Nov 20 2023 lwg <liweiganga@uniontech.com> - 1.13.12-1
- update to version 1.13.12
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.13.10-1
- Update for 1.13.10
* Tue Aug 16 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.13.8-1
- update to 1.13.8
- fix CVE-2022-31001,CVE-2022-31002,CVE-2022-31003
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.13.7-2
- delete subpackage
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.13.7-1
- Initial packaging

4
sofia-sip.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: freeswitch/sofia-sip
tag_prefix: ^v
separator: .

BIN
v1.13.12.tar.gz Normal file

Binary file not shown.