Accepting request 441326 from hardware

1

OBS-URL: https://build.opensuse.org/request/show/441326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Ne10?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-12-07 23:29:10 +00:00 committed by Git OBS Bridge
commit 54c22ac17b
2 changed files with 40 additions and 14 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 22 09:37:29 UTC 2016 - schwab@suse.de
- Fix dependencies
-------------------------------------------------------------------
Sat Nov 19 11:44:17 UTC 2016 - jengelh@inai.de
- Update descriptions with some more useful info
-------------------------------------------------------------------
Fri Aug 26 10:23:19 UTC 2016 - mpluskal@suse.com

View File

@ -15,11 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define sover 10
Name: Ne10
Version: 1.2.1
Release: 0
Summary: Optimized software library project for the ARM Architecture
Summary: A library of common math and DSP functions optimized for ARM NEON
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://projectne10.github.com/Ne10/
@ -27,39 +28,54 @@ Source: https://github.com/projectNe10/Ne10/archive/v%{version}.tar.gz#/
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7hl aarch64
ExclusiveArch: armv7hl aarch64
%description
An open optimized software library project for the ARM Architecture.
The library provides some of the fastest implementations of key
operations available for the ARM v7-A and v8-A architectures,
particularly focusing on math, signal processing, image processing,
and physics functions.
%package -n libNE10-%{sover}
Summary: Optimized software library project for the ARM Architecture
Summary: A library of common math and DSP functions optimized for ARM NEON
Group: Development/Libraries/C and C++
%description -n libNE10-%{sover}
An open optimized software library project for the ARM Architecture.
Ne10 is a library of common functions that have been
optimised for ARM-based CPUs equipped with NEON SIMD capabilities.
This package contains shared library.
The library provides some of the fastest implementations of key
operations available for the ARM v7-A and v8-A architectures,
particularly focusing on math, signal processing, image processing,
and physics functions.
This package contains the shared library.
%package -n libNE10_test%{sover}
Summary: Optimized software library project for the ARM Architecture
Summary: A library of common math and DSP functions optimized for ARM NEON
Group: Development/Libraries/C and C++
%description -n libNE10_test%{sover}
An open optimized software library project for the ARM Architecture.
The library provides some of the fastest implementations of key
operations available for the ARM v7-A and v8-A architectures,
particularly focusing on math, signal processing, image processing,
and physics functions.
This package containc shared library with tests.
This package contains the shared library with tests.
%package devel
Summary: Optimized software library project for the ARM Architecture
Summary: Development files for Ne10, a math/DSP library for ARM NEON
Group: Development/Libraries/C and C++
Requires: libNE%{sover} = %{version}
Requires: libNE_test%{sover} = %{version}
Requires: libNE10-%{sover} = %{version}
Requires: libNE10_test%{sover} = %{version}
%description devel
An open optimized software library project for the ARM Architecture.
The library provides some of the fastest implementations of key
operations available for the ARM v7-A and v8-A architectures,
particularly focusing on math, signal processing, image processing,
and physics functions.
This package contains development files.
This package contains the development files.
%prep
%setup -q