diff --git a/python-bluepy.changes b/python-bluepy.changes new file mode 100644 index 0000000..40a081f --- /dev/null +++ b/python-bluepy.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Mar 16 07:47:01 UTC 2019 - Adrian Schröter + +- initial package + diff --git a/python-bluepy.spec b/python-bluepy.spec index ac6c69b..bccf159 100644 --- a/python-bluepy.spec +++ b/python-bluepy.spec @@ -23,10 +23,9 @@ Name: python-bluepy Version: 1.1.4 Release: 0 -Summary: Automation Library for Yamaha Network receivers License: GPL -Group: Python interface to Bluetooth LE on Linux -Url: https://github.com/wuub/rxv +Summary: Python interface to Bluetooth LE on Linux +Url: http://ianharvey.github.io/bluepy-doc/ Source: bluepy-%{version}.tar.xz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -42,6 +41,14 @@ BuildArch: noarch %python_subpackages %description +Bluepy is a Python package to allow Bluetooth Low Energy (a.k.a Bluetooth +Smart) peripherals to be controlled from Python. Installation instructions +and release notes are in the file README.md. + +Source code and further documentation is at: + https://github.com/IanHarvey/bluepy + http://ianharvey.github.io/bluepy-doc/ + %prep %setup -q -n bluepy-%{version}