%define name snowplow-tracker %define version 0.14.0 %define release 1 Summary: Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games Name: %{name} Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.gz License: Apache License 2.0 Group: Development/Libraries BuildArch: noarch URL: http://snowplow.io %description Python Analytics for Snowplow ============================= Add analytics to your Python apps and Python games with the [Snowplow](http://snowplow.io) event tracker for [Python](http://python.org). With this tracker you can collect event data from your Python-based applications, games or Python web servers/frameworks. %prep %setup -n %{name}-%{version} %build python3 setup.py build %install python3 setup.py install --single-version-externally-managed -O1 --root=%{buildroot} --record=INSTALLED_FILES %files -f INSTALLED_FILES