summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-26 10:33:01 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2020-06-26 10:33:01 -0700
commitf35b6ff979d5ab381312bf7f0d6d8a9a766567e0 (patch)
tree1d9fa319c65ed0d57d033ba14fe1b78aaf4775a1 /rust
parent63e6cbbea891a5946e0d1346dbbf4bf7f7222918 (diff)
downloadspecs-f35b6ff979d5ab381312bf7f0d6d8a9a766567e0.tar.gz
specs-f35b6ff979d5ab381312bf7f0d6d8a9a766567e0.tar.xz
specs-f35b6ff979d5ab381312bf7f0d6d8a9a766567e0.zip
-rust-xcursor (reviewed)
Diffstat (limited to 'rust')
-rw-r--r--rust/rust-xcursor.spec80
1 files changed, 0 insertions, 80 deletions
diff --git a/rust/rust-xcursor.spec b/rust/rust-xcursor.spec
deleted file mode 100644
index 7560136..0000000
--- a/rust/rust-xcursor.spec
+++ /dev/null
@@ -1,80 +0,0 @@
-# Generated by rust2rpm 13
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate xcursor
-
-Name: rust-%{crate}
-Version: 0.3.1
-Release: 1%{?dist}
-Summary: Library for loading XCursor themes
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/xcursor
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Library for loading XCursor themes.}
-
-%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
-# docs not in the source bundle
-# https://github.com/esposm03/xcursor-rs/pull/7
-#license LICENSE
-#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
-
-%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
-* Mon Jun 8 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.3.1-1
-- Update to 0.3.1
-
-* Fri May 22 14:53:23 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.2.0-1
-- Initial package