Compare commits
No commits in common. 'epel9' and 'i9ce' have entirely different histories.
@ -1,13 +1 @@
|
||||
/results_*/
|
||||
/*.src.rpm
|
||||
|
||||
/unicode-ident-1.0.1.crate
|
||||
/unicode-ident-1.0.3.crate
|
||||
/unicode-ident-1.0.4.crate
|
||||
/unicode-ident-1.0.5.crate
|
||||
/unicode-ident-1.0.6.crate
|
||||
/unicode-ident-1.0.8.crate
|
||||
/unicode-ident-1.0.9.crate
|
||||
/unicode-ident-1.0.10.crate
|
||||
/unicode-ident-1.0.11.crate
|
||||
/unicode-ident-1.0.12.crate
|
||||
SOURCES/unicode-ident-1.0.12.crate
|
||||
|
@ -0,0 +1 @@
|
||||
3c83fb17b05ca0ce51b6b1b4192c5c4858ee0685 SOURCES/unicode-ident-1.0.12.crate
|
@ -0,0 +1,122 @@
|
||||
## 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 24
|
||||
# * missing dev-dependencies: fst, roaring
|
||||
%bcond_with check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate unicode-ident
|
||||
|
||||
Name: rust-unicode-ident
|
||||
Version: 1.0.12
|
||||
Release: %autorelease
|
||||
Summary: Determine whether characters have the XID_Start or XID_Continue properties
|
||||
|
||||
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
|
||||
URL: https://crates.io/crates/unicode-ident
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: rust-packaging >= 21
|
||||
|
||||
%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_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 Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.0.12-1
|
||||
- Rebuilt for MSVSphere 9.2
|
||||
|
||||
* 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)
|
@ -1,72 +0,0 @@
|
||||
# Generated by rust2rpm 24
|
||||
# * missing dev-dependencies: fst, roaring
|
||||
%bcond_with check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate unicode-ident
|
||||
|
||||
Name: rust-unicode-ident
|
||||
Version: 1.0.12
|
||||
Release: %autorelease
|
||||
Summary: Determine whether characters have the XID_Start or XID_Continue properties
|
||||
|
||||
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
|
||||
URL: https://crates.io/crates/unicode-ident
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: rust-packaging >= 21
|
||||
|
||||
%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_no_tilde} -p1
|
||||
%cargo_prep
|
||||
|
||||
%generate_buildrequires
|
||||
%cargo_generate_buildrequires
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%cargo_test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
Loading…
Reference in new issue