initial import (foreign-types-shared 0.1 compat package)

epel9
Fabio Valentini 4 years ago
parent 7462871252
commit c49f233df8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

4
.gitignore vendored

@ -0,0 +1,4 @@
/results_*/
/*.src.rpm
/foreign-types-shared-0.1.1.crate

@ -1,3 +0,0 @@
# rust-foreign-types-shared0.1
The rust-foreign-types-shared0.1 package

@ -0,0 +1,74 @@
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate foreign-types-shared
Name: rust-%{crate}0.1
Version: 0.1.1
Release: 1%{?dist}
Summary: Internal crate used by foreign-types
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/foreign-types-shared
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Internal crate used by foreign-types.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{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 "default" feature of "%{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
* Thu Oct 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-1
- Initial compat package for foreign-types-shared 0.1

@ -0,0 +1 @@
SHA512 (foreign-types-shared-0.1.1.crate) = bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a
Loading…
Cancel
Save