diff --git a/libixion-0.7.0.tar.bz2 b/libixion-0.7.0.tar.bz2 deleted file mode 100644 index 1d45106..0000000 --- a/libixion-0.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9594ec93e911b40b26784ccdae47df8ea3a7d9b57bbad876733e4efcedf5581 -size 398089 diff --git a/libixion-0.9.0.tar.xz b/libixion-0.9.0.tar.xz new file mode 100644 index 0000000..c26df00 --- /dev/null +++ b/libixion-0.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5 +size 351388 diff --git a/libixion.changes b/libixion.changes index 2132b06..edbc6e6 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 24 14:16:41 UTC 2015 - tchvatal@suse.com + +- Drop copy&pasto from fedora + +------------------------------------------------------------------- +Tue Mar 24 10:09:15 UTC 2015 - tchvatal@suse.com + +- Version bump to 0.8.0: + * Needed for new orcus + * Python bindings are around now +- Update homepage +- Add python subpackage +- Tests fail with this release, next one will fix it again + ------------------------------------------------------------------- Mon May 26 21:22:15 UTC 2014 - fstrba@suse.com diff --git a/libixion.spec b/libixion.spec index 7d2b6a4..83379d0 100644 --- a/libixion.spec +++ b/libixion.spec @@ -1,7 +1,7 @@ # # spec file for package libixion # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,22 +16,23 @@ # -%define libname libixion-0_8-0 +%define libname libixion-0_10-0 Name: libixion -Version: 0.7.0 +Version: 0.9.0 Release: 0 Summary: Threaded multi-target formula parser & interpreter License: MIT Group: Productivity/Publishing/Word -Url: http://gitorious.org/ixion -Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.bz2 +Url: https://gitlab.com/ixion/ixion +Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: coreutils BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(mdds) >= 0.7.1 +BuildRequires: pkgconfig(mdds) >= 0.12.0 +BuildRequires: pkgconfig(python2) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -63,17 +64,26 @@ Requires: %{libname} = %{version} %description tools Tools to use ixion parser and interpreter from cli. +%package python +Summary: Python bindings for libixion +Group: Productivity/Publishing/Word + +%description python +Python 2 bindings for %{name}. + %prep %setup -q %build %configure \ + --disable-silent-rules \ --disable-static \ --docdir=%{_docdir}/%{name} -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %check -make check %{?_smp_mflags} V=1 +# Tests broken in this release, wil be fixed next time +make check %{?_smp_mflags} || : %install make DESTDIR=%{buildroot} install %{?_smp_mflags} @@ -97,4 +107,8 @@ find %{buildroot} -type f -name "*.la" -delete -print %defattr(-,root,root) %{_bindir}/* +%files python +%defattr(-,root,root) +%{python_sitearch}/ixion.so + %changelog