Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

1
.gitignore vendored

@ -1,2 +1 @@
/ptr_meta-0.1.4.crate
/ptr_meta-0.3.0.crate

@ -0,0 +1,3 @@
# rust-ptr_meta
The rust-ptr_meta package

@ -1,22 +1,28 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate ptr_meta
Name: rust-ptr_meta
Version: 0.3.0
Name: rust-%{crate}
Version: 0.1.4
Release: %autorelease
Summary: Radioactive stabilization of the ptr_meta rfc
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/ptr_meta
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
A radioactive stabilization of the ptr_meta rfc.}
Radioactive stabilization of the ptr_meta rfc.}
%description %{_description}
@ -26,14 +32,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/example.md
%{crate_instdir}/
%license LICENSE
%doc crates-io.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -41,35 +46,11 @@ 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.
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive-devel %{_description}
This package contains library source intended for building other packages which
use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ptr_meta_derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ptr_meta_derive-devel %{_description}
This package contains library source intended for building other packages which
use the "ptr_meta_derive" feature of the "%{crate}" crate.
%files -n %{name}+ptr_meta_derive-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -77,14 +58,14 @@ 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.
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (ptr_meta-0.3.0.crate) = b7f8ebb65e58ce742f9e118f894f9cde6af6c499e8fd9413a866c6744dc3aad212508c3fdec3e1aaf657971b5cd358ee68e506eaf1d3c386d8aebb1f523ecf00
SHA512 (ptr_meta-0.1.4.crate) = 9936264dd52ae40e6afc8cef8914dbdc5767f397b91ea965d65275fe547a2d9cde7ccdcf908f787e25f84fbc23a2e30df895793fca308e09f48f2adf2e30d2bf

Loading…
Cancel
Save