devel/libosip libosip.spec,1.2,1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Mar 17 22:39:02 UTC 2005


Author: ivazquez

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

Modified Files:
	libosip.spec 
Log Message:
Spec file cleanup


Index: libosip.spec
===================================================================
RCS file: /cvs/extras/devel/libosip/libosip.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libosip.spec	16 Mar 2005 23:41:59 -0000	1.2
+++ libosip.spec	17 Mar 2005 22:39:00 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           libosip
 Version:        0.9.7
-Release:        2
+Release:        3
 Summary:        oSIP is an implementation of SIP
 
 Group:          System Environment/Libraries
@@ -27,11 +27,18 @@
 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.
+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
@@ -50,8 +57,6 @@
 %post
 /sbin/ldconfig
 
-%preun
-
 %postun
 /sbin/ldconfig
 
@@ -68,6 +73,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Thu Mar 17 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.7-3
+- Spec file cleanup
+
 * Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.7-2
 - Fix %files devel to include %{_includedir}/osip
 - Broke %description at 80 columns




More information about the scm-commits mailing list