15
0
forked from pool/python-gTTS

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=40
This commit is contained in:
2025-03-26 05:30:00 +00:00
committed by Git OBS Bridge
parent dd3345ae25
commit 1132ceb57e
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gTTS
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -79,6 +79,6 @@ sentences where the speech would naturally pause.
%license LICENSE
%python_alternative %{_bindir}/gtts-cli
%{python_sitelib}/gtts
%{python_sitelib}/gTTS-%{version}.dist-info
%{python_sitelib}/gtts-%{version}.dist-info
%changelog