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}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use {% if feature is not none %}"{{ feature }}" feature of {% endif %}"%{crate}" crate.
|
||||
This package contains library source intended for building other packages which
|
||||
use {% if feature is not none %}"the {{ feature }}" feature of the {% endif %}"%{crate}" crate.
|
||||
|
||||
%files {{ pkg }}
|
||||
{% if feature is none %}
|
||||
|
|
Loading…
Reference in a new issue