mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 13:44:21 +02:00
Improve template formatting
This commit is contained in:
+5
-2
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user