diff --git a/_service b/_service index b847f06..6ce6cae 100644 --- a/_service +++ b/_service @@ -24,6 +24,6 @@ s/(# SECTION test requirements)/\1\nBuildRequires: %{python_module pytest}\n/g; s/(%{python_sitelib}\/requests)-text/\1_text/g; s/(%autosetup -p1 -n requests)-text/\1_text/g; - s/(%{python_sitelib}\/requests_text)\n/\1.py\n%pycache_only %{python_sitelib}\/__pycache__\/requests_stdin.*.py*\n%license LICENSE\n%doc README.rst\n/g; + s/(%{python_sitelib}\/requests_text)\n/\1.py\n%pycache_only %{python_sitelib}\/__pycache__\/requests_text.*.py*\n%license LICENSE\n%doc README.rst\n/g; diff --git a/python-requests-text.spec b/python-requests-text.spec index 75584ed..c56448e 100644 --- a/python-requests-text.spec +++ b/python-requests-text.spec @@ -91,7 +91,7 @@ license. See LICENSE for more details. %files %{python_files} %{python_sitelib}/requests_text.py -%pycache_only %{python_sitelib}/__pycache__/requests_stdin.*.py* +%pycache_only %{python_sitelib}/__pycache__/requests_text.*.py* %license LICENSE %doc README.rst %{python_sitelib}/requests_text-%{version}.dist-info