forked from pool/libixion
This commit is contained in:
parent
6f358b4b48
commit
216af72ef4
@ -22,7 +22,6 @@ Version: 0.16.1
|
||||
Release: 0
|
||||
Summary: Threaded multi-target formula parser & interpreter
|
||||
License: MIT
|
||||
Group: Productivity/Publishing/Word
|
||||
URL: https://gitlab.com/ixion/ixion
|
||||
Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: coreutils
|
||||
@ -47,7 +46,6 @@ multiple named targets, or "cells".
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Threaded multi-target formula parser & interpreter
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libname}
|
||||
Ixion is a general purpose formula parser & interpreter that can calculate
|
||||
@ -55,7 +53,6 @@ multiple named targets, or "cells".
|
||||
|
||||
%package devel
|
||||
Summary: Threaded multi-target formula parser & interpreter
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description devel
|
||||
@ -64,7 +61,6 @@ multiple named targets, or "cells".
|
||||
|
||||
%package tools
|
||||
Summary: Spreadsheet file processing library
|
||||
Group: Productivity/Publishing/Word
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description tools
|
||||
@ -72,7 +68,6 @@ Tools to use ixion parser and interpreter from cli.
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Python bindings for libixion
|
||||
Group: Productivity/Publishing/Word
|
||||
Obsoletes: %{name}-python
|
||||
# Renamed in 15.0
|
||||
Provides: %{name}-python3 = %{version}
|
||||
@ -88,10 +83,10 @@ Python 3 bindings for %{name}.
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
--docdir=%{_docdir}/%{name}
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check %{?_smp_mflags}
|
||||
%make_build check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user