File srtp.spec of Package srtp

#
# spec file for package srtp (Version 1.4.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           srtp
Version:        1.4.2
Release:        64
Url:            http://srtp.sourceforge.net/srtp.html
Group:          Development/Libraries/C and C++
License:        BSD 3-Clause
Summary:        Secure Real-Time Transport Protocol (SRTP) Library
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The libSRTP library is an open source implementation of the Secure
Real-time Transport Protocol (SRTP) originally authored by Cisco
Systems, Inc.

SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711. More information about the SRTP protocol itself can be
found on the Secure RTP page.



Authors:
--------
    David A. McGrew <mcgrew@cisco.com>, Cisco Systems, Inc.

%package devel
Summary:        Secure Real-Time Transport Protocol (SRTP) Library
Group:          Development/Libraries/C and C++

%description devel
The libSRTP library is an open source implementation of the Secure
Real-time Transport Protocol (SRTP) originally authored by Cisco
Systems, Inc.

SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711. More information about the SRTP protocol itself can be
found on the Secure RTP page.



Authors:
--------
    David A. McGrew <mcgrew@cisco.com>, Cisco Systems, Inc.

%prep
%setup -n %{name}

%build
%configure\
	--enable-pic\
	--enable-generic-aesicm
#	--enable-gdoi
# FIXME: Does not work:
#	--enable-kernel-linux
make %{?jobs:-j%jobs}

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files devel
%defattr (-, root, root)
%doc CHANGES LICENSE README TODO VERSION doc/*.pdf doc/*.txt
%defattr (-, root, root)
/usr/%{_lib}/*.*a
/usr/include/srtp

%changelog
* Mon Jan 28 2008 sbrabec@suse.cz
- Generate package named srtp-devel.
* Wed Jun 06 2007 ro@suse.de
- suppress devel file warnings, we only have a static lib here
* Wed Jun 28 2006 sbrabec@suse.cz
- New SuSE package, version 1.4.2.
openSUSE Build Service is sponsored by