update to 5.2.111 [release 5.2.111-1mamba;Thu Nov 23 2023]
This commit is contained in:
parent
dadfd94554
commit
2ce352edb7
36
libortp.spec
36
libortp.spec
@ -1,22 +1,20 @@
|
|||||||
Name: libortp
|
Name: libortp
|
||||||
Version: 1.0.2
|
Version: 5.2.111
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Real-time Transport Protocol (RTP,RFC3550) library
|
Summary: A Real-time Transport Protocol (RTP,RFC3550) library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.linphone.org/index.php/eng/code_review/ortp
|
URL: https://github.com/BelledonneCommunications/ortp
|
||||||
Source: https://github.com/BelledonneCommunications/ortp.git/%{version}/ortp-%{version}.tar.bz2
|
Source: https://github.com/BelledonneCommunications/ortp.git/%{version}/ortp-%{version}.tar.bz2
|
||||||
#Source: http://mirror.lihnidos.org/GNU/savannah//linphone/ortp/sources/ortp-%{version}.tar.gz
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libbctoolbox-devel
|
BuildRequires: libbctoolbox-devel
|
||||||
BuildRequires: libpolarssl-devel
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ortp is a Real-time Transport Protocol (RTP,RFC3550) library.
|
ortp is a Real-time Transport Protocol (RTP,RFC3550) library.
|
||||||
@ -37,17 +35,22 @@ Group: Documentation
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
%{name} API documentation.
|
%{name} API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ortp-%{version}
|
%setup -q -n ortp-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
%cmake \
|
||||||
%configure
|
-DENABLE_STATIC=OFF \
|
||||||
%make
|
-DENABLE_DOC=NO \
|
||||||
|
-DENABLE_UNIT_TESTS=NO
|
||||||
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -58,15 +61,16 @@ Group: Documentation
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libortp.so.*
|
%{_libdir}/libortp.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS.md LICENSE.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/ortp
|
%{_includedir}/ortp
|
||||||
%{_libdir}/libortp.*a
|
|
||||||
%{_libdir}/libortp.so
|
%{_libdir}/libortp.so
|
||||||
%{_libdir}/pkgconfig/ortp.pc
|
%{_libdir}/pkgconfig/ortp.pc
|
||||||
%doc ChangeLog NEWS
|
%dir %{_libdir}/cmake/ortp
|
||||||
|
%{_libdir}/cmake/ortp/ortp*.cmake
|
||||||
|
%doc CHANGELOG.md
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -74,6 +78,12 @@ Group: Documentation
|
|||||||
%{_datadir}/doc/ortp-*/*
|
%{_datadir}/doc/ortp-*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.111-1mamba
|
||||||
|
- update to 5.2.111
|
||||||
|
|
||||||
|
* Tue Jun 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.20-1mamba
|
||||||
|
- update to 4.5.20
|
||||||
|
|
||||||
* Sat Nov 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
* Sat Nov 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||||
- update to 1.0.2
|
- update to 1.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user