|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate wayland-sys
|
|
|
|
|
|
|
|
|
|
Name: rust-wayland-sys
|
|
|
|
|
Version: 0.29.5
|
|
|
|
|
Version: 0.30.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: FFI bindings to the various libwayland-*.so libraries
|
|
|
|
|
|
|
|
|
@ -16,15 +16,16 @@ Source: %{crates_source}
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
FFI bindings to the various libwayland-*.so libraries. You should only need
|
|
|
|
|
this crate if you are working on custom wayland protocol extensions. Look at
|
|
|
|
|
the crate wayland-client for usable bindings.}
|
|
|
|
|
FFI bindings to the various libwayland-*.so libraries. You should only
|
|
|
|
|
need this crate if you are working on custom wayland protocol
|
|
|
|
|
extensions. Look at the crate wayland-client for usable bindings.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: wayland-devel
|
|
|
|
|
|
|
|
|
|
%description devel %{_description}
|
|
|
|
|
|
|
|
|
@ -33,13 +34,13 @@ use the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE.txt
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: wayland-devel
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+default-devel %{_description}
|
|
|
|
|
|
|
|
|
@ -75,18 +76,6 @@ use the "cursor" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+cursor-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dlib-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+dlib-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "dlib" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dlib-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dlopen-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|