- Version update to 0.11.0:

* Switch to mdds-1.0
  * Various fixes
  * Python3 bindings obsoleted python2 ones

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2016-03-07 12:43:39 +00:00 committed by Git OBS Bridge
parent 88e0b8d9a8
commit 7e4ebc8148
4 changed files with 23 additions and 15 deletions

3
libixion-0.11.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293
size 365652

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77e35c163cd27657b83626a6da26c3b90f37ba9089d00aa25f384a9ac4b4e3a1
size 356500

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 7 12:43:06 UTC 2016 - tchvatal@suse.com
- Version update to 0.11.0:
* Switch to mdds-1.0
* Various fixes
* Python3 bindings obsoleted python2 ones
-------------------------------------------------------------------
Mon Apr 13 10:47:29 UTC 2015 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libixion
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,9 +16,9 @@
#
%define libname libixion-0_10-0
%define libname libixion-0_11-0
Name: libixion
Version: 0.9.1
Version: 0.11.0
Release: 0
Summary: Threaded multi-target formula parser & interpreter
License: MIT
@ -31,8 +31,8 @@ BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(mdds) >= 0.12.0
BuildRequires: pkgconfig(python2)
BuildRequires: pkgconfig(mdds-1.0)
BuildRequires: pkgconfig(python3)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -64,12 +64,13 @@ Requires: %{libname} = %{version}
%description tools
Tools to use ixion parser and interpreter from cli.
%package python
%package python3
Summary: Python bindings for libixion
Group: Productivity/Publishing/Word
Obsoletes: %{name}-python
%description python
Python 2 bindings for %{name}.
%description python3
Python 3 bindings for %{name}.
%prep
%setup -q
@ -85,11 +86,10 @@ make %{?_smp_mflags}
make check %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
make %{?_smp_mflags} DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%files -n %{libname}
@ -106,8 +106,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%defattr(-,root,root)
%{_bindir}/*
%files python
%files python3
%defattr(-,root,root)
%{python_sitearch}/ixion.so
%{python3_sitearch}/ixion.so
%changelog