summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-06 07:23:49 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-02-06 07:23:49 -0800
commita54331db43f7f2e3d5194f81eda1d3e7eede9e8e (patch)
tree0ccd3ddfc2c74178cc45b971ffbee5e7acba53fd
parentdfacdd75d4bdcf76b715d56af29db6a94c2a69d0 (diff)
downloadspecs-a54331db43f7f2e3d5194f81eda1d3e7eede9e8e.tar.gz
specs-a54331db43f7f2e3d5194f81eda1d3e7eede9e8e.tar.xz
specs-a54331db43f7f2e3d5194f81eda1d3e7eede9e8e.zip
- rust-libspa
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-libspa.spec73
1 files changed, 0 insertions, 73 deletions
diff --git a/rust/rust-libspa.spec b/rust/rust-libspa.spec
deleted file mode 100644
index d355dd0..0000000
--- a/rust/rust-libspa.spec
+++ /dev/null
@@ -1,73 +0,0 @@
-# Generated by rust2rpm 20
-# loop with pipewire, reenable after pipewire is in
-%bcond_with check
-%global debug_package %{nil}
-
-%global crate libspa
-
-Name: rust-%{crate}
-Version: 0.4.1
-Release: %autorelease
-Summary: Rust bindings for libspa
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/libspa
-Source: %{crates_source}
-# Initial patched metadata
-Patch0: libspa-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Rust bindings for libspa.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%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 the "default" feature of the "%{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
-%autochangelog