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
|
Name: libixion
|
||||||
Version: 0.7.0
|
Version: 0.9.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A general purpose formula parser and interpreter that can calculate multiple named targets, or “cells”
|
Summary: A general purpose formula parser and interpreter that can calculate multiple named targets, or “cells”
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gitorious.org/ixion/pages/Home
|
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
|
Patch0: libixion-0.3.0-boost.m4.patch
|
||||||
Patch1: libixion-0.3.0-automake.patch
|
Patch1: libixion-0.3.0-automake.patch
|
||||||
Patch2: libixion-0.5.0-libboost-1.52.patch
|
Patch2: libixion-0.5.0-libboost-1.52.patch
|
||||||
@ -17,6 +17,8 @@ License: MIT
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libpython-devel
|
||||||
|
BuildRequires: libpython27-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -67,6 +69,8 @@ This package contains utility applications for %{name}.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libixion-%{apiver}.so.*
|
%{_libdir}/libixion-%{apiver}.so.*
|
||||||
|
%{python27_sitearch}/ixion.la
|
||||||
|
%{python27_sitearch}/ixion.so
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -89,6 +93,12 @@ This package contains utility applications for %{name}.
|
|||||||
#%{_bindir}/ixion-test
|
#%{_bindir}/ixion-test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jul 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
||||||
- update to 0.7.0
|
- update to 0.7.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user