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:
commit
54c22ac17b
10
Ne10.changes
10
Ne10.changes
@ -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
|
Fri Aug 26 10:23:19 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
42
Ne10.spec
42
Ne10.spec
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 10
|
%define sover 10
|
||||||
Name: Ne10
|
Name: Ne10
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 0
|
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
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://projectne10.github.com/Ne10/
|
Url: http://projectne10.github.com/Ne10/
|
||||||
@ -30,36 +31,51 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
ExclusiveArch: armv7hl aarch64
|
ExclusiveArch: armv7hl aarch64
|
||||||
|
|
||||||
%description
|
%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}
|
%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++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libNE10-%{sover}
|
%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}
|
%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++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libNE10_test%{sover}
|
%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
|
%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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libNE%{sover} = %{version}
|
Requires: libNE10-%{sover} = %{version}
|
||||||
Requires: libNE_test%{sover} = %{version}
|
Requires: libNE10_test%{sover} = %{version}
|
||||||
|
|
||||||
%description devel
|
%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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user