Compare commits

...

6 Commits

Author SHA1 Message Date
Fedora Release Engineering f999b3d065 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 3c464e122f
Update to version 1.5.0; Fixes RHBZ#2293734
7 months ago
Fedora Release Engineering 119de48750 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 13f63c1db8 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 95c9f04a2e
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering a379c0180f Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -8,3 +8,4 @@
/lazy_static-1.2.0.crate
/lazy_static-1.3.0.crate
/lazy_static-1.4.0.crate
/lazy_static-1.5.0.crate

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

@ -1,28 +1,22 @@
# Generated by rust2rpm 19
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate lazy_static
Name: rust-%{crate}
Version: 1.4.0
Name: rust-lazy_static
Version: 1.5.0
Release: %autorelease
Summary: Macro for declaring lazily evaluated statics in Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/lazy_static
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Macro for declaring lazily evaluated statics in Rust.}
A macro for declaring lazily evaluated statics in Rust.}
%description %{_description}
@ -33,12 +27,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use "%{crate}" crate.
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,10 +42,10 @@ 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.
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
%package -n %{name}+spin-devel
Summary: %{summary}
@ -59,10 +54,10 @@ BuildArch: noarch
%description -n %{name}+spin-devel %{_description}
This package contains library source intended for building other packages which
use "the spin" feature of the "%{crate}" crate.
use the "spin" feature of the "%{crate}" crate.
%files -n %{name}+spin-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+spin_no_std-devel
Summary: %{summary}
@ -71,13 +66,13 @@ BuildArch: noarch
%description -n %{name}+spin_no_std-devel %{_description}
This package contains library source intended for building other packages which
use "the spin_no_std" feature of the "%{crate}" crate.
use the "spin_no_std" feature of the "%{crate}" crate.
%files -n %{name}+spin_no_std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -91,7 +86,8 @@ use "the spin_no_std" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * skip ui tests that fail to compile
%cargo_test -- -- --exact --skip ui
%endif
%changelog

@ -0,0 +1,5 @@
[tests]
skip = ["ui"]
skip-exact = true
comments = ["skip ui tests that fail to compile"]

@ -1 +1 @@
SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
SHA512 (lazy_static-1.5.0.crate) = 6d2f9887cd7f34f019644e42f02f2bf0111accd73aeaa60973ba0b039b6774670debece1ea9a6978e923208ef5d3ab7326473ee3560c078817f0f7ab8ed0f65f

Loading…
Cancel
Save