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
|
Name: libixion
|
||||||
Version: 0.3.0.git20130212
|
Version: 0.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -7,7 +8,6 @@ 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
|
||||||
# version 0.5.0 created from git
|
|
||||||
Source: http://kohei.us/files/ixion/src/libixion-%{version}.tar.bz2
|
Source: http://kohei.us/files/ixion/src/libixion-%{version}.tar.bz2
|
||||||
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
|
||||||
@ -47,7 +47,7 @@ This package contains utility applications for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
#%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
@ -66,30 +66,32 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libixion-0.6.so.*
|
%{_libdir}/libixion-%{apiver}.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libixion-0.6/ixion
|
%dir %{_includedir}/libixion-%{apiver}/ixion
|
||||||
%{_includedir}/libixion-0.6/ixion/*.hpp
|
%{_includedir}/libixion-%{apiver}/ixion/*.hpp
|
||||||
%dir %{_includedir}/libixion-0.6/ixion/interface
|
%dir %{_includedir}/libixion-%{apiver}/ixion/interface
|
||||||
%{_includedir}/libixion-0.6/ixion/interface/*.hpp
|
%{_includedir}/libixion-%{apiver}/ixion/interface/*.hpp
|
||||||
%dir %{_includedir}/libixion-0.6/ixion/hash_container
|
%dir %{_includedir}/libixion-%{apiver}/ixion/hash_container
|
||||||
%{_includedir}/libixion-0.6/ixion/hash_container/*.hpp
|
%{_includedir}/libixion-%{apiver}/ixion/hash_container/*.hpp
|
||||||
%{_libdir}/libixion-0.6.a
|
%{_libdir}/libixion-%{apiver}.la
|
||||||
%{_libdir}/libixion-0.6.la
|
%{_libdir}/libixion-%{apiver}.so
|
||||||
%{_libdir}/libixion-0.6.so
|
%{_libdir}/pkgconfig/libixion-%{apiver}.pc
|
||||||
%{_libdir}/pkgconfig/libixion-0.6.pc
|
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ixion-parser
|
%{_bindir}/ixion-parser
|
||||||
%{_bindir}/ixion-sorter
|
%{_bindir}/ixion-sorter
|
||||||
%{_bindir}/ixion-test
|
#%{_bindir}/ixion-test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0.git20130212-1mamba
|
||||||
- update to 0.3.0.git20130212
|
- update to 0.3.0.git20130212
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user