# # spec file for package osp-toolkit # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: osp-toolkit %define lname libosptk-4_7_0 Version: 4.7.0 Release: 1.2 %define rversion 4_7_0-20150804 Summary: Toolkit for ETSI OSP standard for secure VoIP peering License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: http://sf.net/projects/osp-toolkit Source: http://downloads.sf.net/osp-toolkit/OSPToolkit-%version.tar.gz Patch1: osp-automake.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libssl) %description The OSP Toolkit is a complete development kit for software developers who want to implement the client side of the European Telecommunication Standards Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source code written in ANSI C, test tools and extensive documentation on how to implement OSP. A hosted OSP test server is freely available on the Internet for all developers to test their OSP implementation. %package -n %lname Summary: Library for ETSI OSP standard for secure VoIP peering Group: System/Libraries %description -n %lname The OSP Toolkit is a complete development kit for software developers who want to implement the client side of the European Telecommunication Standards Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source code written in ANSI C, test tools and extensive documentation on how to implement OSP. A hosted OSP test server is freely available on the Internet for all developers to test their OSP implementation. %package devel Summary: Toolkit for ETSI OSP standard for secure VoIP peering Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel The OSP Toolkit is a complete development kit for software developers who want to implement the client side of the European Telecommunication Standards Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source code written in ANSI C, test tools and extensive documentation on how to implement OSP. A hosted OSP test server is freely available on the Internet for all developers to test their OSP implementation. %prep %setup -qn TK-%rversion %patch -P 1 -p1 %build autoreconf -fi; %configure --enable-static make %{?_smp_mflags}; %install %make_install find "%buildroot" -type f -name "*.la" -delete %files -n %lname %defattr(-,root,root) %_libdir/libosptk-*.so %files devel %defattr(-,root,root) %_libdir/libosptk.so %_libdir/libosptk.a %_includedir/osp %changelog * Fri Aug 14 2015 jengelh@inai.de - Update to new upstream release 4.7.0 * Added media address, proxy address, provider post dial delay and JIP support, CNAM support * Fixed post dial delay reporting issue. * Extended HTTP module to support GET method. * Added CNAM query service type. * Mon Jun 8 2015 jengelh@inai.de - Update to new upstream release 4.5.0 * Updated to support more OSP server response codes. * Sun Mar 29 2015 jengelh@inai.de - Update to new upstream release 4.4.3 * Updated to support 603 Decline status code. * Sun Jan 4 2015 jengelh@inai.de - Update to new upstream release 4.4.2 * Added support for CDR proxy, total setup attempts and From display name. * Added support for User-Agent. * Added vendor Cisco. * Tue Aug 26 2014 jengelh@inai.de - Update to new upstream release 4.2.4 * Added network translated called number and service provider ID in UsageInd. * Fixed codec buffer size issue. * Added support for video QoS. * Added support for RelatedCallIdReason and SystemId. * Added vendor Kamailio, CUCM, MetaSphere, Sansay, Taqua, Sonus, AudioCodes. * Fri Jan 25 2013 jengelh@inai.de - Update to new upstream release 4.1.3 * Changed setting destination protocol directly in destination structure. * Changed setting destination network ID directly in destination structure. * Removed HTTP timeout 1000ms check. * Fixed OSPPSockWaitTillReady tv_usec bug. * Added call party info elements. * Added local and remote session ID elements. * Changed ReleaseSource element values. * Changed call party info implementation. * Added BroadWorks vendor info. * Added ReleaseSource values. * Added transfer ID and transfer status. * Added XML CDR format. * Added Metaswitch Perimeta vendor type. * Added reporting LNP in UsageInd. * Sun Oct 9 2011 jengelh@medozas.de - Initial package for osp-toolkit (version 4.0.1)