|
|
|
@ -1,26 +1,30 @@
|
|
|
|
|
Name: freexl
|
|
|
|
|
Version: 1.0.6
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Library to extract data from within an Excel spreadsheet
|
|
|
|
|
|
|
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|
|
|
|
URL: http://www.gaia-gis.it/FreeXL
|
|
|
|
|
Source0: http://www.gaia-gis.it/gaia-sins/%{name}-sources/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
FreeXL is a library to extract valid data
|
|
|
|
|
from within an Excel spreadsheet (.xls)
|
|
|
|
|
FreeXL is a library to extract valid data from within spreadsheets.
|
|
|
|
|
|
|
|
|
|
Design goals:
|
|
|
|
|
* simple and lightweight
|
|
|
|
|
* stable, robust and efficient
|
|
|
|
|
* easily and universally portable
|
|
|
|
|
* completely ignore any GUI-related oddity
|
|
|
|
|
• to be simple and lightweight
|
|
|
|
|
• to be stable, robust and efficient
|
|
|
|
|
• to be easily and universally portable
|
|
|
|
|
• completely ignoring any GUI-related oddity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development Libraries for FreeXL
|
|
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
@ -66,17 +70,25 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING AUTHORS README
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%doc README
|
|
|
|
|
%{_libdir}/lib%{name}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc examples html
|
|
|
|
|
%doc examples
|
|
|
|
|
%doc html
|
|
|
|
|
|
|
|
|
|
%{_includedir}/freexl.h
|
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
|
%{_libdir}/pkgconfig/freexl.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.6-4
|
|
|
|
|
- Modernize and clean up the spec file
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|