mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 05:34:22 +02:00
Improve template formatting
This commit is contained in:
+5
-2
@@ -13,8 +13,11 @@ BuildRequires: python3-devel
|
||||
%global _description %{expand:
|
||||
{{description}}}
|
||||
|
||||
{% for br in manual_build_requires %}BuildRequires: {{br}}
|
||||
{% endfor %}
|
||||
{% if manual_build_requires -%}
|
||||
{% for br in manual_build_requires -%}
|
||||
BuildRequires: {{br}}
|
||||
{% endfor -%}
|
||||
{% endif %}
|
||||
%description %_description
|
||||
|
||||
%package -n python3-{{name}}
|
||||
|
||||
Reference in New Issue
Block a user