From 134fbc5568eb7d56f2a4724ab56fd7bd3229f18b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 20 Dec 2019 19:37:42 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-sval.spec | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/rust-sval.spec b/rust-sval.spec index 2fd656b..8b5fa36 100644 --- a/rust-sval.spec +++ b/rust-sval.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: No-std, object-safe serialization framework # Upstream license specification: Apache-2.0 OR MIT @@ -38,7 +38,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -50,7 +50,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+arbitrary-depth-devel Summary: %{summary} @@ -62,7 +62,7 @@ This package contains library source intended for building other packages which use "arbitrary-depth" feature of "%{crate}" crate. %files -n %{name}+arbitrary-depth-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+derive-devel Summary: %{summary} @@ -74,7 +74,7 @@ This package contains library source intended for building other packages which use "derive" feature of "%{crate}" crate. %files -n %{name}+derive-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+fmt-devel Summary: %{summary} @@ -86,7 +86,7 @@ This package contains library source intended for building other packages which use "fmt" feature of "%{crate}" crate. %files -n %{name}+fmt-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} @@ -98,7 +98,19 @@ This package contains library source intended for building other packages which use "serde" feature of "%{crate}" crate. %files -n %{name}+serde-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+serde_lib-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde_lib-devel %{_description} + +This package contains library source intended for building other packages +which use "serde_lib" feature of "%{crate}" crate. + +%files -n %{name}+serde_lib-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+serde_no_std-devel Summary: %{summary} @@ -110,7 +122,7 @@ This package contains library source intended for building other packages which use "serde_no_std" feature of "%{crate}" crate. %files -n %{name}+serde_no_std-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+serde_std-devel Summary: %{summary} @@ -122,7 +134,7 @@ This package contains library source intended for building other packages which use "serde_std" feature of "%{crate}" crate. %files -n %{name}+serde_std-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+smallvec-devel Summary: %{summary} @@ -134,7 +146,7 @@ This package contains library source intended for building other packages which use "smallvec" feature of "%{crate}" crate. %files -n %{name}+smallvec-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -146,7 +158,7 @@ This package contains library source intended for building other packages which use "std" feature of "%{crate}" crate. %files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+sval_derive-devel Summary: %{summary} @@ -158,7 +170,7 @@ This package contains library source intended for building other packages which use "sval_derive" feature of "%{crate}" crate. %files -n %{name}+sval_derive-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+test-devel Summary: %{summary} @@ -170,7 +182,7 @@ This package contains library source intended for building other packages which use "test" feature of "%{crate}" crate. %files -n %{name}+test-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -191,6 +203,9 @@ which use "test" feature of "%{crate}" crate. %endif %changelog +* Fri Dec 20 19:37:02 CET 2019 Igor Gnatenko - 0.4.7-2 +- Regenerate + * Tue Nov 19 2019 Josh Stone - 0.4.7-1 - Update to 0.4.7