## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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 28 %bcond check 1 %global debug_package %{nil} %global crate icu_segmenter_data Name: rust-icu_segmenter_data Version: 2.2.0 Release: %autorelease Summary: Data for the icu_segmenter crate License: Unicode-3.0 URL: https://crates.io/crates/icu_segmenter_data Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Data for the icu_segmenter crate.} %description %{_description} # The data in this package has been “baked” into Rust code using the # icu_datagen crate, which is built on top of the databake crate. For # guidelines compliance purpose, we consider these files to have more # properties of data than of generated code. For example, other than the static # byte buffers encoding the data, all of the Rust source code is boilerplate # produced by icu_datagen; it has no “original sources” outside of icu_datagen # in any meaningful sense, other than the original form of the Unicode data # itself, which is ultimately attributable to the CLDR # (https://github.com/unicode-org/cldr-json/) and/or the data files shipped # with ICU (https://github.com/unicode-org/icu/). Further details, discussion, # and rationale appear in https://bugzilla.redhat.com/show_bug.cgi?id=2358292. %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 * Mon Apr 13 2026 Benjamin A. Beasley - 2.2.0-1 - Update to version 2.2.0; Fixes RHBZ#2454000 * Wed Mar 11 2026 Benjamin A. Beasley - 2.1.1-3 - Let the rationale comment appear in the spec file * Sat Jan 17 2026 Fedora Release Engineering - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Oct 29 2025 Benjamin A. Beasley - 2.1.1-1 - Update to version 2.1.1; Fixes RHBZ#2406872 * Mon Sep 08 2025 Kai A. Hiller - 2.0.0-1 - Initial import (fedora#2388115) ## END: Generated by rpmautospec