template: escape cargo_license_summary macro in comment
This commit is contained in:
parent
2df685241e
commit
03156817a9
5 changed files with 5 additions and 5 deletions
|
@ -100,7 +100,7 @@ Group: # FIXME
|
|||
{% for req in conf_bin_requires %}
|
||||
Requires: {{ req }}
|
||||
{% endfor %}
|
||||
# FIXME: paste output of %cargo_license_summary here
|
||||
# FIXME: paste output of %%cargo_license_summary here
|
||||
License: # FIXME
|
||||
# LICENSE.dependencies contains a full license breakdown
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ A well-maintained fork of the dotenv crate.}
|
|||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
# FIXME: paste output of %cargo_license_summary here
|
||||
# FIXME: paste output of %%cargo_license_summary here
|
||||
License: # FIXME
|
||||
# LICENSE.dependencies contains a full license breakdown
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ A well-maintained fork of the dotenv crate.}
|
|||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
Group: # FIXME
|
||||
# FIXME: paste output of %cargo_license_summary here
|
||||
# FIXME: paste output of %%cargo_license_summary here
|
||||
License: # FIXME
|
||||
# LICENSE.dependencies contains a full license breakdown
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ A well-maintained fork of the dotenv crate.}
|
|||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
Group: # FIXME
|
||||
# FIXME: paste output of %cargo_license_summary here
|
||||
# FIXME: paste output of %%cargo_license_summary here
|
||||
License: # FIXME
|
||||
# LICENSE.dependencies contains a full license breakdown
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ A well-maintained fork of the dotenv crate.}
|
|||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
# FIXME: paste output of %cargo_license_summary here
|
||||
# FIXME: paste output of %%cargo_license_summary here
|
||||
License: # FIXME
|
||||
# LICENSE.dependencies contains a full license breakdown
|
||||
|
||||
|
|
Loading…
Reference in a new issue