Accepting request 102473 from multimedia:libs
- Fix license to be BSD-3-Clause - disable check on ppc ppc64 OBS-URL: https://build.opensuse.org/request/show/102473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=17
This commit is contained in:
commit
433660b531
10
orc.changes
10
orc.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 12:26:37 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Fix license to be BSD-3-Clause
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 11:09:49 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
- disable check on ppc ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 07:47:08 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
14
orc.spec
14
orc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package orc
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -16,14 +16,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: orc
|
||||
Summary: The Oil Runtime Compiler
|
||||
Version: 0.4.16
|
||||
Release: 1
|
||||
License: BSD and Motorola License (please mark changes)
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Multimedia/Other
|
||||
Version: 0.4.16
|
||||
Release: 0
|
||||
Url: http://code.entropywave.com/projects/orc/
|
||||
Source: http://code.entropywave.com/download/orc/%{name}-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
@ -40,7 +38,6 @@ architectures, including saturated addition and subtraction, and many
|
||||
arithmetic operations.
|
||||
|
||||
%package -n liborc-0_4-0
|
||||
License: BSD and Motorola License (please mark changes)
|
||||
Summary: The Oil Runtime Compiler Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -52,7 +49,6 @@ architectures, including saturated addition and subtraction, and many
|
||||
arithmetic operations.
|
||||
|
||||
%package doc
|
||||
License: BSD and Motorola License (please mark changes)
|
||||
Summary: The Oil Runtime Compiler Library - Documentation
|
||||
Group: Documentation/HTML
|
||||
|
||||
@ -80,7 +76,9 @@ rm -rf %{buildroot}%{_libdir}/orc
|
||||
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
|
||||
%check
|
||||
%ifnarch ppc ppc64
|
||||
make check
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user