From 708b0e04075a7430c70237d3cef6c03168149ab2 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 15 Jan 2024 21:16:44 +0300 Subject: [PATCH] import rust-getch-0.3.1-1.el9 --- .rust-getch.metadata | 0 SOURCES/getch-0.3.1.crate | Bin 0 -> 1501 bytes SOURCES/getch-fix-metadata-auto.diff | 8 +++ SPECS/rust-getch.spec | 104 +++++++++++++++++++++++++++ 4 files changed, 112 insertions(+) create mode 100644 .rust-getch.metadata create mode 100644 SOURCES/getch-0.3.1.crate create mode 100644 SOURCES/getch-fix-metadata-auto.diff create mode 100644 SPECS/rust-getch.spec diff --git a/.rust-getch.metadata b/.rust-getch.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/getch-0.3.1.crate b/SOURCES/getch-0.3.1.crate new file mode 100644 index 0000000000000000000000000000000000000000..5f880cbf636eee135707a08e240da33a3d78c430 GIT binary patch literal 1501 zcmV<31tR(%iwFn+00002|7T@%V`wcfE;BAME@N_GbY%eTSZ!0=MiAz+e#J)2fYdRv zFa%Q*)4D(tW)j>1GMUulp+Y{{S4(%AyHgEG`~&*C`p3E_$#1evTncG3;lB8Ew=d5= zx4SyIOO)T+a-AJ#yL{w{E_W1`L?@Vsjj(eUtlCs zc>-YV8y)L#`Reonem;GD0{Gi_d)a)`xI8^-yng*2UY?wtoHs5{j^U^GaMU<|*)-OT zb$Hh!43aqHUWc+S_`*{}g5sch1O(|)sl+X$*#rX`hTtWbRGy-~7lyZJz+_xRUPwO> z6DCOq0S(bkzy(C!4MhR)c@(4GH4UlKiUX>8fJWdCA|&NZ0uORW9_!$a<`Jz#Hf- z)$>#uJr}e~86uyAmBL2IA?=g!7DCSZ8vZSGXb=!Vm;y_Kj}pHJ5zib+&b;f8*a!kH z2$?eHXcs9-GyZ(e6q-WRMl1IGzSkvfgLx5wI+$HuDD%UlLsF#)F0%xt6n;6R*N%`V)*;dt zG*-FC2E<$_9Tdt_gFa=nGL~4Go(kH;3ca(MbK$gGm0C#26c#IGqVWm&-gZ4PEclYW@{v>R_1- z^T^Dx1T61vmc4bDD=iB~TOVWosC-GV$0$+4tMys)taNhpsyRF`4Bbp;;w^&EYnmAJ z&B(yAVe4>4UXKy2dOn=8Qh>CIDH=dX6g2x*l&DbvHa3nT|Fv2mcytwXEZ3gW*Fzid zufibox)VhwUpbf&Eo{O@9iCYkMV~Z9Hc~V#KY?f2DXI~#mRp*Fcy!S?K5v|!m0)8W z!Ysx`&g-xcqaK2&1XCepYfQl?C+!*Wp)o(p_0nX`c0PC3S(P50& znv~m#5L_Hi1%}@iaUsrxNiQG^g4Z*IW$4;iWM*X!;ARXxgOIPEh1wZgDWfU-DI z&O*uM9)>_dNtQUs8OM|EgC`-`x99cmcp6j0VByVDu!K&uDG*`3Ua2l2`(Jr2 zxX~Kdo2^aw^a-qV;ZQHQo3OEw3B1tH-*4JWz&seBJWntBG*16CNSLA_4Df}8U(}vH zCoEuRsp_Dozww`0Q$cuzAU= 21 + +%global _description %{expand: +Portable implementation of getch, using _getch on Windows, and termios on Unix.} + +%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 +%{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 +%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 - 0.3.1-1 +- Rebuilt for MSVSphere 9.3 + +* Wed Jul 27 2022 Fabio Valentini 0.3.1-1 +- Update to version 0.3.1; Fixes RHBZ#2041711 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 0.2.1-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Feb 14 10:44:31 CET 2020 Igor Raits - 0.2.1-1 +- Initial package +