Version 0.29.2 (rhbz#1985664)

epel10
Zbigniew Jędrzejewski-Szmek 3 years ago
parent 9a225d9559
commit b82bbf0f56

1
.gitignore vendored

@ -6,3 +6,4 @@
/wayland-client-0.28.4.crate
/wayland-client-0.28.5.crate
/wayland-client-0.28.6.crate
/wayland-client-0.29.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate wayland-client
Name: rust-%{crate}
Version: 0.28.6
Version: 0.29.2
Release: %autorelease
Summary: Bindings to the standard C implementation of the wayland protocol, client side
@ -15,11 +15,8 @@ URL: https://crates.io/crates/wayland-client
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Bindings to the standard C implementation of the wayland protocol, client side.}
@ -32,13 +29,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE.txt
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE.txt
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,11 +43,11 @@ 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.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dlopen-devel
Summary: %{summary}
@ -58,11 +55,11 @@ BuildArch: noarch
%description -n %{name}+dlopen-devel %{_description}
This package contains library source intended for building other packages
which use "dlopen" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "dlopen" feature of the "%{crate}" crate.
%files -n %{name}+dlopen-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+scoped-tls-devel
Summary: %{summary}
@ -70,11 +67,11 @@ BuildArch: noarch
%description -n %{name}+scoped-tls-devel %{_description}
This package contains library source intended for building other packages
which use "scoped-tls" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "scoped-tls" feature of the "%{crate}" crate.
%files -n %{name}+scoped-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+use_system_lib-devel
Summary: %{summary}
@ -82,11 +79,11 @@ BuildArch: noarch
%description -n %{name}+use_system_lib-devel %{_description}
This package contains library source intended for building other packages
which use "use_system_lib" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "use_system_lib" feature of the "%{crate}" crate.
%files -n %{name}+use_system_lib-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (wayland-client-0.28.6.crate) = 10396b70f1f303c35974035ea050fbb234719018fea1b9f55470e3c21b07df757fb739b173a4c1426f813a1f6ae56ac49755e7d632cff2cf9287f438fc6303ea
SHA512 (wayland-client-0.29.2.crate) = 01f0b31d3b162b7030f15de27aa3f3c8735df88e421f883578183739bdb0dae3ff5fb3e2f0aaf95253c1f8f37fce145cec05818539377b04d727a0a9132f85e1

Loading…
Cancel
Save