Accepting request 160718 from network:telephony

- Add aarch64 to the list of lib64 platforms (forwarded request 160668 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/160718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccrtp?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2013-03-24 20:55:21 +00:00 committed by Git OBS Bridge
commit 7944fdf1a0
3 changed files with 11 additions and 8 deletions

View File

@ -7,7 +7,7 @@ Index: ccrtp-2.0.1/CMakeLists.txt
set(LIB64 "") set(LIB64 "")
if (NOT EXISTS /etc/debian_version) if (NOT EXISTS /etc/debian_version)
- if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" ) - 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") set(LIB64 "64")
endif() endif()
endif() endif()

View File

@ -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 Fri Mar 30 12:29:34 UTC 2012 - cfarrell@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ccrtp # 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 # 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
@ -16,15 +16,14 @@
# #
Name: ccrtp Name: ccrtp
%define lname libccrtp2 %define lname libccrtp2
Version: 2.0.1 Version: 2.0.1
Release: 9 Release: 0
License: SUSE-GPL-2.0+-with-openssl-exception
Summary: A Common C++ Class Framework for RTP Packets 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 Group: System/Libraries
Url: http://www.gnu.org/software/ccrtp/
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Patch1: ccrtp-ppc64.patch Patch1: ccrtp-ppc64.patch
BuildRequires: cmake BuildRequires: cmake
@ -50,15 +49,14 @@ real-time streaming data over UDP packets using sending and receiving
packet queues. packet queues.
%package devel %package devel
License: SUSE-GPL-2.0+-with-openssl-exception
Summary: Include-files and documentation for ccrtp Summary: Include-files and documentation for ccrtp
Group: Development/Libraries/Other Group: Development/Libraries/Other
PreReq: %install_info_prereq PreReq: %install_info_prereq
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: libgcrypt-devel Requires: libgcrypt-devel
Requires: ucommon-devel >= 5.0.0 Requires: ucommon-devel >= 5.0.0
Provides: libccrtp-devel = %version
Provides: %lname-devel = %version Provides: %lname-devel = %version
Provides: libccrtp-devel = %version
Obsoletes: libccrtp-devel < %version Obsoletes: libccrtp-devel < %version
%description devel %description devel