Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37569820
en ru br
ALT Linux repositórios
S:5.3.1-alt1_1
5.0: 3.1.0-alt1
4.1: 3.1.0-alt1
4.0: 2.2.2-alt1
3.0: 2.0.8-alt1

Group :: Sistema/Bibliotecas
RPM: libosip2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libosip2
Summary: The GNU oSIP library
Version: 2.2.2
Release: alt1
License: LGPL
Group: System/Libraries
Url: http://www.gnu.org/software/osip/osip.html

Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source0: http://ftp.gnu.org/gnu/osip/%name-%version.tar.gz

BuildRequires: gcc-c++

%description
This is "the GNU oSIP library". It has been designed to provide
the Internet Community a simple way to support the Session Initiation
Protocol. SIP is described in the RFC3261 which is available at
http://www.ietf.org/rfc/rfc3261.txt.

%package devel
Summary: The GNU oSIP library - development files
Group: System/Libraries
Requires: %name = %version-%release

%description devel
Development files for the GNU oSIP library.

%package static
Summary: The GNU oSIP library - static version
Group: System/Libraries
Requires: %name-devel = %version-%release

%description static
Static version of the GNU oSIP library.

%def_disable static

%prep
%setup -q

%build
%configure \
--enable-pthread \
--enable-md5 \
%{subst_enable static}
%make_build

%install
%make DESTDIR=%buildroot install

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%doc AUTHORS BUGS NEWS README TODO
%_libdir/lib*.so.*

%files devel
%_includedir/*
%_libdir/lib*.so
%_pkgconfigdir/*.pc
%_man1dir/*

%if_enabled static
%files static
%_libdir/lib*.a
%endif

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009