SHA256
1
0
forked from pool/libsrtp

Accepting request 246582 from home:jengelh:branches:network:telephony

- Update project metadata, and patch description

OBS-URL: https://build.opensuse.org/request/show/246582
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=3
This commit is contained in:
Matthias Mailänder 2014-08-27 04:34:21 +00:00 committed by Git OBS Bridge
parent b81b655a05
commit 26e168f663
3 changed files with 20 additions and 5 deletions

View File

@ -5,6 +5,14 @@ Switch to stress-free automake with libtool library generation.
Also add a pkgconfig file for easy detection of presence and paths Also add a pkgconfig file for easy detection of presence and paths
by secondary projects. by secondary projects.
As libsrtp 1.4.5 has not yet officially been released (as a tarball,
on sf.net) and the API is still changing, using -release
${PACKAGE_VERSION} won't be of help. We really need to count ABI
versions ourselves. So far,
libsrtp.so.1: srtp 1.4.4
libsrtp.so.2: srtp 1.4.5-pre (7db9eb2c67ec8da7c016b7422885)
--- ---
Makefile.am | 99 +++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 99 +++++++++++++++++++++++++++++++++++++++++++++
configure.in | 13 ++++- configure.in | 13 ++++-

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 26 21:16:21 UTC 2014 - jengelh@inai.de
- Update project metadata, and patch description
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 18:46:49 CEST 2013 - sbrabec@suse.cz Wed Sep 18 18:46:49 CEST 2013 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package libsrtp # spec file for package libsrtp
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -25,8 +25,10 @@ Summary: Secure Real-Time Transport Protocol (SRTP) library
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://srtp.sourceforge.net/srtp.html Url: http://srtp.sourceforge.net/srtp.html
#Git-Clone: git://github.com/cisco/libsrtp
Source: %{name}-git%{git_snapshot}.tar.xz Source: %{name}-git%{git_snapshot}.tar.xz
# PATCH-FEATURE-OPENSUSE libsrtp-automake.patch jengelh@medozas.de -- Support for automake to easily build shared library. # PATCH-FEATURE-OPENSUSE libsrtp-automake.patch jengelh@inai.de -- Support for automake to easily build shared library.
Patch: %{name}-automake.patch Patch: %{name}-automake.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf BuildRequires: autoconf
@ -130,13 +132,13 @@ set -x
%postun -n %{library_name} -p /sbin/ldconfig %postun -n %{library_name} -p /sbin/ldconfig
%files -n %{library_name} %files -n %{library_name}
%defattr(-,root,root,-) %defattr(-,root,root)
%{_libdir}/libsrtp.so.2* %{_libdir}/libsrtp.so.2*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root)
%doc CHANGES LICENSE README TODO VERSION doc/*.pdf doc/*.txt %doc CHANGES LICENSE README TODO VERSION doc/*.pdf doc/*.txt
%{_includedir}/srtp %{_includedir}/srtp/
%{_libdir}/libsrtp.so %{_libdir}/libsrtp.so
%{_libdir}/pkgconfig/libsrtp.pc %{_libdir}/pkgconfig/libsrtp.pc