SHA256
1
0
forked from pool/libzrtpcpp

Autobuild autoformatter for 57918

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzrtpcpp?expand=0&rev=14
This commit is contained in:
Berthold Gunreben 2011-01-12 12:50:50 +00:00 committed by Git OBS Bridge
parent 1047da1543
commit c948e68c7f

View File

@ -1,7 +1,7 @@
# #
# spec file for package libzrtpcpp (Version 1.6.0) # spec file for package libzrtpcpp (Version 1.6.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,13 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: libzrtpcpp Name: libzrtpcpp
Summary: A ccrtp extension for ZRTP support Summary: A ccrtp extension for ZRTP support
BuildRequires: gcc-c++ libgcrypt-devel pkgconfig cmake BuildRequires: cmake gcc-c++ libgcrypt-devel pkgconfig
BuildRequires: libccrtp-devel >= 1.8.0 BuildRequires: libccrtp-devel >= 1.8.0
Version: 1.6.0 Version: 1.6.0
Release: 0 Release: 1
License: GPL v3 or later License: GPLv3+
Group: Development/Libraries/Other Group: Development/Libraries/Other
Url: http://www.gnu.org/software/commoncpp/commoncpp.html Url: http://www.gnu.org/software/commoncpp/commoncpp.html
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
@ -35,6 +37,13 @@ encryption, and which can be directly embedded into telephony
applications. applications.
This library is a GPL licensed extension to the GNU RTP Stack, ccrtp,
that offers compatibility with Phil Zimmermann's zrtp/Zfone voice
encryption, and which can be directly embedded into telephony
applications.
%description -n libzrtpcpp %description -n libzrtpcpp
This library is a GPL licensed extension to the GNU RTP Stack, ccrtp, This library is a GPL licensed extension to the GNU RTP Stack, ccrtp,
that offers compatibility with Phil Zimmermann's zrtp/Zfone voice that offers compatibility with Phil Zimmermann's zrtp/Zfone voice
@ -42,9 +51,15 @@ encryption, and which can be directly embedded into telephony
applications. applications.
This library is a GPL licensed extension to the GNU RTP Stack, ccrtp,
that offers compatibility with Phil Zimmermann's zrtp/Zfone voice
encryption, and which can be directly embedded into telephony
applications.
%package devel %package devel
License: GPL v3 or later License: GPLv3+
Group: Development/Libraries/Other Group: Development/Libraries/Other
Summary: Headers and static link library for libzrtpcpp Summary: Headers and static link library for libzrtpcpp
Requires: libzrtpcpp = %{version} libccrtp-devel Requires: libzrtpcpp = %{version} libccrtp-devel
@ -72,7 +87,6 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
cd build cd build
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -97,35 +111,3 @@ rm -rf "$RPM_BUILD_ROOT"
%postun -n libzrtpcpp -p /sbin/ldconfig %postun -n libzrtpcpp -p /sbin/ldconfig
%changelog %changelog
* Mon Dec 27 2010 - Werner Dittmann <werner.dittmann@t-online.de>
- Add Skein MAC authentication algorithm
- lots of documentation added (doxygen ready)
- some code cleanup
* Sun Oct 11 2009 - Werner Dittmann <werner.dittmann@t-online.de>
- Fix multistream problem
- add DH2048 mode
- update cipher selection to match latest draft (15x)
- Test with zfone3 with Ping packet mode enabled
- some code cleanup
* Wed Jun 24 2009 - David Sugar <dyfet@gnutelephony.org>
- Spec updated per current Fedora & CentOS policies.
- Updated release 1.4.5 has all mandatory IETF interop requirements.
* Fri Jan 26 2009 - Werner Dittmann <werner.dittmann@t-online.de>
- Update to version 1.4.2 to support the latest ZRTP
specification draft-zimmermann-avt-zrtp-12
* Fri Aug 22 2008 - David Sugar <dyfet@gnutelephony.org>
- Adapted for newer library naming conventions.
* Tue Dec 11 2007 - Werner Dittmann <werner.dittmann@t-online.de>
- this is the first spec file for version 1.x.x
- remove the .la file in devel package
- use default file atttribute instead of 755
* Sat Apr 18 2007 - Werner Dittmann <werner.dittmann@t-online.de>
- set version to 1.1.0
- GNU ZRTP is compatible with the latest Zfone Beta
from April 2 2007