Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37580596
en ru br
Репозитории ALT
S:5.3.1-alt1_1
5.1: 3.1.0-alt1
4.1: 3.1.0-alt1
4.0: 2.2.2-alt1
3.0: 2.0.8-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libosip2

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libosip2
Summary: The GNU oSIP library
Version: 3.1.0
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

Patch0: libosip2-3.0.3-alt-link.patch
Patch2: libosip2-3.1.0-alt-configure.patch

BuildRequires: doxygen docbook-utils 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

%patch0 -p1
%patch2 -p1

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

%install
%make DESTDIR=%buildroot install

%post -p %post_ldconfig

%postun -p %postun_ldconfig

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

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

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

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin