From 37e33e32452c586577da84ffcba64dbc033352d066998cf13d07b883d99597b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 23 Mar 2013 21:19:14 +0000 Subject: [PATCH] Accepting request 160668 from devel:ARM:AArch64:Factory - Add aarch64 to the list of lib64 platforms OBS-URL: https://build.opensuse.org/request/show/160668 OBS-URL: https://build.opensuse.org/package/show/network:telephony/ccrtp?expand=0&rev=10 --- ccrtp-ppc64.patch | 13 +++++++++++++ ccrtp.changes | 5 +++++ ccrtp.spec | 12 +++++------- 3 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 ccrtp-ppc64.patch diff --git a/ccrtp-ppc64.patch b/ccrtp-ppc64.patch new file mode 100644 index 0000000..bced0ad --- /dev/null +++ b/ccrtp-ppc64.patch @@ -0,0 +1,13 @@ +Index: ccrtp-2.0.1/CMakeLists.txt +=================================================================== +--- ccrtp-2.0.1.orig/CMakeLists.txt ++++ ccrtp-2.0.1/CMakeLists.txt +@@ -32,7 +32,7 @@ set (PACKAGE ccrtp) + # this caused problems in debian where it has to always be lib.... + 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" 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