diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-02-06 07:22:55 -0800 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-02-06 07:22:55 -0800 |
| commit | b9dd89621bbbf2d2a1998e2e302edec37e171d67 (patch) | |
| tree | ece6a678c21b6bbc60128493bf9f9f943542d278 /rust | |
| parent | 06633b42561e22404ccf47321e59935a08e3dbe3 (diff) | |
| download | specs-b9dd89621bbbf2d2a1998e2e302edec37e171d67.tar.gz specs-b9dd89621bbbf2d2a1998e2e302edec37e171d67.tar.xz specs-b9dd89621bbbf2d2a1998e2e302edec37e171d67.zip | |
- rust-pipewire
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/rust-pipewire.spec | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/rust/rust-pipewire.spec b/rust/rust-pipewire.spec deleted file mode 100644 index bef5814..0000000 --- a/rust/rust-pipewire.spec +++ /dev/null @@ -1,76 +0,0 @@ -# Generated by rust2rpm 20 -%ifarch aarch64 -# the test using static_dict! is failing with E0308 -# expected *const u8, got *const i8 -%bcond_with check -%else -%bcond_without check -%endif -%global debug_package %{nil} - -%global crate pipewire - -Name: rust-%{crate} -Version: 0.4.1 -Release: %autorelease -Summary: Rust bindings for PipeWire - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/pipewire -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description %{expand: -Rust bindings for PipeWire.} - -%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 |
