libortp/libortp.spec

215 lines
6.9 KiB
RPMSpec

Name: libortp
Version: 5.3.50
Release: 1mamba
Summary: A Real-time Transport Protocol (RTP,RFC3550) library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/BelledonneCommunications/ortp
Source: https://github.com/BelledonneCommunications/ortp.git/%{version}/ortp-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libbctoolbox-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
%description
ortp is a Real-time Transport Protocol (RTP,RFC3550) library.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
ortp is a Real-time Transport Protocol (RTP,RFC3550) library.
This package contains static libraries and header files need for development.
%package apidocs
Summary: %{name} API documentation
Group: Documentation
%description apidocs
%{name} API documentation.
%debug_package
%prep
%setup -q -n ortp-%{version}
%build
%cmake \
-DENABLE_STATIC=OFF \
-DENABLE_DOC=NO \
-DENABLE_UNIT_TESTS=NO
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libortp.so.*
%doc AUTHORS.md LICENSE.txt
%files devel
%defattr(-,root,root)
%{_includedir}/ortp
%{_libdir}/libortp.so
%{_libdir}/pkgconfig/ortp.pc
%dir %{_datadir}/Ortp/cmake
%{_datadir}/Ortp/cmake/Ortp*.cmake
%doc CHANGELOG.md
%files apidocs
%defattr(-,root,root)
%dir %{_datadir}/doc/ortp-*
%{_datadir}/doc/ortp-*/*
%changelog
* Thu May 16 2024 Automatic Build System <autodist@openmamba.org> 5.3.50-1mamba
- automatic version update by autodist
* Tue Apr 30 2024 Automatic Build System <autodist@openmamba.org> 5.3.46-1mamba
- automatic version update by autodist
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 5.3.45-1mamba
- automatic version update by autodist
* Fri Apr 19 2024 Automatic Build System <autodist@openmamba.org> 5.3.44-1mamba
- automatic version update by autodist
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 5.3.42-1mamba
- automatic version update by autodist
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 5.3.41-1mamba
- automatic version update by autodist
* Fri Mar 29 2024 Automatic Build System <autodist@openmamba.org> 5.3.38-1mamba
- automatic version update by autodist
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 5.3.37-1mamba
- automatic version update by autodist
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 5.3.36-1mamba
- automatic version update by autodist
* Wed Mar 20 2024 Automatic Build System <autodist@openmamba.org> 5.3.35-1mamba
- automatic version update by autodist
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 5.3.34-1mamba
- automatic version update by autodist
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 5.3.33-1mamba
- automatic version update by autodist
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 5.3.29-1mamba
- automatic version update by autodist
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 5.3.27-1mamba
- automatic version update by autodist
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 5.3.26-1mamba
- automatic version update by autodist
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 5.3.25-1mamba
- automatic version update by autodist
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 5.3.24-1mamba
- automatic version update by autodist
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 5.3.23-1mamba
- automatic version update by autodist
* Wed Feb 21 2024 Automatic Build System <autodist@openmamba.org> 5.3.22-1mamba
- automatic version update by autodist
* Sat Feb 17 2024 Automatic Build System <autodist@openmamba.org> 5.3.21-1mamba
- automatic version update by autodist
* Mon Feb 05 2024 Automatic Build System <autodist@openmamba.org> 5.3.19-1mamba
- automatic version update by autodist
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.3.15-1mamba
- automatic version update by autodist
* Fri Jan 26 2024 Automatic Build System <autodist@openmamba.org> 5.3.13-1mamba
- automatic version update by autodist
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 5.3.12-1mamba
- automatic version update by autodist
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 5.3.11-1mamba
- automatic version update by autodist
* Wed Jan 17 2024 Automatic Build System <autodist@openmamba.org> 5.3.10-1mamba
- automatic version update by autodist
* Fri Jan 05 2024 Automatic Build System <autodist@openmamba.org> 5.3.7-1mamba
- automatic version update by autodist
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 5.3.6-1mamba
- automatic version update by autodist
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 5.2.112-1mamba
- automatic version update by autodist
* 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
- update to 1.0.2
* Mon Dec 19 2016 Automatic Build System <autodist@mambasoft.it> 0.27.0-1mamba
- automatic version update by autodist
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 0.25.0-1mamba
- automatic version update by autodist
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 0.24.2-1mamba
- automatic version update by autodist
* Sat Apr 04 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.1-1mamba
- update to 0.24.1
* Sat Mar 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.23.0-1mamba
- update to 0.23.0
* Mon Jun 17 2013 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
- automatic version update by autodist
* Wed Aug 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.0-1mamba
- update to 0.20.0
* Fri Jun 17 2011 Automatic Build System <autodist@mambasoft.it> 0.16.5-1mamba
- automatic update by autodist
* Thu Jul 08 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.3-2mamba
- rebuilt to add pkgconfig provides
* Mon Jun 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.3-1mamba
- update to 0.16.3
* Wed May 05 2010 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
- automatic update by autodist
* Wed Jul 01 2009 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
- automatic update by autodist
* Fri Feb 13 2009 Davide Madrisan <davide.madrisan@gmail.com> 0.15.0-1mamba
- package created by autospec