Name: libosip2 Version: 2.2.2 Release: 2 Summary: oSIP is an implementation of SIP Group: System Environment/Libraries License: LGPL URL: http://www.gnu.org/software/osip/ Source0: http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description oSIP is an implementation of SIP. SIP stands for the Session Initiation Protocol and is described by the rfc3261 (wich deprecates rfc2543). This library aims to provide multimedia and telecom software developers an easy and powerful interface to initiate and control SIP based sessions in their applications. SIP is a open standard replacement from IETF for H.323. %package devel Summary: Development libraries for oSIP Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The GNU oSIP library is written in C and get no dependencies except the standard C library. oSIP is thread safe and will generally be used in a multi-threaded application. Nevertheless, this is optional. oSIP is little in size and code and thus could be use to implement IP soft-phone as well as embedded SIP software. oSIP is not limited to endpoint agents, and can also be used to implement "SIP proxy". oSIP does not intend to provide a high layer API for controlling "SIP Session" at this step. Instead, it currently provides an API for the SIP message parser, SDP message parser, and library to handle "SIP transactions" as defined by the SIP document. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' mv $RPM_BUILD_ROOT%{_mandir}/man1/osip.1 $RPM_BUILD_ROOT%{_mandir}/man1/osip2.1 %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FEATURES HISTORY NEWS README TODO %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_includedir}/osip2 %{_includedir}/osipparser2 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_mandir}/man1/* %changelog * Sun Mar 26 2006 Petr Krištof 2.2.2-2 - Rebuild on FC-5 * Sat Dec 17 2005 Petr Krištof 2.2.2-1 - Update to 2.2.2 * Sat Oct 15 2005 Ignacio Vazquez-Abrams 2.2.1-1 - Upstream update - Disable static library * Thu Apr 7 2005 Michael Schwendt - rebuilt * Thu Mar 24 2005 Ignacio Vazquez-Abrams 2.2.0-2 - Renamed osip.1 and moved to -devel * Thu Mar 24 2005 Ignacio Vazquez-Abrams 2.2.0-1 - Initial RPM release.