You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
4.3 KiB
153 lines
4.3 KiB
1 year ago
|
## START: Set by rpmautospec
|
||
|
## (rpmautospec version 0.3.0)
|
||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||
|
release_number = 5;
|
||
|
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 18
|
||
|
# * Tests are run in infrastructure
|
||
|
%bcond_with check
|
||
|
%global debug_package %{nil}
|
||
|
|
||
|
%global crate cexpr
|
||
|
|
||
|
Name: rust-%{crate}
|
||
|
Version: 0.6.0
|
||
|
Release: %autorelease
|
||
|
Summary: C expression parser and evaluator
|
||
|
|
||
|
# Upstream license specification: Apache-2.0/MIT
|
||
|
License: ASL 2.0 or MIT
|
||
|
URL: https://crates.io/crates/cexpr
|
||
|
Source: %{crates_source}
|
||
|
|
||
|
ExclusiveArch: %{rust_arches}
|
||
|
%if %{__cargo_skip_build}
|
||
|
BuildArch: noarch
|
||
|
%endif
|
||
|
|
||
|
BuildRequires: rust-packaging
|
||
|
|
||
|
%global _description %{expand:
|
||
|
C expression parser and evaluator.}
|
||
|
|
||
|
%description %{_description}
|
||
|
|
||
|
%package devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages
|
||
|
which use "%{crate}" crate.
|
||
|
|
||
|
%files devel
|
||
|
%license LICENSE-MIT LICENSE-APACHE
|
||
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
||
|
|
||
|
%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 "default" feature of "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+default-devel
|
||
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 <tigro@msvsphere-os.ru> - 0.6.0-5
|
||
|
- Rebuilt for MSVSphere 9.3
|
||
|
|
||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.6.0-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.6.0-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||
|
|
||
|
* Thu Nov 11 2021 Robert-André Mauchin <zebob.m@gmail.com> 0.6.0-3
|
||
|
- Remove SRPM upload
|
||
|
|
||
|
* Thu Nov 11 2021 Robert-André Mauchin <zebob.m@gmail.com> 0.6.0-2
|
||
|
- Fix release number
|
||
|
|
||
|
* Thu Nov 11 2021 Robert-André Mauchin <zebob.m@gmail.com> 0.6.0-1
|
||
|
- Update to 0.6.0 Close: rhbz#1974375
|
||
|
|
||
|
|
||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||
|
|
||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||
|
|
||
|
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.4.0-1
|
||
|
- Update to 0.4.0
|
||
|
|
||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||
|
|
||
|
* Fri Nov 15 2019 Josh Stone <jistone@redhat.com> - 0.3.6-1
|
||
|
- Update to 0.3.6
|
||
|
|
||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||
|
|
||
|
* Tue Mar 19 09:24:39 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-1
|
||
|
- Update to 0.3.5
|
||
|
|
||
|
* Sun Mar 17 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.4-3
|
||
|
- Bump to clang-sys 0.28
|
||
|
|
||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
|
* Tue Jan 15 2019 Josh Stone <jistone@redhat.com> - 0.3.4-1
|
||
|
- Update to 0.3.4
|
||
|
|
||
|
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-2
|
||
|
- Adapt to new packaging
|
||
|
|
||
|
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.3.3-1
|
||
|
- Update to 0.3.3
|
||
|
|
||
|
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.3.2-1
|
||
|
- Update to 0.3.2
|
||
|
|
||
|
* Tue Oct 09 2018 Josh Stone <jistone@redhat.com> - 0.3.1-1
|
||
|
- Update to 0.3.1
|
||
|
|
||
|
* Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.3.0-2
|
||
|
- Bump to clang-sys 0.26
|
||
|
|
||
|
* Thu Oct 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
|
||
|
- Initial package
|
||
|
|