Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent 84ea5e596c
commit bfb6cb27ad
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

@ -1,28 +1,24 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate simple_logger %global crate simple_logger
Name: rust-%{crate} Name: rust-simple_logger
Version: 1.16.0 Version: 1.16.0
Release: %autorelease Release: %autorelease
Summary: Logger that prints all messages with a readable output format Summary: Logger that prints all messages with a readable output format
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/simple_logger URL: https://crates.io/crates/simple_logger
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop windows-specific dependencies Patch: simple_logger-fix-metadata-auto.diff
Patch0: simple_logger-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Logger that prints all messages with a readable output format.} A logger that prints all messages with a readable output format.}
%description %{_description} %description %{_description}
@ -36,9 +32,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +46,7 @@ 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 %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+colored-devel %package -n %{name}+colored-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +58,7 @@ This package contains library source intended for building other packages which
use the "colored" feature of the "%{crate}" crate. use the "colored" feature of the "%{crate}" crate.
%files -n %{name}+colored-devel %files -n %{name}+colored-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+colors-devel %package -n %{name}+colors-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +70,7 @@ This package contains library source intended for building other packages which
use the "colors" feature of the "%{crate}" crate. use the "colors" feature of the "%{crate}" crate.
%files -n %{name}+colors-devel %files -n %{name}+colors-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+nightly-devel %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +82,7 @@ This package contains library source intended for building other packages which
use the "nightly" feature of the "%{crate}" crate. use the "nightly" feature of the "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+stderr-devel %package -n %{name}+stderr-devel
Summary: %{summary} Summary: %{summary}
@ -98,7 +94,7 @@ This package contains library source intended for building other packages which
use the "stderr" feature of the "%{crate}" crate. use the "stderr" feature of the "%{crate}" crate.
%files -n %{name}+stderr-devel %files -n %{name}+stderr-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+threads-devel %package -n %{name}+threads-devel
Summary: %{summary} Summary: %{summary}
@ -110,7 +106,7 @@ This package contains library source intended for building other packages which
use the "threads" feature of the "%{crate}" crate. use the "threads" feature of the "%{crate}" crate.
%files -n %{name}+threads-devel %files -n %{name}+threads-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+time-devel %package -n %{name}+time-devel
Summary: %{summary} Summary: %{summary}
@ -122,7 +118,7 @@ This package contains library source intended for building other packages which
use the "time" feature of the "%{crate}" crate. use the "time" feature of the "%{crate}" crate.
%files -n %{name}+time-devel %files -n %{name}+time-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+timestamps-devel %package -n %{name}+timestamps-devel
Summary: %{summary} Summary: %{summary}
@ -134,7 +130,7 @@ This package contains library source intended for building other packages which
use the "timestamps" feature of the "%{crate}" crate. use the "timestamps" feature of the "%{crate}" crate.
%files -n %{name}+timestamps-devel %files -n %{name}+timestamps-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1,5 +1,5 @@
--- simple_logger-1.16.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- simple_logger-1.16.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ simple_logger-1.16.0/Cargo.toml 2021-12-15T13:31:41.048500+00:00 +++ simple_logger-1.16.0/Cargo.toml 2023-08-05T22:29:40.357782+00:00
@@ -53,9 +53,3 @@ @@ -53,9 +53,3 @@
stderr = [] stderr = []
threads = [] threads = []
Loading…
Cancel
Save