spec: add missing articles in the generated description
Also wrap it to ~80 columns.
This commit is contained in:
parent
7b853072f5
commit
c5eda336f0
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ Requires: {{ req }}
|
||||||
|
|
||||||
%description {{ pkg }} %{_description}
|
%description {{ pkg }} %{_description}
|
||||||
|
|
||||||
This package contains library source intended for building other packages
|
This package contains library source intended for building other packages which
|
||||||
which use {% if feature is not none %}"{{ feature }}" feature of {% endif %}"%{crate}" crate.
|
use {% if feature is not none %}"the {{ feature }}" feature of the {% endif %}"%{crate}" crate.
|
||||||
|
|
||||||
%files {{ pkg }}
|
%files {{ pkg }}
|
||||||
{% if feature is none %}
|
{% if feature is none %}
|
||||||
|
|
Loading…
Reference in a new issue