From 72ef4234ddd793d9a943d537f0cd85c75c0c007e565e0381126f092c7d45695b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 2 Apr 2008 20:20:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzrtpcpp?expand=0&rev=3 --- libzrtpcpp-0.9.0.tar.bz2 | 3 -- ...> libzrtpcpp-1.0.1-compiler_warnings.patch | 0 libzrtpcpp-1.0.1.tar.bz2 | 3 ++ libzrtpcpp.changes | 7 +++ libzrtpcpp.spec | 50 +++++++++++++------ 5 files changed, 46 insertions(+), 17 deletions(-) delete mode 100644 libzrtpcpp-0.9.0.tar.bz2 rename libzrtpcpp-0.9.0-compiler_warnings.patch => libzrtpcpp-1.0.1-compiler_warnings.patch (100%) create mode 100644 libzrtpcpp-1.0.1.tar.bz2 diff --git a/libzrtpcpp-0.9.0.tar.bz2 b/libzrtpcpp-0.9.0.tar.bz2 deleted file mode 100644 index a1ff09c..0000000 --- a/libzrtpcpp-0.9.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99348f9d665630d4b9ce7f9a2ef9326440c5e0a57a8371d3604d757bc32fda6f -size 340610 diff --git a/libzrtpcpp-0.9.0-compiler_warnings.patch b/libzrtpcpp-1.0.1-compiler_warnings.patch similarity index 100% rename from libzrtpcpp-0.9.0-compiler_warnings.patch rename to libzrtpcpp-1.0.1-compiler_warnings.patch diff --git a/libzrtpcpp-1.0.1.tar.bz2 b/libzrtpcpp-1.0.1.tar.bz2 new file mode 100644 index 0000000..e8e5dd6 --- /dev/null +++ b/libzrtpcpp-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18850f578b2d035fd0cd449b0f073b4d174f13ad1de461c324b16c7612445f85 +size 283269 diff --git a/libzrtpcpp.changes b/libzrtpcpp.changes index 4d253cb..9527b37 100644 --- a/libzrtpcpp.changes +++ b/libzrtpcpp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 2 15:49:00 CEST 2008 - hvogel@suse.de + +- update to version 1.0.1 + * various bugfixes +- add libzrtpcpp1 sub-package + ------------------------------------------------------------------- Tue Mar 27 14:37:07 CEST 2007 - mskibbe@suse.de diff --git a/libzrtpcpp.spec b/libzrtpcpp.spec index 32f497f..7c1733f 100644 --- a/libzrtpcpp.spec +++ b/libzrtpcpp.spec @@ -1,7 +1,7 @@ # -# spec file for package libzrtpcpp (Version 0.9.0) +# spec file for package libzrtpcpp (Version 1.0.1) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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. # @@ -9,15 +9,16 @@ # + Name: libzrtpcpp Summary: a ccrtp extension for zrtp/Zfone support Requires: ccrtp >= 1.5.0 BuildRequires: ccrtp-devel >= 1.5.0 gcc gcc-c++ libgcc libgcrypt-devel libstdc++-devel openssl-devel pkgconfig -Version: 0.9.0 -Release: 6 -License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) +Version: 1.0.1 +Release: 1 +License: GPL v3 or later Group: Development/Libraries/Other -URL: http://www.gnu.org/software/commoncpp/commoncpp.html +Url: http://www.gnu.org/software/commoncpp/commoncpp.html Source0: ftp://ftp.gnu.org/gnu/cccrtp/%{name}-%{version}.tar.bz2 Patch1: %name-%version-compiler_warnings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -30,7 +31,24 @@ applications. +%package -n libzrtpcpp1 +License: GPL v2 or later; LGPL v2.1 or later +Group: Development/Libraries/Other +Summary: a ccrtp extension for zrtp/Zfone support +Requires: ccrtp >= 1.5.0 +Provides: %{name} = %{version} +Obsoletes: %{name} <= %{version} + +%description -n libzrtpcpp1 +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 +License: GPL v3 or later Group: Development/Libraries/Other Summary: Headers and static link library for libzrtpcpp Requires: %{name} = %{version} @@ -44,7 +62,7 @@ documentation for building applications that use libzrtpcpp. %prep -%setup +%setup -q %patch1 %build @@ -57,7 +75,7 @@ make %{?jobs:-j%jobs} %clean rm -rf %{buildroot} -%files +%files -n libzrtpcpp1 %defattr(-,root,root,0755) %doc AUTHORS COPYING README %{_libdir}/*.so.* @@ -71,17 +89,21 @@ rm -rf %{buildroot} %{_includedir}/libzrtpcpp/*.h %dir %{_includedir}/libzrtpcpp -%post -p /sbin/ldconfig +%post -n libzrtpcpp1 -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n libzrtpcpp1 -p /sbin/ldconfig %changelog -* Tue Mar 27 2007 - mskibbe@suse.de +* Wed Apr 02 2008 hvogel@suse.de +- update to version 1.0.1 + * various bugfixes +- add libzrtpcpp1 sub-package +* Tue Mar 27 2007 mskibbe@suse.de - fix compiler warnings - fix changlog date problems -* Fri Mar 02 2007 - mskibbe@suse.de +* Fri Mar 02 2007 mskibbe@suse.de - libzrtpcpp-devel has a broken epoch and packaging bugs (#249532) -* Thu Feb 15 2007 - mskibbe@suse.de +* Thu Feb 15 2007 mskibbe@suse.de - change package for SuSE -* Sun Oct 15 2006 - cs@linux-administrator.com +* Sun Oct 15 2006 cs@linux-administrator.com - initial package build for SuSE 10.1