From 48a8e3d738edcf099552e52f9d04b1ab554a18ea Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 16 Dec 2021 09:05:16 -0500 Subject: [PATCH] Adjust whitespace and formatting according to personal preference --- freexl.spec | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/freexl.spec b/freexl.spec index b525ade..4b0d9db 100644 --- a/freexl.spec +++ b/freexl.spec @@ -1,26 +1,30 @@ -Name: freexl -Version: 1.0.6 -Release: 3%{?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 +Name: freexl +Version: 1.0.6 +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: 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 @@ -65,18 +69,26 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la %ldconfig_scriptlets -%files -%doc COPYING AUTHORS README +%files +%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 - 1.0.6-4 +- Modernize and clean up the spec file + * Wed Jul 21 2021 Fedora Release Engineering - 1.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild