|
|
|
@ -1,21 +1,11 @@
|
|
|
|
|
## 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
|
|
|
|
|
%bcond check 1
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate miette
|
|
|
|
|
|
|
|
|
|
Name: rust-miette
|
|
|
|
|
Version: 7.4.0
|
|
|
|
|
Version: 5.10.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Fancy diagnostic reporting library and protocol for us mere mortals
|
|
|
|
|
|
|
|
|
@ -60,40 +50,40 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+derive-devel
|
|
|
|
|
%package -n %{name}+backtrace-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+derive-devel %{_description}
|
|
|
|
|
%description -n %{name}+backtrace-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "derive" feature of the "%{crate}" crate.
|
|
|
|
|
use the "backtrace" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+derive-devel
|
|
|
|
|
%files -n %{name}+backtrace-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fancy-devel
|
|
|
|
|
%package -n %{name}+backtrace-ext-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+fancy-devel %{_description}
|
|
|
|
|
%description -n %{name}+backtrace-ext-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "fancy" feature of the "%{crate}" crate.
|
|
|
|
|
use the "backtrace-ext" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fancy-devel
|
|
|
|
|
%files -n %{name}+backtrace-ext-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fancy-base-devel
|
|
|
|
|
%package -n %{name}+fancy-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+fancy-base-devel %{_description}
|
|
|
|
|
%description -n %{name}+fancy-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "fancy-base" feature of the "%{crate}" crate.
|
|
|
|
|
use the "fancy" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fancy-base-devel
|
|
|
|
|
%files -n %{name}+fancy-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fancy-no-backtrace-devel
|
|
|
|
@ -108,16 +98,16 @@ use the "fancy-no-backtrace" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+fancy-no-backtrace-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fancy-no-syscall-devel
|
|
|
|
|
%package -n %{name}+is-terminal-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+fancy-no-syscall-devel %{_description}
|
|
|
|
|
%description -n %{name}+is-terminal-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "fancy-no-syscall" feature of the "%{crate}" crate.
|
|
|
|
|
use the "is-terminal" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fancy-no-syscall-devel
|
|
|
|
|
%files -n %{name}+is-terminal-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+no-format-args-capture-devel
|
|
|
|
@ -132,6 +122,18 @@ use the "no-format-args-capture" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+no-format-args-capture-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+owo-colors-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+owo-colors-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "owo-colors" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+owo-colors-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -144,87 +146,83 @@ use the "serde" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+serde-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+syntect-highlighter-devel
|
|
|
|
|
%package -n %{name}+supports-color-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+syntect-highlighter-devel %{_description}
|
|
|
|
|
%description -n %{name}+supports-color-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "syntect-highlighter" feature of the "%{crate}" crate.
|
|
|
|
|
use the "supports-color" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+syntect-highlighter-devel
|
|
|
|
|
%files -n %{name}+supports-color-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
%package -n %{name}+supports-hyperlinks-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
%description -n %{name}+supports-hyperlinks-devel %{_description}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cargo_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cargo_install
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "supports-hyperlinks" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
%files -n %{name}+supports-hyperlinks-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 7.4.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
%package -n %{name}+supports-unicode-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sun Dec 01 2024 Fabio Valentini <decathorpe@gmail.com> - 7.4.0-1
|
|
|
|
|
- Update to version 7.4.0; Fixes RHBZ#2328892
|
|
|
|
|
%description -n %{name}+supports-unicode-devel %{_description}
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "supports-unicode" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
* Wed Mar 20 2024 Michel Lind <salimma@fedoraproject.org> - 7.2.0-1
|
|
|
|
|
- Update to 7.2.0 (rhbz#2262594)
|
|
|
|
|
%files -n %{name}+supports-unicode-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
%package -n %{name}+terminal_size-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Fabio Valentini <decathorpe@gmail.com> - 5.10.0-3
|
|
|
|
|
- Regenerate with rust2rpm v25 and enable "fancy" feature
|
|
|
|
|
%description -n %{name}+terminal_size-devel %{_description}
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "terminal_size" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2023 Fabio Valentini <decathorpe@gmail.com> - 5.10.0-1
|
|
|
|
|
- Update to version 5.10.0; Fixes RHBZ#2223155
|
|
|
|
|
%files -n %{name}+terminal_size-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
* Mon May 22 2023 Fabio Valentini <decathorpe@gmail.com> - 5.9.0-1
|
|
|
|
|
- Update to version 5.9.0; Fixes RHBZ#2208404
|
|
|
|
|
%package -n %{name}+textwrap-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
* Wed Apr 19 2023 Fabio Valentini <decathorpe@gmail.com> - 5.8.0-1
|
|
|
|
|
- Update to version 5.8.0; Fixes RHBZ#2187775
|
|
|
|
|
%description -n %{name}+textwrap-devel %{_description}
|
|
|
|
|
|
|
|
|
|
* Sat Apr 01 2023 Fabio Valentini <decathorpe@gmail.com> - 5.7.0-1
|
|
|
|
|
- Update to version 5.7.0; Fixes RHBZ#2177963
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "textwrap" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
%files -n %{name}+textwrap-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
* Mon Dec 12 2022 Fabio Valentini <decathorpe@gmail.com> - 5.5.0-1
|
|
|
|
|
- Update to version 5.5.0; Fixes RHBZ#2113060
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
* Tue Jul 26 2022 yizhengxie <yizhengx@bu.edu> - 5.1.1-1
|
|
|
|
|
- Update to 5.1.1
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
%build
|
|
|
|
|
%cargo_build
|
|
|
|
|
|
|
|
|
|
* Wed Apr 13 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.4.0-1
|
|
|
|
|
- Update to 4.4.0
|
|
|
|
|
%install
|
|
|
|
|
%cargo_install
|
|
|
|
|
|
|
|
|
|
* Sat Mar 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.2.1-1
|
|
|
|
|
- Initial package
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|