diff options
author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-02-06 07:22:23 -0800 |
---|---|---|
committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-02-06 07:22:23 -0800 |
commit | 06633b42561e22404ccf47321e59935a08e3dbe3 (patch) | |
tree | 57c8560d1d067eb711457126baa35eff3d227c9b /rust | |
parent | 91bbb5d1b806dc65415b0ff00fb02dfe6b1c755d (diff) | |
download | specs-06633b42561e22404ccf47321e59935a08e3dbe3.tar.gz specs-06633b42561e22404ccf47321e59935a08e3dbe3.tar.xz specs-06633b42561e22404ccf47321e59935a08e3dbe3.zip |
- rust-pipewire-sys
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'rust')
-rw-r--r-- | rust/rust-pipewire-sys.spec | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/rust/rust-pipewire-sys.spec b/rust/rust-pipewire-sys.spec deleted file mode 100644 index 6429ff8..0000000 --- a/rust/rust-pipewire-sys.spec +++ /dev/null @@ -1,75 +0,0 @@ -# Generated by rust2rpm 20 -%bcond_without check -%global debug_package %{nil} - -%global crate pipewire-sys - -Name: rust-%{crate} -Version: 0.4.1 -Release: %autorelease -Summary: Rust FFI bindings for PipeWire - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/pipewire-sys -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging -# system dependencies -# todo: move to .rust2rpm.conf -BuildRequires: pkgconfig(libpipewire-0.3) - -%global _description %{expand: -Rust FFI bindings for PipeWire.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch -Requires: pkgconfig(libpipewire-0.3) - -%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 -Requires: pkgconfig(libpipewire-0.3) - -%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 |