From 6ae2ac578c140467fc94354c77176a3e29a9b555 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 18:01:02 +0300 Subject: [PATCH] import rust-unicode-ident-1.0.14-1.el10 --- .gitignore | 1 + .rust-unicode-ident.metadata | 1 + SOURCES/rust2rpm.toml | 7 ++ SPECS/rust-unicode-ident.spec | 136 ++++++++++++++++++++++++++++++++++ 4 files changed, 145 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-unicode-ident.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-unicode-ident.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..342a0e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/unicode-ident-1.0.14.crate diff --git a/.rust-unicode-ident.metadata b/.rust-unicode-ident.metadata new file mode 100644 index 0000000..30a26ae --- /dev/null +++ b/.rust-unicode-ident.metadata @@ -0,0 +1 @@ +e3663dcb4e6996f5c9cf67d5c4cbb6ea74df4757 SOURCES/unicode-ident-1.0.14.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..718d88d --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,7 @@ +[package] +summary = "Determine whether characters have the XID_Start or XID_Continue properties" + +[tests] +run = ["none"] +comments = ["missing dev-dependencies: fst, roaring"] + diff --git a/SPECS/rust-unicode-ident.spec b/SPECS/rust-unicode-ident.spec new file mode 100644 index 0000000..0467df9 --- /dev/null +++ b/SPECS/rust-unicode-ident.spec @@ -0,0 +1,136 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.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 27 +# * missing dev-dependencies: fst, roaring +%bcond check 0 +%global debug_package %{nil} + +%global crate unicode-ident + +Name: rust-unicode-ident +Version: 1.0.14 +Release: %autorelease +Summary: Determine whether characters have the XID_Start or XID_Continue properties + +License: (MIT OR Apache-2.0) AND Unicode-3.0 +URL: https://crates.io/crates/unicode-ident +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Determine whether characters have the XID_Start or XID_Continue +properties according to Unicode Standard Annex #31.} + +%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 +%license %{crate_instdir}/LICENSE-UNICODE +%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 +* Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.14-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Wed Dec 04 2024 Fabio Valentini - 1.0.14-1 +- Update to version 1.0.14; Fixes RHBZ#2327590 + +* Mon Sep 16 2024 Fabio Valentini - 1.0.13-1 +- Update to version 1.0.13; Fixes RHBZ#2311416 + +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Sep 13 2023 Fabio Valentini - 1.0.12-1 +- Update to version 1.0.12; Fixes RHBZ#2238683 + +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jul 15 2023 Fabio Valentini - 1.0.11-1 +- Update to version 1.0.11; Fixes RHBZ#2223073 + +* Wed Jul 05 2023 Fabio Valentini - 1.0.10-1 +- Update to version 1.0.10; Fixes RHBZ#2219466 + +* Thu May 25 2023 Fabio Valentini - 1.0.9-1 +- Update to version 1.0.9; Fixes RHBZ#2209737 + +* Mon Mar 06 2023 Fabio Valentini - 1.0.8-1 +- Update to version 1.0.8; Fixes RHBZ#2175340 + +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Dec 20 2022 Fabio Valentini - 1.0.6-1 +- Update to version 1.0.6; Fixes RHBZ#2154602 + +* Sat Dec 10 2022 Fabio Valentini - 1.0.5-1 +- Update to version 1.0.5; Fixes RHBZ#2133217 + +* Wed Oct 05 2022 Fabio Valentini - 1.0.4-1 +- Update to version 1.0.4; Fixes RHBZ#2126681 + +* Wed Aug 03 2022 Fabio Valentini - 1.0.3-1 +- Update to version 1.0.3; Fixes RHBZ#2114959 + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jul 04 2022 Fabio Valentini - 1.0.1-1 +- Initial import (#2089436) +## END: Generated by rpmautospec