forked from pool/libm4rie
Description update
OBS-URL: https://build.opensuse.org/package/show/science/libm4rie?expand=0&rev=8
This commit is contained in:
@@ -23,7 +23,7 @@ Name: libm4rie
|
||||
%define lname libm4rie-0_0_%date
|
||||
Version: 0~%date
|
||||
Release: 0
|
||||
Summary: Library for fast linear arithmetic over F_{2^e}
|
||||
Summary: Library for fast linear arithmetic over GF(2^e)
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://m4ri.sagemath.org/
|
||||
@@ -34,22 +34,28 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libm4ri-devel
|
||||
|
||||
%description
|
||||
M4RIE is a library for fast arithmetic with dense matrices over F_{2^e}.
|
||||
M4RIE is a library for fast arithmetic with dense matrices over the
|
||||
Galois Field GF(2^e).
|
||||
|
||||
%package -n %lname
|
||||
Summary: Library for fast linear arithmetic over F_{2^e}.
|
||||
Summary: Library for fast linear arithmetic over GF(2^e)
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
M4RIE is a library for fast arithmetic with dense matrices over F_{2^e}.
|
||||
M4RIE is a library for fast arithmetic with dense matrices over the
|
||||
Galois Field GF(2^e).
|
||||
|
||||
%package devel
|
||||
Summary: Development files for F_{2^e} arithmetic with libm4rie
|
||||
Summary: Development files for GF(2^e) arithmetic with libm4rie
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
M4RIE is a library for fast arithmetic with dense matrices over F_{2^e}.
|
||||
M4RIE is a library for fast arithmetic with dense matrices over the
|
||||
Galois Field GF(2^e).
|
||||
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libm4rie.
|
||||
|
||||
%prep
|
||||
%setup -qn m4rie-%date
|
||||
|
Reference in New Issue
Block a user