|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global crate rend
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.3.5
|
|
|
|
|
Version: 0.3.6
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Endian-aware primitives for Rust
|
|
|
|
|
|
|
|
|
@ -29,7 +29,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -43,7 +43,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+default-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
@ -55,7 +55,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+bytecheck-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use "bytecheck" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+bytecheck-devel
|
|
|
|
@ -67,7 +67,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
@ -79,7 +79,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+validation-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use "validation" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+validation-devel
|
|
|
|
|