Unretirement request: https://pagure.io/releng/issue/11755
parent
5070368f07
commit
914a3accf5
@ -0,0 +1,11 @@
|
|||||||
|
/serde_derive_internals-0.17.0.crate
|
||||||
|
/serde_derive_internals-0.18.0.crate
|
||||||
|
/serde_derive_internals-0.18.1.crate
|
||||||
|
/serde_derive_internals-0.19.0.crate
|
||||||
|
/serde_derive_internals-0.20.0.crate
|
||||||
|
/serde_derive_internals-0.20.1.crate
|
||||||
|
/serde_derive_internals-0.21.0.crate
|
||||||
|
/serde_derive_internals-0.22.0.crate
|
||||||
|
/serde_derive_internals-0.22.1.crate
|
||||||
|
/serde_derive_internals-0.22.2.crate
|
||||||
|
/serde_derive_internals-0.23.1.crate
|
@ -0,0 +1,3 @@
|
|||||||
|
# rust-serde_derive_internals
|
||||||
|
|
||||||
|
The rust-serde_derive_internals package
|
@ -1 +0,0 @@
|
|||||||
unused since rust-serde_derive-1.0.46
|
|
@ -0,0 +1,97 @@
|
|||||||
|
# Generated by rust2rpm
|
||||||
|
%bcond_without check
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
|
%global crate serde_derive_internals
|
||||||
|
|
||||||
|
Name: rust-%{crate}
|
||||||
|
Version: 0.23.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: AST representation used by Serde derive macros
|
||||||
|
|
||||||
|
License: MIT or ASL 2.0
|
||||||
|
URL: https://crates.io/crates/serde_derive_internals
|
||||||
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
||||||
|
|
||||||
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
|
BuildRequires: rust-packaging
|
||||||
|
# [dependencies]
|
||||||
|
BuildRequires: (crate(proc-macro2) >= 0.3.0 with crate(proc-macro2) < 0.4.0)
|
||||||
|
BuildRequires: ((crate(syn) >= 0.13.0 with crate(syn) < 0.14.0) with crate(syn/derive) with crate(syn/parsing) with crate(syn/clone-impls))
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: %{summary}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
AST representation used by Serde derive macros. Unstable.
|
||||||
|
|
||||||
|
This package contains library source intended for building other packages
|
||||||
|
which use %{crate} from crates.io.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{crate}-%{version} -p1
|
||||||
|
%cargo_prep
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cargo_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cargo_install
|
||||||
|
|
||||||
|
%if %{with check}
|
||||||
|
%check
|
||||||
|
%cargo_test
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%license LICENSE-MIT LICENSE-APACHE
|
||||||
|
%doc README.md
|
||||||
|
%{cargo_registry}/%{crate}-%{version}/
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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
|
Loading…
Reference in new issue