Adjust whitespace and formatting according to personal preference

epel9
Benjamin A. Beasley 3 years ago
parent e66e0672c8
commit 48a8e3d738

@ -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 <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

Loading…
Cancel
Save