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

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

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

#============================================================================
# Please do not edit!
# Created by specgen utility from files in specs/ subdir
#============================================================================
Name: libsrtp
Summary: Secure Real-time Transport Protocol implementation
Version: 1.5.4
Release: alt1
License: BSD-like
Group: System/Libraries
BuildRequires: gcc-c++ libstdc++-devel
Packager: Denis Smirnov <mithraen at altlinux.ru>
Url: https://github.com/cisco/libsrtp
Source: %name-%version.tar
Source100: %name.watch
Patch1: %name-%version-%release.patch

%package devel
Summary: %summary
Group: System/Libraries

%description devel
%summary

%package devel-static
Summary: %summary
Group: System/Libraries
Requires: %name-devel

%description devel-static
%summary

%package -n libsrtp1
Summary: %summary
Group: System/Libraries
Obsoletes: libsrtp < %version-%release
Conflicts: libsrtp < %version-%release
Provides:  libsrtp = %version-%release

%description -n libsrtp1
%summary

%description
The libSRTP library is an open-source implementation of the Secure Real-time
Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is
available under a BSD-style license.
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified in RFC
3711


%prep
%setup
%patch1 -p1

%build
touch NEWS AUTHORS ChangeLog
%autoreconf
export CFLAGS
CFLAGS="$CFLAGS -fPIC -Wall -O2 -fexpensive-optimizations -funroll-loops"
%configure --enable-pic
%make_build all shared_library
%check

%install
%makeinstall

%files devel
%dir %_includedir/srtp
%_includedir/srtp/*.h
%_libdir/libsrtp.so
%_pkgconfigdir/libsrtp.pc

%files devel-static
%_libdir/libsrtp.a

%files -n libsrtp1
%_libdir/libsrtp.so.*

%changelog

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

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