forked from pool/ccrtp
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
This commit is contained in:
parent
8637fffb50
commit
37e33e3245
13
ccrtp-ppc64.patch
Normal file
13
ccrtp-ppc64.patch
Normal file
@ -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()
|
@ -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
|
||||||
|
|
||||||
|
12
ccrtp.spec
12
ccrtp.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user