## START: Set by rpmautospec ## (rpmautospec version 0.6.3) ## 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 26 %bcond_without check %global debug_package %{nil} # prevent executables from being installed %global cargo_install_bin 0 %global crate xml-rs Name: rust-xml-rs Version: 0.8.20 Release: %autorelease Summary: XML library in pure Rust License: MIT URL: https://crates.io/crates/xml-rs Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 26 %global _description %{expand: An XML library in pure Rust.} %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 %doc %{crate_instdir}/README.md %{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 ## START: Generated by rpmautospec * Thu Apr 04 2024 Fabio Valentini - 0.8.20-1 - Update to version 0.8.20; Fixes RHBZ#2272396 * Sat Jan 27 2024 Fedora Release Engineering - 0.8.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Oct 10 2023 Fabio Valentini - 0.8.19-1 - Update to version 0.8.19; Fixes RHBZ#2240310 * Tue Sep 19 2023 Fabio Valentini - 0.8.18-1 - Update to version 0.8.18; Fixes RHBZ#2238105 * Tue Sep 05 2023 Fabio Valentini - 0.8.17-1 - Update to version 0.8.17; Fixes RHBZ#2237266 * Fri Jul 21 2023 Fabio Valentini - 0.8.16-1 - Update to version 0.8.16; Fixes RHBZ#2224125 * Wed Jul 05 2023 Fabio Valentini - 0.8.15-1 - Update to version 0.8.15; Fixes RHBZ#2219164 * Mon Jun 12 2023 Fabio Valentini - 0.8.14-1 - Update to version 0.8.14; Fixes RHBZ#2211792 * Mon May 29 2023 Fabio Valentini - 0.8.13-1 - Update to version 0.8.13; Fixes RHBZ#2209160 * Thu May 18 2023 Fabio Valentini - 0.8.11-2 - Skip test for the exact size of an enum that fails on various arches * Wed May 17 2023 Fabio Valentini - 0.8.11-1 - Update to version 0.8.11; Fixes RHBZ#2196366 * Mon May 08 2023 Fabio Valentini - 0.8.7-1 - Update to version 0.8.7; Fixes RHBZ#2193155 * Sat Jan 21 2023 Fedora Release Engineering - 0.8.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.8.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 0.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 29 2021 Fabio Valentini - 0.8.4-1 - Update to version 0.8.4; Fixes RHBZ#1987148 * Fri Jul 23 2021 Fedora Release Engineering - 0.8.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.8.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Apr 29 2020 Josh Stone - 0.8.3-1 - Update to 0.8.3 * Wed Apr 08 2020 Josh Stone - 0.8.2-1 - Update to 0.8.2 * Wed Apr 01 2020 Josh Stone - 0.8.1-1 - Update to 0.8.1 * Thu Jan 30 2020 Fedora Release Engineering - 0.8.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering - 0.8.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jun 22 10:17:22 CEST 2019 Igor Gnatenko - 0.8.0-4 - Regenerate * Sat Feb 02 2019 Fedora Release Engineering - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Nov 03 2018 Igor Gnatenko - 0.8.0-2 - Adapt to new packaging * Fri Aug 31 2018 Igor Gnatenko - 0.8.0-1 - Initial package ## END: Generated by rpmautospec