From 5773248e513960ccd5c33d9d668abe41760467f8 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 12 Sep 2024 22:44:17 -0400 Subject: [PATCH] address final review comments * fix autochangelog definition * move doxygen into -doc subpackage * expand on what WFS-T and FE are --- tinyows.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/tinyows.spec b/tinyows.spec index 059c354..42870d3 100644 --- a/tinyows.spec +++ b/tinyows.spec @@ -4,7 +4,7 @@ Name: tinyows Version: 1.2.2 Release: %autorelease -Summary: WFS-T and FE implementation server +Summary: PostGIS WFS-T and FE implementation server License: MIT URL: https://mapserver.org/tinyows/ @@ -32,16 +32,18 @@ BuildRequires: valgrind-devel %endif %description -TinyOWS server implements latest WFS-T standard versions, -as well as related standards such as Filter Encoding (FE). +TinyOWS server implements latest Open Geospatial Consortium Transactional Web +Feature Service (WFS-T) standard versions, as well as related standards such as +Filter Encoding (FE). %package doc Summary: Documentation files for TinyOWS Server BuildArch: noarch %description doc -TinyOWS server implements latest WFS-T standard versions, -as well as related standards such as Filter Encoding (FE). +TinyOWS server implements latest Open Geospatial Consortium Transactional Web +Feature Service (WFS-T) standard versions, as well as related standards such as +Filter Encoding (FE). %prep %setup -q -n %{name}-%{version} @@ -84,13 +86,14 @@ ln -s --relative %{buildroot}%{_sysconfdir}/%{name}/config.xml %{buildroot}%{_da %files %license LICENSE.md schema/LICENSE -%doc README.md VERSION.md -%doc doc/doxygen %{_bindir}/%{name} +%{_datadir}/%{name} %dir %{_sysconfdir}/%{name} %attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/config.xml %files doc -%{_datadir}/%{name} +%doc README.md VERSION.md +%doc doc/doxygen +%changelog %autochangelog