forked from pool/libzrtpcpp
This commit is contained in:
parent
692c8f9d0a
commit
72ef4234dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99348f9d665630d4b9ce7f9a2ef9326440c5e0a57a8371d3604d757bc32fda6f
|
||||
size 340610
|
3
libzrtpcpp-1.0.1.tar.bz2
Normal file
3
libzrtpcpp-1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18850f578b2d035fd0cd449b0f073b4d174f13ad1de461c324b16c7612445f85
|
||||
size 283269
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user