Initial import

epel10
Michel Alexandre Salim 5 years ago
parent 7fa49f26f1
commit 86ce931c73

1
.gitignore vendored

@ -0,0 +1 @@
/wayland-client-0.26.6.crate

@ -0,0 +1,115 @@
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate wayland-client
Name: rust-%{crate}
Version: 0.26.6
Release: 1%{?dist}
Summary: Bindings to the standard C implementation of the wayland protocol, client side
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/wayland-client
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Bindings to the standard C implementation of the wayland protocol, client side.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE.txt
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%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 "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dlopen-devel
Summary: %{summary}
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.
%files -n %{name}+dlopen-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+scoped-tls-devel
Summary: %{summary}
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.
%files -n %{name}+scoped-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+use_system_lib-devel
Summary: %{summary}
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.
%files -n %{name}+use_system_lib-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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
* Fri Jun 26 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.26.6-1
- Update to 0.26.6
- Package license and docs
* Fri May 22 14:24:51 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.26.5-1
- Initial package

@ -0,0 +1 @@
SHA512 (wayland-client-0.26.6.crate) = 0585091267d152920ff8b8b3cb41c14deed29e3f469b34a9c528929d7ed2ca912ce107c71317b84b4125fd22635173a2ff8d3b2968c70043c7096195118b3b9d
Loading…
Cancel
Save