diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-26 17:37:44 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-26 17:37:44 -0700 |
| commit | 6bb482db767793e4a05bbda021acc7597c0e063a (patch) | |
| tree | 15ce43fb357a6029454021888c0b22f4c7c37a59 /rust | |
| parent | 6880898130bea4366adc42114c2934c144462aaa (diff) | |
| download | specs-6bb482db767793e4a05bbda021acc7597c0e063a.tar.gz specs-6bb482db767793e4a05bbda021acc7597c0e063a.tar.xz specs-6bb482db767793e4a05bbda021acc7597c0e063a.zip | |
-rust-wayland-client (reviewed)
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/rust-wayland-client.spec | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/rust/rust-wayland-client.spec b/rust/rust-wayland-client.spec deleted file mode 100644 index 1673f77..0000000 --- a/rust/rust-wayland-client.spec +++ /dev/null @@ -1,111 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate wayland-client - -Name: rust-%{crate} -Version: 0.26.5 -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 -# one license file for a repo with multiple crates -# https://github.com/Smithay/wayland-rs/pull/323 -%{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 May 22 14:24:51 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.26.5-1 -- Initial package |
