import liborcus-0.14.1-1.el8

This commit is contained in:
CentOS Sources 2020-11-03 06:54:46 -05:00 committed by Andrew Lukoshko
parent b6bca95cab
commit e44881eba7
4 changed files with 23 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/liborcus-0.13.4.tar.xz
SOURCES/liborcus-0.14.1.tar.xz

View File

@ -1 +1 @@
14e2e1e1a1b03a85df5dcac4d883611cc6f79b91 SOURCES/liborcus-0.13.4.tar.xz
5494eae7df0bdcaad76ddecc265d02738475a1c9 SOURCES/liborcus-0.14.1.tar.xz

View File

@ -0,0 +1,11 @@
--- a/Makefile.in 2018-09-14 22:51:18.000000000 +0100
+++ b/Makefile.in 2020-03-17 15:37:37.493186784 +0000
@@ -407,7 +407,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = src include parser_handlers benchmark doc_example
+SUBDIRS = src include parser_handlers benchmark
ACLOCAL_AMFLAGS = -I m4
pcfiles = liborcus-@ORCUS_API_VERSION@.pc $(am__append_1)
pkgconfig_DATA = $(pcfiles)

View File

@ -1,4 +1,4 @@
%global apiversion 0.13
%global apiversion 0.14
# build conversion tools
%bcond_with convtools
@ -6,8 +6,8 @@
%bcond_with python
Name: liborcus
Version: 0.13.4
Release: 2%{?dist}
Version: 0.14.1
Release: 1%{?dist}
Summary: Standalone file import filter library for spreadsheet documents
License: MPLv2.0
@ -19,14 +19,16 @@ BuildRequires: doxygen
BuildRequires: gcc-c++
%if %{with convtools}
BuildRequires: help2man
BuildRequires: pkgconfig(libixion-0.13)
BuildRequires: pkgconfig(libixion-0.14)
%endif
BuildRequires: pkgconfig(mdds-1.2)
BuildRequires: pkgconfig(mdds-1.4)
%if %{with python}
BuildRequires: pkgconfig(python3)
%endif
BuildRequires: pkgconfig(zlib)
Patch0: liborcus-noexamples.patch
%description
%{name} is a standalone file import filter library for spreadsheet
documents. Currently under development are ODS, XLSX and CSV import
@ -184,6 +186,9 @@ make check %{?_smp_mflags}
%doc doc/_doxygen/html
%changelog
* Fri Mar 13 2020 Caolán McNamara <caolanm@redhat.com> - 0.14.1-1
- Related: rhbz#1796893 update to 0.14.1
* Wed Jun 06 2018 David Tardon <dtardon@redhat.com> - 0.13.4-2
- drop dependency on libixion