|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.18.0
|
|
|
|
Version: 0.18.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Trust-DNS is a safe and secure DNS library
|
|
|
|
Summary: Trust-DNS is a safe and secure DNS library
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -161,6 +161,18 @@ which use "serde-config" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+serde-config-devel
|
|
|
|
%files -n %{name}+serde-config-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+testing-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+testing-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "testing" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+testing-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-devel
|
|
|
|
%package -n %{name}+tokio-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -173,16 +185,16 @@ which use "tokio" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+tokio-devel
|
|
|
|
%files -n %{name}+tokio-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-compat-devel
|
|
|
|
%package -n %{name}+tokio-runtime-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+tokio-compat-devel %{_description}
|
|
|
|
%description -n %{name}+tokio-runtime-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
which use "tokio-compat" feature of "%{crate}" crate.
|
|
|
|
which use "tokio-runtime" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-compat-devel
|
|
|
|
%files -n %{name}+tokio-runtime-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -204,6 +216,9 @@ which use "tokio-compat" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 26 14:43:17 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.18.0-2
|
|
|
|
|
|
|
|
- Fix package list
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 25 17:54:51 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.18.0-1
|
|
|
|
* Wed Dec 25 17:54:51 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.18.0-1
|
|
|
|
- Update to 0.18.0
|
|
|
|
- Update to 0.18.0
|
|
|
|
|
|
|
|
|
|
|
|