Update to 1.0.6

epel9
Aleksei Bavshin 2 years ago
parent 8c52e9c730
commit 9c5bd73fe8
No known key found for this signature in database
GPG Key ID: 4F071603387A382A

1
.gitignore vendored

@ -1,2 +1,3 @@
/slotmap-0.3.0.crate /slotmap-0.3.0.crate
/slotmap-0.4.0.crate /slotmap-0.4.0.crate
/slotmap-1.0.6.crate

@ -1,25 +1,19 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 24
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate slotmap %global crate slotmap
Name: rust-%{crate} Name: rust-slotmap
Version: 0.4.0 Version: 1.0.6
Release: %autorelease Release: %autorelease
Summary: Slotmap data structure Summary: Slotmap data structure
# Upstream license specification: Zlib License: Zlib
License: zlib
URL: https://crates.io/crates/slotmap URL: https://crates.io/crates/slotmap
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Slotmap data structure.} Slotmap data structure.}
@ -32,13 +26,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md RELEASES.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version}/ %doc %{crate_instdir}/RELEASES.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,11 +41,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -58,11 +53,23 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde" feature of "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/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
%package -n %{name}+unstable-devel %package -n %{name}+unstable-devel
Summary: %{summary} Summary: %{summary}
@ -70,11 +77,11 @@ BuildArch: noarch
%description -n %{name}+unstable-devel %{_description} %description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "unstable" feature of "%{crate}" crate. use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel %files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -0,0 +1,2 @@
[DEFAULT]
summary = Slotmap data structure

@ -1 +1 @@
SHA512 (slotmap-0.4.0.crate) = 039fa1edff498b8db274febbeae23e7f1f7d83794572b8009f3da494cbafbff1716deee4fcc7be71d59bc6d94e70ab9aabe262bcd1fb278773012bb1a087cca1 SHA512 (slotmap-1.0.6.crate) = 1e0fad77d39cf937fbbf32913595e836b9d8067a81e8ad9a6653cdea023f2c8ce511c0216a1222c056e57419cdfd56977af7a6e83a9cc8b5708310a17353b145

Loading…
Cancel
Save