|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate ouroboros
|
|
|
|
%global crate ouroboros
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-ouroboros
|
|
|
|
Name: rust-ouroboros
|
|
|
|
Version: 0.15.1
|
|
|
|
Version: 0.15.2
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Easy, safe self-referential struct generation
|
|
|
|
Summary: Easy, safe self-referential struct generation
|
|
|
|
|
|
|
|
|
|
|
@ -37,7 +37,6 @@ use the "%{crate}" crate.
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license %{crate_instdir}/LICENSE_APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE_APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE_MIT
|
|
|
|
%license %{crate_instdir}/LICENSE_MIT
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
@ -52,6 +51,18 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
cp -pav %{SOURCE1} %{SOURCE2} .
|
|
|
|
cp -pav %{SOURCE1} %{SOURCE2} .
|
|
|
|