rebuilt with libboost 1.59 [release 0.9.1-2mamba;Sun Jan 24 2016]
This commit is contained in:
parent
9bc8eb5d94
commit
bf83be3de4
@ -1,14 +1,14 @@
|
||||
%define apiver 0.8
|
||||
%define apiver 0.10
|
||||
Name: libixion
|
||||
Version: 0.7.0
|
||||
Release: 1mamba
|
||||
Version: 0.9.1
|
||||
Release: 2mamba
|
||||
Summary: A general purpose formula parser and interpreter that can calculate multiple named targets, or “cells”
|
||||
Group: System/Libraries
|
||||
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.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,6 +17,8 @@ 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
|
||||
@ -67,6 +69,8 @@ This package contains utility applications for %{name}.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libixion-%{apiver}.so.*
|
||||
%{python27_sitearch}/ixion.la
|
||||
%{python27_sitearch}/ixion.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
@ -89,6 +93,12 @@ This package contains utility applications for %{name}.
|
||||
#%{_bindir}/ixion-test
|
||||
|
||||
%changelog
|
||||
* Sun Jan 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-2mamba
|
||||
- rebuilt with libboost 1.59
|
||||
|
||||
* Tue Aug 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-1mamba
|
||||
- update to 0.9.1
|
||||
|
||||
* Sun Jul 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
||||
- update to 0.7.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user