diff options
| author | Lyes Saadi <dev@lyes.eu> | 2022-08-16 11:35:13 +0100 |
|---|---|---|
| committer | Lyes Saadi <dev@lyes.eu> | 2022-08-16 11:35:13 +0100 |
| commit | 71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7 (patch) | |
| tree | ba2660ff73af077d08c9dcf90619817dec93973f /mycroft/python-msm | |
| parent | 0a58b90819f863b8b77d1c58c6fe326a0c2b9236 (diff) | |
| download | spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.tar.gz spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.tar.xz spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.zip | |
Sending some unpushed experiments
Diffstat (limited to 'mycroft/python-msm')
| -rw-r--r-- | mycroft/python-msm/python-msm.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mycroft/python-msm/python-msm.spec b/mycroft/python-msm/python-msm.spec index 43a9f80..87eaea3 100644 --- a/mycroft/python-msm/python-msm.spec +++ b/mycroft/python-msm/python-msm.spec @@ -1,8 +1,8 @@ %global pypi_name msm Name: python-%{pypi_name} -Version: 0.8.7 -Release: 2%{?dist} +Version: 0.8.9 +Release: 1%{?dist} Summary: Mycroft Skills Manager License: ASL 2.0 @@ -14,7 +14,7 @@ BuildArch: noarch # by default, skills are installed system-wide. This is not the behaviour in # the RPM-based mycroft, where skills are user-wide, so this will rely on pip # user installation instead ;). -Patch0: msm-no-sudo-pip.patch +Patch0: msm-no-sudo-pip.patch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) @@ -53,7 +53,7 @@ rm -rf %{pypi_name}.egg-info %py3_install rm %{buildroot}%{_prefix}/%{pypi_name}/LICENSE -%files -n python3-%{pypi_name} +%files -n python3-%{pypi_name} %license LICENSE %{_bindir}/%{pypi_name} %{python3_sitelib}/%{pypi_name} |
