Version 0.4.2 (rhbz#2023470)

epel10
Zbigniew Jędrzejewski-Szmek 3 years ago
parent 80a6f08335
commit 760a458d12

1
.gitignore vendored

@ -1 +1,2 @@
/raw-window-handle-0.3.3.crate /raw-window-handle-0.3.3.crate
/raw-window-handle-0.4.2.crate

@ -1,25 +1,22 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate raw-window-handle %global crate raw-window-handle
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.3 Version: 0.4.2
Release: %autorelease Release: %autorelease
Summary: Interoperability library for Rust Windowing applications Summary: Interoperability library for Rust Windowing applications
# Upstream license specification: MIT # Upstream license specification: MIT OR Apache-2.0 OR Zlib
License: MIT License: MIT or ASL 2.0 or zlib
URL: https://crates.io/crates/raw-window-handle URL: https://crates.io/crates/raw-window-handle
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Interoperability library for Rust Windowing applications.} Interoperability library for Rust Windowing applications.}
@ -32,13 +29,16 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%doc README.md CHANGELOG.md %license %{crate_instdir}/LICENSE-APACHE.md
%license LICENSE %license %{crate_instdir}/LICENSE-MIT.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/LICENSE-ZLIB.md
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,23 +46,23 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+nightly-docs-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+nightly-docs-devel %{_description} %description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "nightly-docs" feature of "%{crate}" crate. use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+nightly-docs-devel %files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (raw-window-handle-0.3.3.crate) = 1939150cbf471a33654aeb953bf2dfe48e2fa7789d4a7a43fe449585737741cf03c4f13b2d3d3855f110f2cb8b91c15cca17e7f8ce1f6b63fc8d2e32ed3fefb4 SHA512 (raw-window-handle-0.4.2.crate) = 71f5c91102aea0f1299cad3877ebe28b662874089ebcd5270efac5dc07fe870449f3d813ff190789b4dac475d0ceacd089653925637948b8d34042d7a67dc29b

Loading…
Cancel
Save