Skip to content

Commit

Permalink
fix(maturin): rust2rpm (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored May 2, 2024
1 parent 6446430 commit c7b12ea
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions anda/langs/rust/maturin/rust-terra-maturin.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%global crate maturin

Name: rust-terra-maturin
Version: 1.5.1
Release: 1%?dist
Release: %autorelease
Summary: Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages

License: MIT OR Apache-2.0
Expand Down Expand Up @@ -296,40 +296,40 @@ use the "tracing-subscriber" feature of the "%{crate}" crate.
%files -n %{name}+tracing-subscriber-devel
%ghost %{crate_instdir}/Cargo.toml

%package -n %{name}+upload-devel
%package -n %{name}+unicode-xid-devel
Summary: %{summary}
BuildArch: noarch

%description -n %{name}+upload-devel %{_description}
%description -n %{name}+unicode-xid-devel %{_description}

This package contains library source intended for building other packages which
use the "upload" feature of the "%{crate}" crate.
use the "unicode-xid" feature of the "%{crate}" crate.

%files -n %{name}+upload-devel
%files -n %{name}+unicode-xid-devel
%ghost %{crate_instdir}/Cargo.toml

%package -n %{name}+ureq-devel
%package -n %{name}+upload-devel
Summary: %{summary}
BuildArch: noarch

%description -n %{name}+ureq-devel %{_description}
%description -n %{name}+upload-devel %{_description}

This package contains library source intended for building other packages which
use the "ureq" feature of the "%{crate}" crate.
use the "upload" feature of the "%{crate}" crate.

%files -n %{name}+ureq-devel
%files -n %{name}+upload-devel
%ghost %{crate_instdir}/Cargo.toml

%package -n %{name}+url-devel
%package -n %{name}+ureq-devel
Summary: %{summary}
BuildArch: noarch

%description -n %{name}+url-devel %{_description}
%description -n %{name}+ureq-devel %{_description}

This package contains library source intended for building other packages which
use the "url" feature of the "%{crate}" crate.
use the "ureq" feature of the "%{crate}" crate.

%files -n %{name}+url-devel
%files -n %{name}+ureq-devel
%ghost %{crate_instdir}/Cargo.toml

%package -n %{name}+wild-devel
Expand Down Expand Up @@ -369,7 +369,7 @@ use the "zig" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml

%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep_online

%build
Expand Down

0 comments on commit c7b12ea

Please sign in to comment.