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
|
Name: tinyows
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: WFS-T and FE implementation server
|
Summary: PostGIS WFS-T and FE implementation server
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://mapserver.org/tinyows/
|
URL: https://mapserver.org/tinyows/
|
||||||
@ -32,16 +32,18 @@ BuildRequires: valgrind-devel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TinyOWS server implements latest WFS-T standard versions,
|
TinyOWS server implements latest Open Geospatial Consortium Transactional Web
|
||||||
as well as related standards such as Filter Encoding (FE).
|
Feature Service (WFS-T) standard versions, as well as related standards such as
|
||||||
|
Filter Encoding (FE).
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation files for TinyOWS Server
|
Summary: Documentation files for TinyOWS Server
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
TinyOWS server implements latest WFS-T standard versions,
|
TinyOWS server implements latest Open Geospatial Consortium Transactional Web
|
||||||
as well as related standards such as Filter Encoding (FE).
|
Feature Service (WFS-T) standard versions, as well as related standards such as
|
||||||
|
Filter Encoding (FE).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
@ -84,13 +86,14 @@ ln -s --relative %{buildroot}%{_sysconfdir}/%{name}/config.xml %{buildroot}%{_da
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.md schema/LICENSE
|
%license LICENSE.md schema/LICENSE
|
||||||
%doc README.md VERSION.md
|
|
||||||
%doc doc/doxygen
|
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_datadir}/%{name}
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/config.xml
|
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/config.xml
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%{_datadir}/%{name}
|
%doc README.md VERSION.md
|
||||||
|
%doc doc/doxygen
|
||||||
|
|
||||||
|
%changelog
|
||||||
%autochangelog
|
%autochangelog
|
||||||
|
Loading…
Reference in New Issue
Block a user