From 216af72ef4783236f877c6a740104b32a79acbcf850eeafc82acadd7f65fb70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 14 Oct 2020 08:59:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=36 --- libixion.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/libixion.spec b/libixion.spec index 1f01c58..66d54c9 100644 --- a/libixion.spec +++ b/libixion.spec @@ -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