|
|
@ -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 <packager@msvsphere-os.ru> - 1.0.14-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Wed Dec 04 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.14-1
|
|
|
|
|
|
|
|
- Update to version 1.0.14; Fixes RHBZ#2327590
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 16 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.13-1
|
|
|
|
|
|
|
|
- Update to version 1.0.13; Fixes RHBZ#2311416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 13 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.12-1
|
|
|
|
|
|
|
|
- Update to version 1.0.12; Fixes RHBZ#2238683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.11-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 15 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.11-1
|
|
|
|
|
|
|
|
- Update to version 1.0.11; Fixes RHBZ#2223073
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.10-1
|
|
|
|
|
|
|
|
- Update to version 1.0.10; Fixes RHBZ#2219466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 25 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.9-1
|
|
|
|
|
|
|
|
- Update to version 1.0.9; Fixes RHBZ#2209737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.8-1
|
|
|
|
|
|
|
|
- Update to version 1.0.8; Fixes RHBZ#2175340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 20 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.6-1
|
|
|
|
|
|
|
|
- Update to version 1.0.6; Fixes RHBZ#2154602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.5-1
|
|
|
|
|
|
|
|
- Update to version 1.0.5; Fixes RHBZ#2133217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.4-1
|
|
|
|
|
|
|
|
- Update to version 1.0.4; Fixes RHBZ#2126681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
|
|
|
|
|
|
|
|
- Update to version 1.0.3; Fixes RHBZ#2114959
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 04 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1
|
|
|
|
|
|
|
|
- Initial import (#2089436)
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|