17
0
Tomáš Chvátal
2018-07-30 07:12:30 +00:00
committed by Git OBS Bridge
parent 3db24192f1
commit b3027b304c
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 30 07:12:21 UTC 2018 - tchvatal@suse.com
- Drop python-devel requirement
-------------------------------------------------------------------
Sat Jul 28 11:10:03 UTC 2018 - alarrosa@suse.com

View File

@@ -23,16 +23,14 @@ Release: 0
Summary: Wrapper to use Mycroft Precise Wake Word Listener
License: Apache-2.0
Group: Development/Languages/Python
Url: http://github.com/MycroftAI/mycroft-precise
URL: http://github.com/MycroftAI/mycroft-precise
Source: https://files.pythonhosted.org/packages/source/p/precise-runner/precise-runner-%{version}.tar.gz
Source99: https://raw.githubusercontent.com/MycroftAI/mycroft-precise/dev/LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyAudio
BuildArch: noarch
%python_subpackages
%description
@@ -40,7 +38,7 @@ Wrapper to use the Mycroft Precise Wake Word Listener
%prep
%setup -q -n precise-runner-%{version}
cp %{S:99} .
cp %{SOURCE99} .
%build
%python_build