Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 4c3732c57c
commit 134fbc5568
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.7 Version: 0.4.7
Release: 1%{?dist} Release: 2%{?dist}
Summary: No-std, object-safe serialization framework Summary: No-std, object-safe serialization framework
# Upstream license specification: Apache-2.0 OR MIT # Upstream license specification: Apache-2.0 OR MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %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 %package -n %{name}+arbitrary-depth-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "arbitrary-depth" feature of "%{crate}" crate. which use "arbitrary-depth" feature of "%{crate}" crate.
%files -n %{name}+arbitrary-depth-devel %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 %package -n %{name}+derive-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "derive" feature of "%{crate}" crate. which use "derive" feature of "%{crate}" crate.
%files -n %{name}+derive-devel %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 %package -n %{name}+fmt-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "fmt" feature of "%{crate}" crate. which use "fmt" feature of "%{crate}" crate.
%files -n %{name}+fmt-devel %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 %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -98,7 +98,19 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %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 %package -n %{name}+serde_no_std-devel
Summary: %{summary} 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. which use "serde_no_std" feature of "%{crate}" crate.
%files -n %{name}+serde_no_std-devel %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 %package -n %{name}+serde_std-devel
Summary: %{summary} Summary: %{summary}
@ -122,7 +134,7 @@ This package contains library source intended for building other packages
which use "serde_std" feature of "%{crate}" crate. which use "serde_std" feature of "%{crate}" crate.
%files -n %{name}+serde_std-devel %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 %package -n %{name}+smallvec-devel
Summary: %{summary} Summary: %{summary}
@ -134,7 +146,7 @@ This package contains library source intended for building other packages
which use "smallvec" feature of "%{crate}" crate. which use "smallvec" feature of "%{crate}" crate.
%files -n %{name}+smallvec-devel %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 %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -146,7 +158,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %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 %package -n %{name}+sval_derive-devel
Summary: %{summary} Summary: %{summary}
@ -158,7 +170,7 @@ This package contains library source intended for building other packages
which use "sval_derive" feature of "%{crate}" crate. which use "sval_derive" feature of "%{crate}" crate.
%files -n %{name}+sval_derive-devel %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 %package -n %{name}+test-devel
Summary: %{summary} Summary: %{summary}
@ -170,7 +182,7 @@ This package contains library source intended for building other packages
which use "test" feature of "%{crate}" crate. which use "test" feature of "%{crate}" crate.
%files -n %{name}+test-devel %files -n %{name}+test-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -191,6 +203,9 @@ which use "test" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 19:37:02 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.7-2
- Regenerate
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.4.7-1 * Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.4.7-1
- Update to 0.4.7 - Update to 0.4.7

Loading…
Cancel
Save