diff --git a/uwsgi.spec b/uwsgi.spec index 1d05923..0932e0c 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -66,6 +66,14 @@ Requires: %{name} This package contains the development header files and libraries for uWSGI extensions +%description -n %{name}-docs +This package contains the documentation files for uWSGI + +%package -n %{name}-docs +Summary: uWSGI - Documentation +Group: Documentation +Requires: %{name} + %package -n %{name}-plugin-common Summary: uWSGI - Common plugins for uWSGI Group: System Environment/Daemons @@ -441,11 +449,14 @@ exit 0 %{_unitdir}/%{name}.service %dir %{_sysconfdir}/%{name}.d %dir /run/%{name} -%doc LICENSE README README.Fedora CHANGELOG docs +%doc LICENSE README README.Fedora CHANGELOG %files -n %{name}-devel %{_includedir}/%{name} +%files -n %{name}-docs +%doc docs + %files -n %{name}-plugin-common %dir %{_libdir}/%{name} %{_libdir}/%{name}/http_plugin.so