forked from pool/ccrtp
Accepting request 110807 from home:babelworx:ldig:branches:network:telephony
license update: SUSE-GPL-2.0+-with-openssl-exception Use SUSE- proprietary prefix until license accepted upstream at spdx.org OBS-URL: https://build.opensuse.org/request/show/110807 OBS-URL: https://build.opensuse.org/package/show/network:telephony/ccrtp?expand=0&rev=6
This commit is contained in:
parent
c56404297c
commit
d943a0d8c5
@ -1,13 +0,0 @@
|
||||
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" )
|
||||
set(LIB64 "64")
|
||||
endif()
|
||||
endif()
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 13:06:55 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
- license update: SUSE-GPL-2.0+-with-openssl-exception
|
||||
Use SUSE- proprietary prefix until license accepted upstream at spdx.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 14:30:25 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: ccrtp
|
||||
%define lname libccrtp2
|
||||
Version: 2.0.1
|
||||
Release: 9
|
||||
License: GPL-2.0+ with exception
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
Summary: A Common C++ Class Framework for RTP Packets
|
||||
Url: http://www.gnu.org/software/ccrtp/
|
||||
Group: System/Libraries
|
||||
@ -50,7 +50,7 @@ real-time streaming data over UDP packets using sending and receiving
|
||||
packet queues.
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0+ with exception
|
||||
License: GPL-2.0+-with-openssl-exception
|
||||
Summary: Include-files and documentation for ccrtp
|
||||
Group: Development/Libraries/Other
|
||||
PreReq: %install_info_prereq
|
||||
|
Loading…
Reference in New Issue
Block a user