Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37704607
en ru br
Репозитории ALT
5.1: 0.7.1-alt2
4.1: 0.7.1-alt2
4.0: 0.7.1-alt2
www.altlinux.org/Changes

Группа :: Сети/Прочее
Пакет: libortp0.7

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

%define rname ortp
%define libname lib%rname
%define sffx 0.7

Name: %libname%sffx
Version: 0.7.1
Release: alt2

Group: Networking/Other
Summary: oRTP - a Real-time Transport Protocol stack
License: LGPL

Provides: %libname = %version-%release

Source: ortp-%version.tar.gz

BuildRequires: gcc-c++ glibc-devel-static pkg-config glib2-devel

%description
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

%package devel
Summary: Headers, libraries and docs for the oRTP library
Group: Development/C
Requires: %name = %version-%release
Requires: glibc-devel
Conflicts: %libname-devel

%description devel
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

This package contains header files and development libraries needed to
develop programs using the oRTP library.

%package devel-static
Summary: Static library build for the oRTP
Group: Development/C
Requires: %name-devel = %version-%release
Conflicts: %libname-devel-static
Requires: glibc-devel-static

%description devel-static
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

This package contains static library build for the oRTP.

%prep
%setup -n %rname-%version
%__autoreconf

%build
%configure \
   --includedir=%_includedir/%rname%sffx \
   --disable-glibtest
%make_build

%install
%make DESTDIR=%buildroot install
rm -rf %buildroot/usr/share/gtk-doc

%files
%_libdir/*.so.*
%doc AUTHORS COPYING NEWS README TODO ChangeLog

%files devel
%_libdir/*.so
%_includedir/*
%doc docs/html
%_libdir/pkgconfig/*.pc

%files devel-static
%_libdir/*.a

%changelog

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

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