## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; 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 24 %bcond_without check %global debug_package %{nil} %global crate prost-build Name: rust-prost-build Version: 0.8.0 Release: %autorelease Summary: Protocol Buffers implementation for the Rust Language License: Apache-2.0 URL: https://crates.io/crates/prost-build Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: A Protocol Buffers implementation for the Rust Language.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch Requires: protobuf-compiler %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %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_no_tilde} -p1 rm -r third-party/ %cargo_prep %generate_buildrequires %cargo_generate_buildrequires echo 'protobuf-compiler' %build %cargo_build %install %cargo_install %if %{with check} %check export PROTOC=%{_bindir}/protoc %cargo_test %endif %changelog * Fri Jul 21 2023 Fedora Release Engineering - 0.8.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Mar 20 2023 Fabio Valentini - 0.8.0-5 - Regenerate with rust2rpm v24; simplify packaging; enable tests * Sat Jan 21 2023 Fedora Release Engineering - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Feb 20 2022 Peter Robinson - 0.8.0-1 - Update to 0.8.0 * Fri Jan 21 2022 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 3 2021 Peter Robinson - 0.7.0-1 - Update to 0.7.0 * Fri Sep 18 2020 Fabio Valentini - 0.6.1-3 - Bump to which 4. * Mon Sep 07 2020 Peter Robinson - 0.6.1-2 - Review updates * Tue Aug 25 15:31:56 BST 2020 Peter Robinson - 0.6.1-1 - Initial package