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.
136 lines
3.8 KiB
136 lines
3.8 KiB
# Generated by rust2rpm 11
|
|
%bcond_without check
|
|
%global debug_package %{nil}
|
|
|
|
%global crate darling_core
|
|
|
|
Name: rust-%{crate}
|
|
Version: 0.10.2
|
|
Release: 3%{?dist}
|
|
Summary: Helper crate for proc-macro library for reading attributes into structs
|
|
|
|
# Upstream license specification: MIT
|
|
License: MIT
|
|
URL: https://crates.io/crates/darling_core
|
|
Source: %{crates_source}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
%if %{__cargo_skip_build}
|
|
BuildArch: noarch
|
|
%endif
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
%global _description %{expand:
|
|
Helper crate for proc-macro library for reading attributes into structs when
|
|
implementing custom derives. Use https://crates.io/crates/darling in your code.}
|
|
|
|
%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
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%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}/Cargo.toml
|
|
|
|
%package -n %{name}+diagnostics-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+diagnostics-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "diagnostics" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+diagnostics-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%package -n %{name}+strsim-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+strsim-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "strsim" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+strsim-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%package -n %{name}+suggestions-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+suggestions-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages
|
|
which use "suggestions" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+suggestions-devel
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/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
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Thu Dec 05 14:48:14 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.2-1
|
|
- Update to 0.10.2
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Sat Jun 22 13:04:36 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-3
|
|
- Regenerate
|
|
|
|
* Sun Apr 07 09:02:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-2
|
|
- Update strsim to 0.9
|
|
|
|
* Mon Mar 25 19:35:06 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
|
|
- Update to 0.9.0
|
|
|
|
* Mon Mar 18 21:46:18 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.6-1
|
|
- Update to 0.8.6
|
|
|
|
* Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.5-1
|
|
- Initial package
|