huakim tylyktar
2024-06-25 10:22:18 +00:00
committed by Git OBS Bridge
parent e2a2ceb4aa
commit 8fda9cd0a5

View File

@@ -20,6 +20,9 @@
</service> </service>
<service name="perl_regex" mode="buildtime"> <service name="perl_regex" mode="buildtime">
<param name="file">*.spec</param> <param name="file">*.spec</param>
<param name="regex">s/.*CHOOSE:.*//g</param> <param name="regex">s/.*CHOOSE:.*/%pyunittest discover -v tests/g;
s/(%{python_sitelib}\/requests)-stdin/\1_stdin/g;
s/(%autosetup -p1 -n requests)-stdin/\1_stdin/g;
s/(%{python_sitelib}\/requests_stdin)\n/\1.py\n%pycache_only %{python_sitelib}\/__pycache__\/requests_stdin.*.py*\n%license LICENSE\n%doc README.rst\n/g;</param>
</service> </service>
</services> </services>