rpms/libosip/devel libosip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 17:10:32 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/libosip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5078/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libosip.spec 
Log Message:
auto-import libosip-0.9.7-1 on branch devel from libosip-0.9.7-1.src.rpm
Initial import


--- NEW FILE libosip.spec ---
Name:           libosip
Version:        0.9.7
Release:        1
Summary:        oSIP is an implementation of SIP

Group:          System Environment/Libraries
License:        LGPL
URL:            http://www.fsf.org/software/osip/osip.html
Source0:        http://ftp.gnu.org/gnu/osip/libosip-0.9.7.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

%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 H323.

%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
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig

%preun

%postun
/sbin/ldconfig

%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%{_mandir}/man1/*

%files devel
%defattr(-,root,root)
%{_includedir}/osip/*.h
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so

%changelog
* Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.7-1
- Bump release to 1

* Fri Jan 21 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:0.9.7-0.iva.0
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libosip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2005 17:10:00 -0000	1.1
+++ .cvsignore	16 Mar 2005 17:10:30 -0000	1.2
@@ -0,0 +1 @@
+libosip-0.9.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libosip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2005 17:10:00 -0000	1.1
+++ sources	16 Mar 2005 17:10:30 -0000	1.2
@@ -0,0 +1 @@
+1c97d2bbc042ba318b1ad422b6109537  libosip-0.9.7.tar.gz




More information about the scm-commits mailing list