initial import (#1796840)

epel9
Fabio Valentini 5 years ago
parent 3b6a84303d
commit b23559a812
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

4
.gitignore vendored

@ -0,0 +1,4 @@
/results_*
/*.src.rpm
/tower-service-0.3.0.crate

@ -1,3 +0,0 @@
# rust-tower-service
The rust-tower-service package

@ -0,0 +1,76 @@
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate tower-service
Name: rust-%{crate}
Version: 0.3.0
Release: 1%{?dist}
Summary: Asynchronous, request / response based, client or server trait
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/tower-service
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Trait representing an asynchronous, request / response based, client or server.}
%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
%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 "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
* Fri Jan 24 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
- Initial package

@ -0,0 +1 @@
SHA512 (tower-service-0.3.0.crate) = 9b46928c2ac13c738e56a1c4e9fdb512f17aa8f4e95669ae4fb9a9f9a4b094114d7869b923186779f87b45b2915ecf778f95dba415b6d4b2e6c20c34efdc6a6b
Loading…
Cancel
Save