Compare commits

..

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

3
.gitignore vendored

@ -21,6 +21,3 @@
/tar-0.4.38.crate
/tar-0.4.39.crate
/tar-0.4.40.crate
/tar-0.4.41.crate
/tar-0.4.42.crate
/tar-0.4.43.crate

@ -1,19 +1,20 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate tar
Name: rust-tar
Version: 0.4.43
Version: 0.4.40
Release: %autorelease
Summary: Rust implementation of a TAR file reader and writer
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/tar
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A Rust implementation of a TAR file reader and writer. This library does
@ -64,7 +65,7 @@ use the "xattr" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -78,8 +79,7 @@ use the "xattr" feature of the "%{crate}" crate.
%if %{with check}
%check
# * test fixtures for integration tests are not included in published crates
%cargo_test -- --lib
# files required by unit tests are not included in published crates
%cargo_test -- --doc
%endif

@ -1,6 +0,0 @@
[tests]
run = ["lib", "doc"]
comments = [
"test fixtures for integration tests are not included in published crates",
]

@ -1 +1 @@
SHA512 (tar-0.4.43.crate) = d54953e0c7f7e34eb30d85c44527af620e673426592d896261dc2638a9b8a34e2486d0f56dcf93ab3a104c0a43aa3d3478db98fa86fe44ac5be6a10de145447e
SHA512 (tar-0.4.40.crate) = 90bde0dfca91b6c304d5bcd4c93c653c066b76592927f5ed3025752d6d0244c0d5786c44af99df94dd6cc7a417663205d86f406a3b60f7307ca3c1757239bc12

Loading…
Cancel
Save