Accepting request 440944 from home:jengelh:branches:hardware

- Update descriptions with some more useful info

OBS-URL: https://build.opensuse.org/request/show/440944
OBS-URL: https://build.opensuse.org/package/show/hardware/Ne10?expand=0&rev=4
This commit is contained in:
Martin Pluskal 2016-11-19 13:21:06 +00:00 committed by Git OBS Bridge
parent df7ffd5d90
commit 84e6ac04f6
2 changed files with 33 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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}
%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