commit 388abca008851252cea0ff2fe175d36acf835943 Author: MSVSphere Packaging Team Date: Fri Dec 20 18:10:18 2024 +0300 import rust-yansi-1.0.1-3.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f06019 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/yansi-1.0.1.crate diff --git a/.rust-yansi.metadata b/.rust-yansi.metadata new file mode 100644 index 0000000..9660b96 --- /dev/null +++ b/.rust-yansi.metadata @@ -0,0 +1 @@ +d7e5b008d3264b1d7b8bba31bdf0b5ff00d8edf0 SOURCES/yansi-1.0.1.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..a8b5857 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,2 @@ +[features] +hide = ["_nightly"] diff --git a/SPECS/rust-yansi.spec b/SPECS/rust-yansi.spec new file mode 100644 index 0000000..a18527a --- /dev/null +++ b/SPECS/rust-yansi.spec @@ -0,0 +1,181 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 3; + 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} + +%global crate yansi + +Name: rust-yansi +Version: 1.0.1 +Release: %autorelease +Summary: Dead simple ANSI terminal color painting library + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/yansi +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A dead simple ANSI terminal color painting library.} + +%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 +%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 + +%package -n %{name}+alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "alloc" feature of the "%{crate}" crate. + +%files -n %{name}+alloc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+detect-env-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+detect-env-devel %{_description} + +This package contains library source intended for building other packages which +use the "detect-env" feature of the "%{crate}" crate. + +%files -n %{name}+detect-env-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+detect-tty-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+detect-tty-devel %{_description} + +This package contains library source intended for building other packages which +use the "detect-tty" feature of the "%{crate}" crate. + +%files -n %{name}+detect-tty-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+hyperlink-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+hyperlink-devel %{_description} + +This package contains library source intended for building other packages which +use the "hyperlink" feature of the "%{crate}" crate. + +%files -n %{name}+hyperlink-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+is-terminal-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+is-terminal-devel %{_description} + +This package contains library source intended for building other packages which +use the "is-terminal" feature of the "%{crate}" crate. + +%files -n %{name}+is-terminal-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate. + +%files -n %{name}+std-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.1-3 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Tue May 07 2024 Fabio Valentini - 1.0.1-2 +- Regenerate with rust2rpm v26 + +* Sat May 04 2024 Łukasz Wojniłowicz - 1.0.1-1 +- Update to version 1.0.1; Fixes RHBZ#2268112 + +* Sat Jan 27 2024 Fedora Release Engineering - 0.5.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Aug 07 2023 Fabio Valentini - 0.5.1-5 +- Regenerate with rust2rpm v24 + +* Sat Jul 22 2023 Fedora Release Engineering - 0.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 0.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon May 02 2022 laiot - 0.5.1-1 +- add sources +## END: Generated by rpmautospec