Compare commits

...

7 Commits

5
.gitignore vendored

@ -4,3 +4,8 @@
/escargot-0.5.6.crate /escargot-0.5.6.crate
/escargot-0.5.7.crate /escargot-0.5.7.crate
/escargot-0.5.8.crate /escargot-0.5.8.crate
/escargot-0.5.9.crate
/escargot-0.5.10.crate
/escargot-0.5.11.crate
/escargot-0.5.12.crate
/escargot-0.5.13.crate

@ -1,10 +0,0 @@
--- escargot-0.5.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ escargot-0.5.8/Cargo.toml 2023-08-02T18:39:05.438571+00:00
@@ -36,6 +36,7 @@
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crate-ci/escargot.git"
+autobins = false
[package.metadata.docs.rs]
all-features = true

@ -1,23 +1,23 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
# * files required by tests are not included in published crates # * files required by tests are not included in published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
# prevent executables from being installed
%global cargo_install_bin 0
%global crate escargot %global crate escargot
Name: rust-escargot Name: rust-escargot
Version: 0.5.8 Version: 0.5.13
Release: %autorelease Release: %autorelease
Summary: Cargo API written in Paris Summary: Cargo API written in Paris
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/escargot URL: https://crates.io/crates/escargot
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unwanted executables
Patch: escargot-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 26
%global _description %{expand: %global _description %{expand:
Cargo API written in Paris.} Cargo API written in Paris.}
@ -100,7 +100,7 @@ use the "test_unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,7 @@
[package]
cargo-install-bin = false
[tests]
run = ["none"]
comments = ["files required by tests are not included in published crates"]

@ -1 +1 @@
SHA512 (escargot-0.5.8.crate) = 6232762a14a1f05b6f4b586d38e9cc67df8ce006fb53e3ab9eb98f387bc84fe27517c161aca8279be408c20b06e4afa8ba77d8164509f0bae27f434555efbcef SHA512 (escargot-0.5.13.crate) = 9ce2b45aebedb0ac056395170f05464b26a22305a52d99775f7dfdf49e81c7cd1f05007ae41f1024192146f4fe41b4828def6e4f69103a1f3f3c84d0fd665461

Loading…
Cancel
Save