|
|
@ -6,19 +6,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.4
|
|
|
|
Version: 1.0.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Elastic tabstops
|
|
|
|
Summary: Elastic tabstops
|
|
|
|
|
|
|
|
|
|
|
|
License: Unlicense or MIT
|
|
|
|
License: Unlicense or MIT
|
|
|
|
URL: https://crates.io/crates/tabwriter
|
|
|
|
URL: https://crates.io/crates/tabwriter
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
|
|
|
# * Bump regex to 1, https://github.com/BurntSushi/tabwriter/pull/18
|
|
|
|
|
|
|
|
Patch0: tabwriter-1.0.4-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
# [dependencies]
|
|
|
|
# [dependencies]
|
|
|
|
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
|
|
|
|
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
|
|
|
|
BuildRequires: (crate(regex) >= 0.2.1 with crate(regex) < 0.3.0)
|
|
|
|
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
|
|
|
|
BuildRequires: (crate(unicode-width) >= 0.1.0 with crate(unicode-width) < 0.2.0)
|
|
|
|
BuildRequires: (crate(unicode-width) >= 0.1.0 with crate(unicode-width) < 0.2.0)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -56,6 +59,9 @@ which use %{crate} from crates.io.
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,session.vim}
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,session.vim}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-2
|
|
|
|
|
|
|
|
- Bump regex to 1
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 1.0.4-1
|
|
|
|
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 1.0.4-1
|
|
|
|
- Update to 1.0.4
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
|
|
|
|
|
|
|