|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
|
|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Syntax-highlighting pager for git
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
@ -15,6 +15,7 @@ URL: https://crates.io/crates/git-delta
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Update console to 0.11, https://github.com/dandavison/delta/pull/143
|
|
|
|
|
# * Update shell-words to 1, https://github.com/dandavison/delta/pull/182
|
|
|
|
|
Patch0: git-delta-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -28,7 +29,6 @@ Syntax-highlighting pager for git.}
|
|
|
|
|
|
|
|
|
|
%package -n %{crate}
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
|
# * ASL 2.0
|
|
|
|
|
# * ASL 2.0 or Boost
|
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
@ -72,5 +72,8 @@ install -Dpm0644 completion/bash/completion.sh \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 30 08:01:45 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.1-2
|
|
|
|
|
- Update shell-words to 1
|
|
|
|
|
|
|
|
|
|
* Sat May 02 10:50:26 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.1-1
|
|
|
|
|
- Initial package
|
|
|
|
|