v1.3.6
This commit is contained in:
parent
d14606fadf
commit
f4d9ec8606
Binary file not shown.
BIN
cln-1.3.6.tar.bz2
Normal file
BIN
cln-1.3.6.tar.bz2
Normal file
Binary file not shown.
21
cln.spec
21
cln.spec
@ -1,19 +1,17 @@
|
|||||||
Name: cln
|
Name: cln
|
||||||
Version: 1.3.4
|
Version: 1.3.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Class Library for Numbers
|
Summary: Class Library for Numbers
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://www.ginac.de/CLN/
|
URL: https://www.ginac.de/CLN/
|
||||||
Source0: http://www.ginac.de/CLN/%{name}-%{version}.tar.bz2
|
Source0: https://www.ginac.de/CLN/%{name}-%{version}.tar.bz2
|
||||||
|
Patch01: add-riscv-support.patch
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: texi2html
|
BuildRequires: texi2html
|
||||||
BuildRequires: perl(Unicode::EastAsianWidth)
|
|
||||||
BuildRequires: texinfo-tex
|
BuildRequires: texinfo-tex
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
# Didn't pickup this
|
|
||||||
BuildRequires: texlive-ec texlive-cm-super
|
|
||||||
Patch01: add-riscv-support.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A collection of C++ math classes and functions, which are designed for
|
A collection of C++ math classes and functions, which are designed for
|
||||||
@ -44,7 +42,7 @@ the CLN library.
|
|||||||
%ifarch riscv64
|
%ifarch riscv64
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static CXXFLAGS="%{XFLAGS}" CFLAGS="%{XFLAGS}"
|
%configure --disable-static CXXFLAGS="%{XFLAGS}" CFLAGS="%{XFLAGS}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -75,5 +73,8 @@ make %{_smp_mflags} check
|
|||||||
%doc doc/cln.pdf doc/cln.html
|
%doc doc/cln.pdf doc/cln.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 15 2022 hkgy <kaguyahatu@outlook.com> - 1.3.6-1
|
||||||
|
- Upgrade to v1.3.6
|
||||||
|
|
||||||
* Fri Jul 15 2022 misaka00251 <misaka00251@misakanet.cn> - 1.3.4-1
|
* Fri Jul 15 2022 misaka00251 <misaka00251@misakanet.cn> - 1.3.4-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user