Accepting request 292864 from LibreOffice:Factory

OBS-URL: https://build.opensuse.org/request/show/292864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libixion?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2015-03-27 08:39:22 +00:00 committed by Git OBS Bridge
commit 3bf8f55127
4 changed files with 40 additions and 11 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5
size 351388

View File

@ -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 Mon May 26 21:22:15 UTC 2014 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libixion # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Name: libixion
Version: 0.7.0 Version: 0.9.0
Release: 0 Release: 0
Summary: Threaded multi-target formula parser & interpreter Summary: Threaded multi-target formula parser & interpreter
License: MIT License: MIT
Group: Productivity/Publishing/Word Group: Productivity/Publishing/Word
Url: http://gitorious.org/ixion Url: https://gitlab.com/ixion/ixion
Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.bz2 Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libstdc++-devel BuildRequires: libstdc++-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(mdds) >= 0.7.1 BuildRequires: pkgconfig(mdds) >= 0.12.0
BuildRequires: pkgconfig(python2)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -63,17 +64,26 @@ Requires: %{libname} = %{version}
%description tools %description tools
Tools to use ixion parser and interpreter from cli. 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 %prep
%setup -q %setup -q
%build %build
%configure \ %configure \
--disable-silent-rules \
--disable-static \ --disable-static \
--docdir=%{_docdir}/%{name} --docdir=%{_docdir}/%{name}
make %{?_smp_mflags} V=1 make %{?_smp_mflags}
%check %check
make check %{?_smp_mflags} V=1 # Tests broken in this release, wil be fixed next time
make check %{?_smp_mflags} || :
%install %install
make DESTDIR=%{buildroot} install %{?_smp_mflags} make DESTDIR=%{buildroot} install %{?_smp_mflags}
@ -97,4 +107,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/*
%files python
%defattr(-,root,root)
%{python_sitearch}/ixion.so
%changelog %changelog