update to 3.6.0 [release 3.6.0-1mamba;Fri Dec 09 2011]

This commit is contained in:
Silvan Calarco 2024-01-06 05:18:57 +01:00
parent 6f6ad59b25
commit aca24ca735
2 changed files with 81 additions and 0 deletions

View File

@ -1,2 +1,6 @@
# libosip2
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.

77
libosip2.spec Normal file
View File

@ -0,0 +1,77 @@
Name: libosip2
Version: 3.6.0
Release: 1mamba
Summary: An implementation of SIP
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/osip/
Source: http://ftp.gnu.org/gnu/osip/libosip2-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
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.
This package contains static libraries and header files need for development.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libosip2.so.*
%{_libdir}/libosipparser2.so.*
%{_mandir}/man1/osip.1.gz
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/osip2/*.h
%{_includedir}/osipparser2/*.h
%{_includedir}/osipparser2/headers/*.h
%{_libdir}/libosip2.a
%{_libdir}/libosip2.la
%{_libdir}/libosip2.so
%{_libdir}/libosipparser2.a
%{_libdir}/libosipparser2.la
%{_libdir}/libosipparser2.so
%{_libdir}/pkgconfig/*.pc
%doc BUGS ChangeLog NEWS README TODO
%changelog
* Fri Dec 09 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.0-1mamba
- update to 3.6.0
* Mon Jun 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.0-1mamba
- package created by autospec