exclude CI files

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 082ca9aa93
commit ca692c4925
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.5.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Terminal formatting library
# Upstream license specification: MIT/Apache-2.0
@ -16,6 +16,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
# Initial patched metadata
# * No windows
# * add dirs dependency
# * Exclude CI files, https://github.com/Stebalien/term/pull/92
Patch0: term-fix-metadata.diff
# https://github.com/Stebalien/term/commit/84cfdb51775b327fedf21784749d862fdffa10b4
@ -74,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-5
- Exclude CI files
* Sat Nov 10 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.1-4
- Adapt to new packaging

@ -1,6 +1,10 @@
--- term-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ term-0.5.1/Cargo.toml 2018-11-10T00:16:18.113484+01:00
@@ -24,11 +24,11 @@
--- term-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ term-0.5.1/Cargo.toml 2018-11-10T12:51:35.496690+01:00
@@ -21,14 +21,15 @@
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Stebalien/term"
+exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml"]
[dependencies.byteorder]
version = "1.2.1"

Loading…
Cancel
Save