|
|
|
@ -1,4 +1,14 @@
|
|
|
|
|
%global apiversion 0.16
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 6;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%global apiversion 0.18
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
|
|
|
|
@ -16,15 +26,13 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: liborcus
|
|
|
|
|
Version: 0.16.1
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 0.19.2
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Standalone file import filter library for spreadsheet documents
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
|
License: MPL-2.0
|
|
|
|
|
URL: https://gitlab.com/orcus/orcus
|
|
|
|
|
Source0: https://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz
|
|
|
|
|
Patch0: %{name}-gcc11.patch
|
|
|
|
|
Patch1: liborcus-noexamples.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
@ -33,9 +41,9 @@ BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
%if %{with convtools}
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
BuildRequires: pkgconfig(libixion-0.16)
|
|
|
|
|
BuildRequires: pkgconfig(libixion-0.18)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(mdds-1.5)
|
|
|
|
|
BuildRequires: pkgconfig(mdds-2.1)
|
|
|
|
|
%if %{with python}
|
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
@ -199,12 +207,75 @@ make check %{?_smp_mflags}
|
|
|
|
|
%doc doc/_doxygen/html
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.16.1-8
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Sun Dec 22 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.19.2-6
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.16.1-7
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 0.19.2-5
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 0.19.2-2
|
|
|
|
|
- Rebuilt for Boost 1.83
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 Gwyn Ciesla <gwync@protonmail.com> - 0.19.2-1
|
|
|
|
|
- 0.19.2
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-2
|
|
|
|
|
- Fix libixion dep
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-1
|
|
|
|
|
- 0.18.1
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.2-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.17.2-10
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 0.17.2-9
|
|
|
|
|
- Rebuilt for Boost 1.81
|
|
|
|
|
|
|
|
|
|
* Mon Jan 23 2023 Caolán McNamara <caolanm@redhat.com> - 0.17.2-8
|
|
|
|
|
- inclue cstdint for gcc 13
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.17.2-5
|
|
|
|
|
- Convert license to SPDX
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.17.2-3
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 0.17.2-2
|
|
|
|
|
- Rebuilt for Boost 1.78
|
|
|
|
|
|
|
|
|
|
* Wed Feb 02 2022 Caolán McNamara <caolanm@redhat.com> - 0.17.2-1
|
|
|
|
|
- Resolves: rhbz#2018620 Update to 0.17.2
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> - 0.16.1-9
|
|
|
|
|
- Rebuilt for Boost 1.76
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.16.1-7
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -432,3 +503,5 @@ make check %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
* Sun Sep 09 2012 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
|
|
|
|
- initial import
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|