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

Loading…
Cancel
Save