Initial import (#19870989)

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

4
.gitignore vendored

@ -0,0 +1,4 @@
/results_*/
/*.src.rpm
/difflib-0.4.0.crate

@ -1,3 +0,0 @@
# rust-difflib
The rust-difflib package

@ -0,0 +1,73 @@
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate difflib
Name: rust-%{crate}
Version: 0.4.0
Release: %autorelease
Summary: Port of Python's difflib library to Rust
# Upstream license specification: MIT
# https://github.com/DimaKudosh/difflib/pull/7
License: MIT
URL: https://crates.io/crates/difflib
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Port of Python's difflib library to Rust.}
%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
%{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
%autochangelog

@ -0,0 +1 @@
SHA512 (difflib-0.4.0.crate) = fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9
Loading…
Cancel
Save