i10ce
changed/i10ce/rust-serde_derive_internals-0.29.1-1.el10
commit
e786731325
@ -0,0 +1 @@
|
||||
SOURCES/serde_derive_internals-0.29.1.crate
|
@ -0,0 +1 @@
|
||||
847290cb2562a8e5afa19852c4aa97bf41f1b69c SOURCES/serde_derive_internals-0.29.1.crate
|
@ -0,0 +1,3 @@
|
||||
[package]
|
||||
summary = "AST representation used by Serde derive macros"
|
||||
|
@ -0,0 +1,139 @@
|
||||
## 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 26
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate serde_derive_internals
|
||||
|
||||
Name: rust-serde_derive_internals
|
||||
Version: 0.29.1
|
||||
Release: %autorelease
|
||||
Summary: AST representation used by Serde derive macros
|
||||
|
||||
License: MIT OR Apache-2.0
|
||||
URL: https://crates.io/crates/serde_derive_internals
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
%global _description %{expand:
|
||||
AST representation used by Serde derive macros. Unstable.}
|
||||
|
||||
%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
|
||||
%{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> - 0.29.1-1
|
||||
- Rebuilt for MSVSphere 10
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Wed Oct 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.29.1-1
|
||||
- Update to version 0.29.1
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue May 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.29.0-1
|
||||
- Update to version 0.29.0
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Nov 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.26.0-1
|
||||
- Update to version 0.26.0
|
||||
|
||||
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.23.1-1
|
||||
- Update to 0.23.1
|
||||
|
||||
* Wed Mar 28 2018 Josh Stone <jistone@redhat.com> - 0.22.2-1
|
||||
- Update to 0.22.2
|
||||
|
||||
* Mon Mar 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.1-1
|
||||
- Update to 0.22.1
|
||||
|
||||
* Thu Mar 22 2018 Josh Stone <jistone@redhat.com> - 0.22.0-1
|
||||
- Update to 0.22.0
|
||||
|
||||
* Sat Mar 17 2018 Josh Stone <jistone@redhat.com> - 0.21.0-1
|
||||
- Update to 0.21.0
|
||||
|
||||
* Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.20.1-1
|
||||
- Update to 0.20.1
|
||||
|
||||
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.20.0-1
|
||||
- Update to 0.20.0
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.19.0-2
|
||||
- Rebuild for rust-packaging v5
|
||||
|
||||
* Sun Dec 31 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.19.0-1
|
||||
- Update to 0.19.0
|
||||
|
||||
* Sun Dec 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.1-1
|
||||
- Update to 0.18.1
|
||||
|
||||
* Wed Dec 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.0-1
|
||||
- Update to 0.18.0
|
||||
|
||||
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.17.0-1
|
||||
- Update to 0.17.0
|
||||
|
||||
* Thu Jun 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-1
|
||||
- Initial package
|
||||
|
||||
## END: Generated by rpmautospec
|
Loading…
Reference in new issue