Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > ca42f4ea8e0df415a30c8dc46c00251b > files > 1

rust-socket2-0.5.4-1.mga10.src.rpm

# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}

%global crate socket2

Name:           rust-socket2
Version:        0.5.4
Release:        %mkrel 1
Summary:        Utilities for handling networking sockets

Group:          Development/Other
BuildArch:      noarch

License:        MIT OR Apache-2.0
URL:            https://crates.io/crates/socket2
Source:         %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch:          socket2-fix-metadata-auto.diff

BuildRequires:  rust-packaging >= 21

%global _description %{expand:
Utilities for handling networking sockets with a maximal amount of
configuration possible intended.}

%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
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/

%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 %{crate_instdir}/Cargo.toml

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

%description -n %{name}+all-devel %{_description}

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

%files       -n %{name}+all-devel
%ghost %{crate_instdir}/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
* Mon Oct 16 2023 tv <tv> 0.5.4-1.mga10
+ Revision: 1997771
- 0.5.4

* Sun Feb 05 2023 guillomovitch <guillomovitch> 0.4.7-1.mga9
+ Revision: 1938458
- imported package rust-socket2