Merge branch 'rawhide' into epel9

epel9
Fabio Valentini 2 years ago
commit 0ea6996f4f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

11
.gitignore vendored

@ -81,3 +81,14 @@
/serde_test-1.0.127.crate
/serde_test-1.0.128.crate
/serde_test-1.0.130.crate
/serde_test-1.0.131.crate
/serde_test-1.0.132.crate
/serde_test-1.0.133.crate
/serde_test-1.0.134.crate
/serde_test-1.0.136.crate
/serde_test-1.0.137.crate
/serde_test-1.0.138.crate
/serde_test-1.0.139.crate
/serde_test-1.0.141.crate
/serde_test-1.0.143.crate
/serde_test-1.0.144.crate

@ -1,26 +1,22 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 22
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
%global crate serde_test
Name: rust-%{crate}
Version: 1.0.130
Name: rust-serde_test
Version: 1.0.144
Release: %autorelease
Summary: Token De/Serializer for testing De/Serialize implementations
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_test
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Token De/Serializer for testing De/Serialize implementations.}
@ -33,13 +29,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md crates-io.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/crates-io.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,11 +45,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (serde_test-1.0.130.crate) = d6537464bee6760f674941cb3ba34ee804b641db1a5495c01d29e29380b8ecd14e9fa799356b3bef371e16c19092047c8d348884496e784195c323f9f4559910
SHA512 (serde_test-1.0.144.crate) = 1d45b336b1e9da77429f190efc439469628107e77055ac4afe68c85f63e4b18791d1e15e6bd8e4520ff22b0d2cea4f566f19fc53196055fc1f41705fe4cdc831

Loading…
Cancel
Save