update to 1.0.2 [release 1.0.2-1mamba;Sat Nov 11 2017]
This commit is contained in:
parent
7d11a644e6
commit
dadfd94554
23
libortp.spec
23
libortp.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libortp
|
Name: libortp
|
||||||
Version: 0.25.0
|
Version: 1.0.2
|
||||||
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
|
||||||
@ -7,11 +7,14 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.linphone.org/index.php/eng/code_review/ortp
|
URL: http://www.linphone.org/index.php/eng/code_review/ortp
|
||||||
Source: http://mirror.lihnidos.org/GNU/savannah//linphone/ortp/sources/ortp-%{version}.tar.gz
|
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: libopenssl-devel
|
BuildRequires: libbctoolbox-devel
|
||||||
|
BuildRequires: libpolarssl-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -38,6 +41,7 @@ Group: Documentation
|
|||||||
%setup -q -n ortp-%{version}
|
%setup -q -n ortp-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -54,7 +58,7 @@ Group: Documentation
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libortp.so.*
|
%{_libdir}/libortp.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -62,13 +66,20 @@ Group: Documentation
|
|||||||
%{_libdir}/libortp.*a
|
%{_libdir}/libortp.*a
|
||||||
%{_libdir}/libortp.so
|
%{_libdir}/libortp.so
|
||||||
%{_libdir}/pkgconfig/ortp.pc
|
%{_libdir}/pkgconfig/ortp.pc
|
||||||
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/doc/ortp-%{version}
|
%dir %{_datadir}/doc/ortp-*
|
||||||
%{_datadir}/doc/ortp-%{version}/*
|
%{_datadir}/doc/ortp-*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 0.25.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user