2024-01-06 05:18:21 +01:00
|
|
|
Name: liborcus
|
2024-01-06 05:18:24 +01:00
|
|
|
Version: 0.19.0
|
2024-01-06 05:18:22 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 05:18:21 +01:00
|
|
|
Summary: Standalone file import filter library for spreadsheet documents
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:18:22 +01:00
|
|
|
URL: https://gitlab.com/orcus/orcus
|
2024-01-06 05:18:23 +01:00
|
|
|
Source: https://dev-www.libreoffice.org/src/liborcus-%{version}.tar.xz
|
2024-01-06 05:18:21 +01:00
|
|
|
Patch0: liborcus-0.3.0-libboost-1.52.patch
|
|
|
|
Patch1: liborcus-0.5.1-libmdds-0.8.patch
|
|
|
|
Patch2: liborcus-0.5.1-libboost-1.54.patch
|
2024-01-06 05:18:21 +01:00
|
|
|
Patch3: liborcus-0.7.0-libboost-1.56.patch
|
|
|
|
Patch4: liborcus-0.7.0-gcc-5.3.patch
|
2024-01-06 05:18:22 +01:00
|
|
|
Patch5: liborcus-0.16.1-gcc-11.1.0.patch
|
2024-01-06 05:18:21 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libboost-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libixion-devel
|
2024-01-06 05:18:23 +01:00
|
|
|
BuildRequires: libpython310-devel
|
2024-01-06 05:18:21 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 05:18:21 +01:00
|
|
|
BuildRequires: libixion-devel >= 0.13
|
2024-01-06 05:18:21 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Standalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import filters.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:18:22 +01:00
|
|
|
Requires: pkg-config
|
2024-01-06 05:18:21 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Summary: Utility applications for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains utility applications for %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 05:18:22 +01:00
|
|
|
#-D -T
|
|
|
|
#:<< _EOF
|
2024-01-06 05:18:23 +01:00
|
|
|
%patch 2 -p1
|
2024-01-06 05:18:21 +01:00
|
|
|
|
|
|
|
./autogen.sh
|
2024-01-06 05:18:22 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
2024-01-06 05:18:23 +01:00
|
|
|
PYTHON=%{__python310}
|
2024-01-06 05:18:22 +01:00
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/liborcus-*.so.*
|
2024-01-06 05:18:23 +01:00
|
|
|
%dir %{python310_sitelib}/orcus
|
|
|
|
%{python310_sitelib}/orcus/*
|
|
|
|
%{python310_sitearch}/_orcus.*
|
|
|
|
%{python310_sitearch}/_orcus_json.*
|
2024-01-06 05:18:21 +01:00
|
|
|
%doc AUTHORS
|
2024-01-06 05:18:21 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/liborcus-*/orcus
|
|
|
|
%{_includedir}/liborcus-*/orcus/*.hpp
|
2024-01-06 05:18:21 +01:00
|
|
|
%{_includedir}/liborcus-*/orcus/detail/parser_token_buffer.hpp
|
|
|
|
%{_includedir}/liborcus-*/orcus/detail/thread.hpp
|
2024-01-06 05:18:21 +01:00
|
|
|
%dir %{_includedir}/liborcus-*/orcus/spreadsheet
|
|
|
|
%{_includedir}/liborcus-*/orcus/spreadsheet/*.hpp
|
2024-01-06 05:18:23 +01:00
|
|
|
#%{_libdir}/liborcus-*.a
|
2024-01-06 05:18:21 +01:00
|
|
|
%{_libdir}/liborcus-*.so
|
|
|
|
%{_libdir}/pkgconfig/liborcus-*.pc
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:18:21 +01:00
|
|
|
%{_bindir}/orcus-*
|
2024-01-06 05:18:21 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:18:24 +01:00
|
|
|
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:23 +01:00
|
|
|
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.1-1mamba
|
|
|
|
- update to 0.18.1
|
|
|
|
|
2024-01-06 05:18:22 +01:00
|
|
|
* Mon Feb 28 2022 Automatic Build System <autodist@mambasoft.it> 0.17.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.0-1mamba
|
|
|
|
- update to 0.17.0
|
|
|
|
|
2024-01-06 05:18:22 +01:00
|
|
|
* Sat Jun 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.1-2mamba
|
|
|
|
- added patch for gcc 11.1.0
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Thu Nov 12 2020 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Sat Apr 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.4-1mamba
|
|
|
|
- update to 0.15.4
|
|
|
|
|
|
|
|
* Sun Feb 02 2020 Automatic Build System <autodist@mambasoft.it> 0.15.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Sun May 06 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.4-1mamba
|
|
|
|
- update to 0.13.4
|
|
|
|
|
|
|
|
* Fri Sep 15 2017 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Wed Jul 06 2016 Automatic Build System <autodist@mambasoft.it> 0.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Sun Jan 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-1mamba
|
|
|
|
- update to 0.9.2
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Sun Jul 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
|
|
|
- update to 0.7.0
|
|
|
|
|
2024-01-06 05:18:21 +01:00
|
|
|
* Mon Dec 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
|
|
|
- rebuilt with boost 1.55
|
|
|
|
|
|
|
|
* Wed Aug 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
|
|
|
|
- update to 0.5.1
|
|
|
|
|
|
|
|
* Tue Feb 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|