address final review comments
* fix autochangelog definition * move doxygen into -doc subpackage * expand on what WFS-T and FE are
This commit is contained in:
parent
24d968384b
commit
5773248e51
19
tinyows.spec
19
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
|
||||
|
Loading…
Reference in New Issue
Block a user