|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 11
|
|
|
|
# Generated by rust2rpm 12
|
|
|
|
# * Tests are missing files
|
|
|
|
# * Tests are missing files
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate trust-dns-resolver
|
|
|
|
%global crate trust-dns-resolver
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.12.0
|
|
|
|
Version: 0.18.0~alpha.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Trust-DNS is a safe and secure DNS library
|
|
|
|
Summary: Trust-DNS is a safe and secure DNS library
|
|
|
|
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ which use "%{crate}" crate.
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -57,7 +57,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dns-over-https-devel
|
|
|
|
%package -n %{name}+dns-over-https-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -69,7 +69,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dns-over-https" feature of "%{crate}" crate.
|
|
|
|
which use "dns-over-https" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dns-over-https-devel
|
|
|
|
%files -n %{name}+dns-over-https-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dns-over-https-rustls-devel
|
|
|
|
%package -n %{name}+dns-over-https-rustls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -81,7 +81,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dns-over-https-rustls" feature of "%{crate}" crate.
|
|
|
|
which use "dns-over-https-rustls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dns-over-https-rustls-devel
|
|
|
|
%files -n %{name}+dns-over-https-rustls-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dns-over-native-tls-devel
|
|
|
|
%package -n %{name}+dns-over-native-tls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -93,7 +93,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dns-over-native-tls" feature of "%{crate}" crate.
|
|
|
|
which use "dns-over-native-tls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dns-over-native-tls-devel
|
|
|
|
%files -n %{name}+dns-over-native-tls-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dns-over-openssl-devel
|
|
|
|
%package -n %{name}+dns-over-openssl-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -105,7 +105,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dns-over-openssl" feature of "%{crate}" crate.
|
|
|
|
which use "dns-over-openssl" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dns-over-openssl-devel
|
|
|
|
%files -n %{name}+dns-over-openssl-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dns-over-rustls-devel
|
|
|
|
%package -n %{name}+dns-over-rustls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -117,7 +117,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dns-over-rustls" feature of "%{crate}" crate.
|
|
|
|
which use "dns-over-rustls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dns-over-rustls-devel
|
|
|
|
%files -n %{name}+dns-over-rustls-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dns-over-tls-devel
|
|
|
|
%package -n %{name}+dns-over-tls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -129,7 +129,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dns-over-tls" feature of "%{crate}" crate.
|
|
|
|
which use "dns-over-tls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dns-over-tls-devel
|
|
|
|
%files -n %{name}+dns-over-tls-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dnssec-devel
|
|
|
|
%package -n %{name}+dnssec-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -141,7 +141,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dnssec" feature of "%{crate}" crate.
|
|
|
|
which use "dnssec" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dnssec-devel
|
|
|
|
%files -n %{name}+dnssec-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dnssec-openssl-devel
|
|
|
|
%package -n %{name}+dnssec-openssl-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -153,7 +153,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dnssec-openssl" feature of "%{crate}" crate.
|
|
|
|
which use "dnssec-openssl" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dnssec-openssl-devel
|
|
|
|
%files -n %{name}+dnssec-openssl-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dnssec-ring-devel
|
|
|
|
%package -n %{name}+dnssec-ring-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -165,7 +165,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "dnssec-ring" feature of "%{crate}" crate.
|
|
|
|
which use "dnssec-ring" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dnssec-ring-devel
|
|
|
|
%files -n %{name}+dnssec-ring-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+mdns-devel
|
|
|
|
%package -n %{name}+mdns-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -177,7 +177,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "mdns" feature of "%{crate}" crate.
|
|
|
|
which use "mdns" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+mdns-devel
|
|
|
|
%files -n %{name}+mdns-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+rustls-devel
|
|
|
|
%package -n %{name}+rustls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -189,7 +189,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "rustls" feature of "%{crate}" crate.
|
|
|
|
which use "rustls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+rustls-devel
|
|
|
|
%files -n %{name}+rustls-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -201,7 +201,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "serde" feature of "%{crate}" crate.
|
|
|
|
which use "serde" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+serde-devel
|
|
|
|
%files -n %{name}+serde-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+serde-config-devel
|
|
|
|
%package -n %{name}+serde-config-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -213,7 +213,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "serde-config" feature of "%{crate}" crate.
|
|
|
|
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}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-devel
|
|
|
|
%package -n %{name}+tokio-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -225,7 +225,19 @@ This package contains library source intended for building other packages
|
|
|
|
which use "tokio" feature of "%{crate}" crate.
|
|
|
|
which use "tokio" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-devel
|
|
|
|
%files -n %{name}+tokio-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-compat-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+tokio-compat-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "tokio-compat" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-compat-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+trust-dns-https-devel
|
|
|
|
%package -n %{name}+trust-dns-https-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -237,7 +249,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "trust-dns-https" feature of "%{crate}" crate.
|
|
|
|
which use "trust-dns-https" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+trust-dns-https-devel
|
|
|
|
%files -n %{name}+trust-dns-https-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+trust-dns-native-tls-devel
|
|
|
|
%package -n %{name}+trust-dns-native-tls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -249,7 +261,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "trust-dns-native-tls" feature of "%{crate}" crate.
|
|
|
|
which use "trust-dns-native-tls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+trust-dns-native-tls-devel
|
|
|
|
%files -n %{name}+trust-dns-native-tls-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+trust-dns-openssl-devel
|
|
|
|
%package -n %{name}+trust-dns-openssl-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -261,7 +273,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "trust-dns-openssl" feature of "%{crate}" crate.
|
|
|
|
which use "trust-dns-openssl" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+trust-dns-openssl-devel
|
|
|
|
%files -n %{name}+trust-dns-openssl-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+trust-dns-rustls-devel
|
|
|
|
%package -n %{name}+trust-dns-rustls-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -273,7 +285,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "trust-dns-rustls" feature of "%{crate}" crate.
|
|
|
|
which use "trust-dns-rustls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+trust-dns-rustls-devel
|
|
|
|
%files -n %{name}+trust-dns-rustls-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+webpki-roots-devel
|
|
|
|
%package -n %{name}+webpki-roots-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -285,7 +297,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "webpki-roots" feature of "%{crate}" crate.
|
|
|
|
which use "webpki-roots" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+webpki-roots-devel
|
|
|
|
%files -n %{name}+webpki-roots-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
@ -306,6 +318,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Dec 14 13:58:38 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.0~alpha.2-1
|
|
|
|
|
|
|
|
- Update to 0.18.0~alpha.2
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 13 01:16:39 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.12.0-1
|
|
|
|
* Fri Dec 13 01:16:39 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.12.0-1
|
|
|
|
- Release 0.12.0
|
|
|
|
- Release 0.12.0
|
|
|
|
|
|
|
|
|
|
|
|