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

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Mar 24 17:49:12 UTC 2005


Author: abompard

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

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


--- NEW FILE libosip2.spec ---
Name:           libosip2
Version:        2.2.0
Release:        1
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/libosip2-2.2.0.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
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'

%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.*
%{_mandir}/man[^3]/*

%files devel
%defattr(-,root,root,-)
%{_includedir}/osip2
%{_includedir}/osipparser2
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Thu Mar 24 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.2.0-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libosip2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Mar 2005 17:48:23 -0000	1.1
+++ .cvsignore	24 Mar 2005 17:49:10 -0000	1.2
@@ -0,0 +1 @@
+libosip2-2.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libosip2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Mar 2005 17:48:23 -0000	1.1
+++ sources	24 Mar 2005 17:49:10 -0000	1.2
@@ -0,0 +1 @@
+f1237af0250c59b318bd64a59f5750ea  libosip2-2.2.0.tar.gz




More information about the fedora-extras-commits mailing list