import rust-const_format_proc_macros-0.2.32-1.el9

i9ce changed/i9ce/rust-const_format_proc_macros-0.2.32-1.el9
Arkady L. Shane 1 year ago
commit 6691c79e43
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -0,0 +1,147 @@
## 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 const_format_proc_macros
Name: rust-const_format_proc_macros
Version: 0.2.32
Release: %autorelease
Summary: Implementation detail of the const_format crate
License: Zlib
URL: https://crates.io/crates/const_format_proc_macros
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation detail of the `const_format` crate.}
%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-ZLIB.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
%package -n %{name}+all-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+all-devel %{_description}
This package contains library source intended for building other packages which
use the "all" feature of the "%{crate}" crate.
%files -n %{name}+all-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+debug-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+debug-devel %{_description}
This package contains library source intended for building other packages which
use the "debug" feature of the "%{crate}" crate.
%files -n %{name}+debug-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive-devel %{_description}
This package contains library source intended for building other packages which
use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+syn-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+syn-devel %{_description}
This package contains library source intended for building other packages which
use the "syn" feature of the "%{crate}" crate.
%files -n %{name}+syn-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 <tigro@msvsphere-os.ru> - 0.2.32-1
- Rebuilt for MSVSphere 9.3
* Fri Oct 20 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.32-1
- Update to version 0.2.32; Fixes RHBZ#2244163
* Thu Aug 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.31-1
- Update to version 0.2.31; Fixes RHBZ#2210876
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Feb 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.29-1
- Update to version 0.2.29; Fixes RHBZ#2133595
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.22-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jul 11 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.22-1
- Initial import; Fixes: RHBZ#1993291
Loading…
Cancel
Save