libosip2/libosip2.spec

84 lines
2.6 KiB
RPMSpec
Raw Normal View History

Name: libosip2
Version: 4.1.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
* Thu Jan 09 2014 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
- automatic update by autodist
* Sun Jan 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-1mamba
- update to 4.0.0
* 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