import rust-value-bag-serde1-1.4.2-1.el9

i9ce changed/i9ce/rust-value-bag-serde1-1.4.2-1.el9
Arkady L. Shane 1 year ago
commit 31219a2027
Signed by: tigro
GPG Key ID: 8D1597B4AD3AFAA0

@ -0,0 +1,184 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate value-bag-serde1
Name: rust-value-bag-serde1
Version: 1.4.2
Release: %autorelease
Summary: Implementation detail for value-bag
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/value-bag-serde1
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation detail for value-bag.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
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.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+json-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+json-devel %{_description}
This package contains library source intended for building other packages which
use the "json" feature of the "%{crate}" crate.
%files -n %{name}+json-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+owned-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+owned-devel %{_description}
This package contains library source intended for building other packages which
use the "owned" feature of the "%{crate}" crate.
%files -n %{name}+owned-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde_buf-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde_buf-devel %{_description}
This package contains library source intended for building other packages which
use the "serde_buf" feature of the "%{crate}" crate.
%files -n %{name}+serde_buf-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde_json-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde_json-devel %{_description}
This package contains library source intended for building other packages which
use the "serde_json" feature of the "%{crate}" crate.
%files -n %{name}+serde_json-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde_test-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde_test-devel %{_description}
This package contains library source intended for building other packages which
use the "serde_test" feature of the "%{crate}" crate.
%files -n %{name}+serde_test-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+test-devel %{_description}
This package contains library source intended for building other packages which
use the "test" feature of the "%{crate}" crate.
%files -n %{name}+test-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.4.2-1
- Rebuilt for MSVSphere 9.2
* Fri Nov 03 2023 Fabio Valentini <decathorpe@gmail.com> - 1.4.2-1
- Update to version 1.4.2; Fixes RHBZ#2244973
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 18 2023 Fabio Valentini <decathorpe@gmail.com> - 1.4.1-1
- Initial import (#2217024)
Loading…
Cancel
Save