Improve template formatting

This commit is contained in:
Karolina Surma
2021-09-09 12:16:52 +02:00
parent a56993c468
commit dbca600ac1
+5 -2
View File
@@ -13,8 +13,11 @@ BuildRequires: python3-devel
%global _description %{expand: %global _description %{expand:
{{description}}} {{description}}}
{% for br in manual_build_requires %}BuildRequires: {{br}} {% if manual_build_requires -%}
{% endfor %} {% for br in manual_build_requires -%}
BuildRequires: {{br}}
{% endfor -%}
{% endif %}
%description %_description %description %_description
%package -n python3-{{name}} %package -n python3-{{name}}