summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-27 14:34:38 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-27 14:34:38 -0700
commitd4a47e89abb033e8625c0bd0e5932ca2a026037a (patch)
treeb6dc14eb87d691af85b7f402e19047e0643a3d29 /rust
parent2dc8a24a7511cbc0c3881fb4c4486f63dc01c85a (diff)
downloadspecs-d4a47e89abb033e8625c0bd0e5932ca2a026037a.tar.gz
specs-d4a47e89abb033e8625c0bd0e5932ca2a026037a.tar.xz
specs-d4a47e89abb033e8625c0bd0e5932ca2a026037a.zip
-rust-smithay-clipboard (reviewed)
Diffstat (limited to 'rust')
-rw-r--r--rust/rust-smithay-clipboard.spec78
1 files changed, 0 insertions, 78 deletions
diff --git a/rust/rust-smithay-clipboard.spec b/rust/rust-smithay-clipboard.spec
deleted file mode 100644
index 5695bd9..0000000
--- a/rust/rust-smithay-clipboard.spec
+++ /dev/null
@@ -1,78 +0,0 @@
-# Generated by rust2rpm 13
-
-# the tests depending on SCTK frames fail because that feature depends on andrew
-%bcond_with check
-
-%global debug_package %{nil}
-
-%global crate smithay-clipboard
-
-Name: rust-%{crate}
-Version: 0.5.0
-Release: 1%{?dist}
-Summary: Provides access to the wayland clipboard for client applications
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/smithay-clipboard
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Provides access to the wayland clipboard for client applications.}
-
-%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
-%doc CHANGELOG.md CONTRIBUTING.md 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
-
-%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 12:19:26 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5.0-1
-- Initial package