Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 3 years ago
parent 783e8516bb
commit 911546d8be
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 19
%bcond_without check
%global debug_package %{nil}
@ -33,8 +33,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use "%{crate}" crate.
%files devel
%doc README.md
@ -46,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +58,8 @@ BuildArch: noarch
%description -n %{name}+limit_1024-devel %{_description}
This package contains library source intended for building other packages
which use "limit_1024" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the limit_1024" feature of the "%{crate}" crate.
%files -n %{name}+limit_1024-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +70,8 @@ BuildArch: noarch
%description -n %{name}+limit_128-devel %{_description}
This package contains library source intended for building other packages
which use "limit_128" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the limit_128" feature of the "%{crate}" crate.
%files -n %{name}+limit_128-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -82,8 +82,8 @@ BuildArch: noarch
%description -n %{name}+limit_2048-devel %{_description}
This package contains library source intended for building other packages
which use "limit_2048" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the limit_2048" feature of the "%{crate}" crate.
%files -n %{name}+limit_2048-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -94,8 +94,8 @@ BuildArch: noarch
%description -n %{name}+limit_256-devel %{_description}
This package contains library source intended for building other packages
which use "limit_256" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the limit_256" feature of the "%{crate}" crate.
%files -n %{name}+limit_256-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -106,8 +106,8 @@ BuildArch: noarch
%description -n %{name}+limit_512-devel %{_description}
This package contains library source intended for building other packages
which use "limit_512" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the limit_512" feature of the "%{crate}" crate.
%files -n %{name}+limit_512-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -118,8 +118,8 @@ BuildArch: noarch
%description -n %{name}+limit_64-devel %{_description}
This package contains library source intended for building other packages
which use "limit_64" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the limit_64" feature of the "%{crate}" crate.
%files -n %{name}+limit_64-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -130,8 +130,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "the std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

Loading…
Cancel
Save