Compare commits

..

No commits in common. 'i9ce' and 'epel9' have entirely different histories.
i9ce ... epel9

9
.gitignore vendored

@ -1 +1,8 @@
SOURCES/strsim-0.10.1.crate
/strsim-0.6.0.crate
/strsim-0.7.0.crate
/strsim-0.8.0.crate
/strsim-0.9.0.crate
/strsim-0.9.2.crate
/strsim-0.9.3.crate
/strsim-0.10.0.crate
/strsim-0.10.1.crate

@ -1 +0,0 @@
a9eed662d0b2ba0bc628ad41c2fc346018e50cb7 SOURCES/strsim-0.10.1.crate

@ -1,95 +1,3 @@
## 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 strsim
Name: rust-strsim
Version: 0.10.1
Release: %autorelease
Summary: Implementations of string similarity metrics
License: MIT
URL: https://crates.io/crates/strsim
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementations of string similarity metrics. Includes Hamming,
Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-
Dice.}
%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
%doc %{crate_instdir}/CHANGELOG.md
%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
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.10.1-1
- Rebuilt for MSVSphere 9.3
* Sun Jan 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.10.1-1
- Update to version 0.10.1; Fixes RHBZ#2257161
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed May 10 2023 Fabio Valentini <decathorpe@gmail.com> - 0.10.0-8
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
@ -168,4 +76,3 @@ use the "default" feature of the "%{crate}" crate.
* Sun Feb 12 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
- Initial package

@ -0,0 +1,71 @@
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate strsim
Name: rust-strsim
Version: 0.10.1
Release: %autorelease
Summary: Implementations of string similarity metrics
License: MIT
URL: https://crates.io/crates/strsim
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementations of string similarity metrics. Includes Hamming,
Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-
Dice.}
%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
%doc %{crate_instdir}/CHANGELOG.md
%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
%autochangelog

@ -0,0 +1 @@
SHA512 (strsim-0.10.1.crate) = fb4ad4e498016537c58e2f4d48e17023288bfe3320930eac6539a11d2799f460b57422601345c9d2ebfcd0c291ed209c9b1fc8b719568486d44f7c70d11754ed
Loading…
Cancel
Save