From e6d1f2bfbe8e2af48114526352eaa3db0b9775a3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:41:40 +0100 Subject: [PATCH] update to 0.13.0 [release 0.13.0-1mamba;Sun May 06 2018] --- libixion.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/libixion.spec b/libixion.spec index 671692f..2278137 100644 --- a/libixion.spec +++ b/libixion.spec @@ -1,6 +1,6 @@ %define apiver %(echo %version | cut -d. -f1-2) Name: libixion -Version: 0.12.2 +Version: 0.13.0 Release: 1mamba Summary: A general purpose formula parser and interpreter that can calculate multiple named targets, or “cells” Group: System/Libraries @@ -8,7 +8,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://gitorious.org/ixion/pages/Home -Source: http://kohei.us/files/ixion/src/libixion-%{version}.tar.xz +Source: https://gitlab.com/ixion/ixion.git/%{version}/ixion-%{version}.tar.bz2 +#Source: http://kohei.us/files/ixion/src/libixion-%{version}.tar.xz Patch0: libixion-0.3.0-boost.m4.patch Patch1: libixion-0.3.0-automake.patch Patch2: libixion-0.5.0-libboost-1.52.patch @@ -17,8 +18,6 @@ License: MIT BuildRequires: glibc-devel BuildRequires: libboost-devel BuildRequires: libgcc -BuildRequires: libpython-devel -BuildRequires: libpython27-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -46,16 +45,16 @@ This package contains utility applications for %{name}. %debug_package %prep -%setup -q +%setup -q -n ixion-%{version} #%patch0 -p1 #%patch1 -p1 #%patch2 -p1 # Quick fix for python-3.6 -sed -i "s|python3 >= 3.4|python-3.6 >= 3.4|" configure +sed -i "s|python3 >= 3.4|python-3.6 >= 3.4|" configure.ac %build -#./autogen.sh +./autogen.sh %configure \ PYTHON=%{_bindir}/python3.6 PYTHON_LIBS=%{_libdir}/libpython3.6 @@ -89,15 +88,19 @@ sed -i "s|python3 >= 3.4|python-3.6 >= 3.4|" configure %{_libdir}/libixion-%{apiver}.la %{_libdir}/libixion-%{apiver}.so %{_libdir}/pkgconfig/libixion-%{apiver}.pc -%doc README +#%doc README %files tools %defattr(-,root,root) %{_bindir}/ixion-parser %{_bindir}/ixion-sorter +%{_bindir}/ixion-formula-tokenizer #%{_bindir}/ixion-test %changelog +* Sun May 06 2018 Silvan Calarco 0.13.0-1mamba +- update to 0.13.0 + * Fri Sep 15 2017 Automatic Build System 0.12.2-1mamba - automatic version update by autodist