## 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 # * tests fail to compile %bcond_with check %global debug_package %{nil} %global crate serde_derive_internals Name: rust-serde_derive_internals Version: 0.26.0 Release: %autorelease Summary: AST representation used by Serde derive macros License: MIT OR Apache-2.0 URL: https://crates.io/crates/serde_derive_internals Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: AST representation used by Serde derive macros. Unstable.} %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 %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 Jan 15 2024 Arkady L. Shane - 0.26.0-1 - Rebuilt for MSVSphere 9.3 * Mon Nov 06 2023 Fabio Valentini - 0.26.0-1 - Update to version 0.26.0 * Tue Apr 17 2018 Josh Stone - 0.23.1-1 - Update to 0.23.1 * Wed Mar 28 2018 Josh Stone - 0.22.2-1 - Update to 0.22.2 * Mon Mar 26 2018 Igor Gnatenko - 0.22.1-1 - Update to 0.22.1 * Thu Mar 22 2018 Josh Stone - 0.22.0-1 - Update to 0.22.0 * Sat Mar 17 2018 Josh Stone - 0.21.0-1 - Update to 0.21.0 * Wed Mar 14 2018 Josh Stone - 0.20.1-1 - Update to 0.20.1 * Thu Mar 08 2018 Josh Stone - 0.20.0-1 - Update to 0.20.0 * Fri Feb 09 2018 Fedora Release Engineering - 0.19.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 0.19.0-2 - Rebuild for rust-packaging v5 * Sun Dec 31 2017 Igor Gnatenko - 0.19.0-1 - Update to 0.19.0 * Sun Dec 24 2017 Igor Gnatenko - 0.18.1-1 - Update to 0.18.1 * Wed Dec 13 2017 Igor Gnatenko - 0.18.0-1 - Update to 0.18.0 * Wed Nov 08 2017 Igor Gnatenko - 0.17.0-1 - Update to 0.17.0 * Thu Jun 15 2017 Igor Gnatenko - 0.15.1-1 - Initial package