summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-26 10:56:48 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-26 10:56:48 -0700
commit83d74d64d2ee3eaeb2b11fb5c1837e0ef4700d76 (patch)
treefff00def64aacc603da4fd63a400a30ab1f423af /rust
parentf35b6ff979d5ab381312bf7f0d6d8a9a766567e0 (diff)
downloadspecs-83d74d64d2ee3eaeb2b11fb5c1837e0ef4700d76.tar.gz
specs-83d74d64d2ee3eaeb2b11fb5c1837e0ef4700d76.tar.xz
specs-83d74d64d2ee3eaeb2b11fb5c1837e0ef4700d76.zip
-rust-wayland-commons (reviewed)
Diffstat (limited to 'rust')
-rw-r--r--rust/rust-wayland-commons.spec75
1 files changed, 0 insertions, 75 deletions
diff --git a/rust/rust-wayland-commons.spec b/rust/rust-wayland-commons.spec
deleted file mode 100644
index f03990a..0000000
--- a/rust/rust-wayland-commons.spec
+++ /dev/null
@@ -1,75 +0,0 @@
-# Generated by rust2rpm 13
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate wayland-commons
-
-Name: rust-%{crate}
-Version: 0.26.5
-Release: 1%{?dist}
-Summary: Common types and structures used by wayland-client and wayland-server
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/wayland-commons
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Common types and structures used by wayland-client and wayland-server.}
-
-%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
-
-%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:29:32 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.26.5-1
-- Initial package