summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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