summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-27 10:15:00 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-27 10:15:00 -0700
commit69705000ba9175fd69964ede2cc9c333b015b37d (patch)
tree167ea3759f1efa716141834700af0e5fc0b0ddb5 /rust
parentb7f8a5dc3df03ee97fb77b26edc6ab1ef44141a6 (diff)
downloadspecs-69705000ba9175fd69964ede2cc9c333b015b37d.tar.gz
specs-69705000ba9175fd69964ede2cc9c333b015b37d.tar.xz
specs-69705000ba9175fd69964ede2cc9c333b015b37d.zip
-rust-wayland-cursor (reviewed)
Diffstat (limited to 'rust')
-rw-r--r--rust/rust-wayland-cursor.spec75
1 files changed, 0 insertions, 75 deletions
diff --git a/rust/rust-wayland-cursor.spec b/rust/rust-wayland-cursor.spec
deleted file mode 100644
index 82249c5..0000000
--- a/rust/rust-wayland-cursor.spec
+++ /dev/null
@@ -1,75 +0,0 @@
-# Generated by rust2rpm 13
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate wayland-cursor
-
-Name: rust-%{crate}
-Version: 0.26.5
-Release: 1%{?dist}
-Summary: Bindings to libwayland-cursor
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/wayland-cursor
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Bindings to libwayland-cursor.}
-
-%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:51:36 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.26.5-1
-- Initial package