forked from pool/libff
- Small spec file modernization
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libff?expand=0&rev=7
This commit is contained in:
parent
8332508806
commit
f5ba006269
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 12:30:27 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Small spec file modernization
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 10:19:47 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
@ -22,7 +22,6 @@ Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: C++ library for Finite Fields and Elliptic Curves
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/scipr-lab/libff
|
||||
Source0: https://github.com/scipr-lab/libff/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: 00_no_bn128.patch
|
||||
@ -65,14 +64,13 @@ rm libff/algebra/scalar_multiplication/multiexp_profile.cpp
|
||||
%cmake_build
|
||||
|
||||
%check
|
||||
cd build
|
||||
make %{?_smp_mflags} check
|
||||
pushd build
|
||||
make check
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{lname}
|
||||
|
||||
%files -n %{lname}
|
||||
%doc README.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user