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
|
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
|
# 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.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: orc
|
Name: orc
|
||||||
Summary: The Oil Runtime Compiler
|
Summary: The Oil Runtime Compiler
|
||||||
Version: 0.4.16
|
License: BSD-3-Clause
|
||||||
Release: 1
|
|
||||||
License: BSD and Motorola License (please mark changes)
|
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
|
Version: 0.4.16
|
||||||
|
Release: 0
|
||||||
Url: http://code.entropywave.com/projects/orc/
|
Url: http://code.entropywave.com/projects/orc/
|
||||||
Source: http://code.entropywave.com/download/orc/%{name}-%{version}.tar.gz
|
Source: http://code.entropywave.com/download/orc/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -40,7 +38,6 @@ architectures, including saturated addition and subtraction, and many
|
|||||||
arithmetic operations.
|
arithmetic operations.
|
||||||
|
|
||||||
%package -n liborc-0_4-0
|
%package -n liborc-0_4-0
|
||||||
License: BSD and Motorola License (please mark changes)
|
|
||||||
Summary: The Oil Runtime Compiler Library
|
Summary: The Oil Runtime Compiler Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -52,7 +49,6 @@ architectures, including saturated addition and subtraction, and many
|
|||||||
arithmetic operations.
|
arithmetic operations.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: BSD and Motorola License (please mark changes)
|
|
||||||
Summary: The Oil Runtime Compiler Library - Documentation
|
Summary: The Oil Runtime Compiler Library - Documentation
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
|
||||||
@ -80,7 +76,9 @@ rm -rf %{buildroot}%{_libdir}/orc
|
|||||||
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifnarch ppc ppc64
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user