import liborcus-0.14.1-1.el8
This commit is contained in:
parent
c3c5c6c96f
commit
e97890841d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/liborcus-0.13.4.tar.xz
|
||||
SOURCES/liborcus-0.14.1.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
14e2e1e1a1b03a85df5dcac4d883611cc6f79b91 SOURCES/liborcus-0.13.4.tar.xz
|
||||
5494eae7df0bdcaad76ddecc265d02738475a1c9 SOURCES/liborcus-0.14.1.tar.xz
|
||||
|
11
SOURCES/liborcus-noexamples.patch
Normal file
11
SOURCES/liborcus-noexamples.patch
Normal 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)
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user