Initial import (idna 0.3 compat package)

epel9 imports/e9/rust-idna0.3-0.3.0-1.el9
Fabio Valentini 2 years ago
parent ac792a3d21
commit 5dfd997cdb
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/idna-0.3.0.crate

@ -1,3 +0,0 @@
# rust-idna0.3
The rust-idna0.3 package

@ -0,0 +1,68 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate idna
Name: rust-idna0.3
Version: 0.3.0
Release: %autorelease
Summary: IDNA (Internationalizing Domain Names in Applications) and Punycode
License: MIT OR Apache-2.0
URL: https://crates.io/crates/idna
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
IDNA (Internationalizing Domain Names in Applications) and Punycode.}
%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_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1,2 @@
[DEFAULT]
summary = IDNA (Internationalizing Domain Names in Applications) and Punycode

@ -0,0 +1 @@
SHA512 (idna-0.3.0.crate) = 9b7cee27811ee52ed9bb39fe82f724742eef2e5370642b6c756bd134c8cbc20bb6faa9f296053672dba8a66f7356a08b2ca99f176407b173e2d566d85d066441
Loading…
Cancel
Save