automatic version update by autodist [release 0.11.1-1mamba;Wed Jun 29 2016]
This commit is contained in:
parent
bf83be3de4
commit
6985240d9a
@ -1,7 +1,7 @@
|
|||||||
%define apiver 0.10
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libixion
|
Name: libixion
|
||||||
Version: 0.9.1
|
Version: 0.11.1
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -69,9 +69,9 @@ 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
|
%{python3_sitearch}/ixion.la
|
||||||
%{python27_sitearch}/ixion.so
|
%{python3_sitearch}/ixion.so
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -79,8 +79,6 @@ This package contains utility applications for %{name}.
|
|||||||
%{_includedir}/libixion-%{apiver}/ixion/*.hpp
|
%{_includedir}/libixion-%{apiver}/ixion/*.hpp
|
||||||
%dir %{_includedir}/libixion-%{apiver}/ixion/interface
|
%dir %{_includedir}/libixion-%{apiver}/ixion/interface
|
||||||
%{_includedir}/libixion-%{apiver}/ixion/interface/*.hpp
|
%{_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}.la
|
||||||
%{_libdir}/libixion-%{apiver}.so
|
%{_libdir}/libixion-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/libixion-%{apiver}.pc
|
%{_libdir}/pkgconfig/libixion-%{apiver}.pc
|
||||||
@ -93,6 +91,9 @@ This package contains utility applications for %{name}.
|
|||||||
#%{_bindir}/ixion-test
|
#%{_bindir}/ixion-test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2016 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jan 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-2mamba
|
* Sun Jan 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-2mamba
|
||||||
- rebuilt with libboost 1.59
|
- rebuilt with libboost 1.59
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user