Initial Fedora package

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9 imports/e9/rust-vec1-1.10.1-1.el9
Michel Alexandre Salim 2 years ago
parent 741bb29780
commit 8b8587d4e9
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -0,0 +1 @@
/vec1-1.10.1.crate

@ -0,0 +1,143 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate vec1
Name: rust-vec1
Version: 1.10.1
Release: %autorelease
Summary: Std Vec wrapper assuring that it has at least 1 element
License: MIT OR Apache-2.0
URL: https://crates.io/crates/vec1
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A std Vec wrapper assuring that it has at least 1 element.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/CONTRIBUTORS.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
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 %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+smallvec-v1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smallvec-v1-devel %{_description}
This package contains library source intended for building other packages which
use the "smallvec-v1" feature of the "%{crate}" crate.
%files -n %{name}+smallvec-v1-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+smallvec-v1-write-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smallvec-v1-write-devel %{_description}
This package contains library source intended for building other packages which
use the "smallvec-v1-write" feature of the "%{crate}" crate.
%files -n %{name}+smallvec-v1-write-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+smallvec_v1_-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smallvec_v1_-devel %{_description}
This package contains library source intended for building other packages which
use the "smallvec_v1_" feature of the "%{crate}" crate.
%files -n %{name}+smallvec_v1_-devel
%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-nightly-try-from-impl-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-nightly-try-from-impl-devel %{_description}
This package contains library source intended for building other packages which
use the "unstable-nightly-try-from-impl" feature of the "%{crate}" crate.
%files -n %{name}+unstable-nightly-try-from-impl-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1 @@
SHA512 (vec1-1.10.1.crate) = f7f4df99d0b71582504b12815b6c0df548bfd92142103e759e2bea3ecf4d0d5429c1cf38fe686e2b17ac68f3d675b0517a3895a9e9ca670c24eda4dd47c797d7
Loading…
Cancel
Save