diff --git a/python-luftdaten.spec b/python-luftdaten.spec
index 90b45319f6fb67556a9c87c7cede7df93509f3d3..c37611f1518a1d7ba99c4c06ff2c41a8691cfb56 100644
--- a/python-luftdaten.spec
+++ b/python-luftdaten.spec
@@ -1,27 +1,37 @@
%global _empty_manifest_terminate_build 0
Name: python-luftdaten
Version: 0.6.5
-Release: 1
+Release: 2
Summary: Python API for interacting with luftdaten.info.
License: MIT
URL: https://github.com/home-assistant-ecosystem/python-luftdaten
Source0: https://files.pythonhosted.org/packages/de/55/48f049df781601db7f2443b30ec80ffeba87698e668dc248ad98389e4674/luftdaten-0.6.5.tar.gz
BuildArch: noarch
+Requires: python3-aiohttp
+Requires: python3-async-timeout
+
%description
-This module is a python API for interacting with luftdaten.info. but it's not official, developed, supported or endorsed by luftdaten.info.
+Python client for interacting with `luftdaten.info `_.
+This module is not official, developed, supported or endorsed by luftdaten.info.
%package -n python3-luftdaten
Summary: Python API for interacting with luftdaten.info.
Provides: python-luftdaten
BuildRequires: python3-devel
BuildRequires: python3-setuptools
-BuildRequires: python3-pbr
-Requires: python3-aiohttp
-Requires: python3-async-timeout
%description -n python3-luftdaten
-This module is a python API for interacting with luftdaten.info. but it's not official, developed, supported or endorsed by luftdaten.info.
+Python client for interacting with `luftdaten.info `_.
+This module is not official, developed, supported or endorsed by luftdaten.info.
+
+%package help
+Summary: Development documents and examples for luftdaten
+Provides: python3-luftdaten-doc
+
+%description help
+Python client for interacting with `luftdaten.info `_.
+This module is not official, developed, supported or endorsed by luftdaten.info.
%prep
%autosetup -n luftdaten-0.6.5
@@ -64,5 +74,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu Jun 17 2021 OpenStack_SIG
-- Package Spec generated
+* Wed Jul 07 2021 Python_Bot - 0.6.5-2
+- update spec file
+* Sat Jul 03 2021 Python_Bot - 0.6.5-1
+- Package Spec generated
\ No newline at end of file