update to 0.13.0 [release 0.13.0-1mamba;Sun May 06 2018]
This commit is contained in:
parent
74017a680a
commit
e6d1f2bfbe
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.13.0-1mamba
|
||||
- update to 0.13.0
|
||||
|
||||
* Fri Sep 15 2017 Automatic Build System <autodist@mambasoft.it> 0.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user