diff --git a/ccrtp-ppc64.patch b/ccrtp-ppc64.patch index cfbb366..bced0ad 100644 --- a/ccrtp-ppc64.patch +++ b/ccrtp-ppc64.patch @@ -7,7 +7,7 @@ Index: ccrtp-2.0.1/CMakeLists.txt set(LIB64 "") if (NOT EXISTS /etc/debian_version) - if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" ) -+ if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64" ) ++ if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "aarch64") set(LIB64 "64") endif() endif() diff --git a/ccrtp.changes b/ccrtp.changes index 3dfa277..df0bded 100644 --- a/ccrtp.changes +++ b/ccrtp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 23 08:51:28 UTC 2013 - schwab@suse.de + +- Add aarch64 to the list of lib64 platforms + ------------------------------------------------------------------- Fri Mar 30 12:29:34 UTC 2012 - cfarrell@suse.com diff --git a/ccrtp.spec b/ccrtp.spec index 73b0cb7..d18b25e 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -1,7 +1,7 @@ # # spec file for package ccrtp # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,14 @@ # - Name: ccrtp %define lname libccrtp2 Version: 2.0.1 -Release: 9 -License: SUSE-GPL-2.0+-with-openssl-exception +Release: 0 Summary: A Common C++ Class Framework for RTP Packets -Url: http://www.gnu.org/software/ccrtp/ +License: SUSE-GPL-2.0+-with-openssl-exception Group: System/Libraries +Url: http://www.gnu.org/software/ccrtp/ Source0: %{name}-%{version}.tar.bz2 Patch1: ccrtp-ppc64.patch BuildRequires: cmake @@ -50,15 +49,14 @@ real-time streaming data over UDP packets using sending and receiving packet queues. %package devel -License: SUSE-GPL-2.0+-with-openssl-exception Summary: Include-files and documentation for ccrtp Group: Development/Libraries/Other PreReq: %install_info_prereq Requires: %{lname} = %{version} Requires: libgcrypt-devel Requires: ucommon-devel >= 5.0.0 -Provides: libccrtp-devel = %version Provides: %lname-devel = %version +Provides: libccrtp-devel = %version Obsoletes: libccrtp-devel < %version %description devel