update to 0.7.0 [release 0.7.0-1mamba;Sun Jul 27 2014]
This commit is contained in:
parent
b862765fae
commit
9bc8eb5d94
@ -1,5 +1,6 @@
|
||||
%define apiver 0.8
|
||||
Name: libixion
|
||||
Version: 0.3.0.git20130212
|
||||
Version: 0.7.0
|
||||
Release: 1mamba
|
||||
Summary: A general purpose formula parser and interpreter that can calculate multiple named targets, or “cells”
|
||||
Group: System/Libraries
|
||||
@ -7,7 +8,6 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://gitorious.org/ixion/pages/Home
|
||||
# version 0.5.0 created from git
|
||||
Source: http://kohei.us/files/ixion/src/libixion-%{version}.tar.bz2
|
||||
Patch0: libixion-0.3.0-boost.m4.patch
|
||||
Patch1: libixion-0.3.0-automake.patch
|
||||
@ -47,7 +47,7 @@ This package contains utility applications for %{name}.
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
%patch2 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
#./autogen.sh
|
||||
@ -66,30 +66,32 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libixion-0.6.so.*
|
||||
%{_libdir}/libixion-%{apiver}.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libixion-0.6/ixion
|
||||
%{_includedir}/libixion-0.6/ixion/*.hpp
|
||||
%dir %{_includedir}/libixion-0.6/ixion/interface
|
||||
%{_includedir}/libixion-0.6/ixion/interface/*.hpp
|
||||
%dir %{_includedir}/libixion-0.6/ixion/hash_container
|
||||
%{_includedir}/libixion-0.6/ixion/hash_container/*.hpp
|
||||
%{_libdir}/libixion-0.6.a
|
||||
%{_libdir}/libixion-0.6.la
|
||||
%{_libdir}/libixion-0.6.so
|
||||
%{_libdir}/pkgconfig/libixion-0.6.pc
|
||||
%dir %{_includedir}/libixion-%{apiver}/ixion
|
||||
%{_includedir}/libixion-%{apiver}/ixion/*.hpp
|
||||
%dir %{_includedir}/libixion-%{apiver}/ixion/interface
|
||||
%{_includedir}/libixion-%{apiver}/ixion/interface/*.hpp
|
||||
%dir %{_includedir}/libixion-%{apiver}/ixion/hash_container
|
||||
%{_includedir}/libixion-%{apiver}/ixion/hash_container/*.hpp
|
||||
%{_libdir}/libixion-%{apiver}.la
|
||||
%{_libdir}/libixion-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/libixion-%{apiver}.pc
|
||||
%doc README
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ixion-parser
|
||||
%{_bindir}/ixion-sorter
|
||||
%{_bindir}/ixion-test
|
||||
#%{_bindir}/ixion-test
|
||||
|
||||
%changelog
|
||||
* Sun Jul 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
||||
- update to 0.7.0
|
||||
|
||||
* Tue Feb 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0.git20130212-1mamba
|
||||
- update to 0.3.0.git20130212
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user