|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: fish
|
|
|
|
|
Version: 2.3.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: A friendly interactive shell
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Shells
|
|
|
|
@ -8,9 +8,6 @@ License: GPLv2
|
|
|
|
|
URL: https://fishshell.com/
|
|
|
|
|
Source0: https://fishshell.com/files/%{version}/fish-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# fish tests fail for ppc64le
|
|
|
|
|
ExcludeArch: ppc64le
|
|
|
|
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
|
%global __python %{expand:%{__python%{python3_pkgversion}}}
|
|
|
|
|
|
|
|
|
@ -98,6 +95,9 @@ fi
|
|
|
|
|
%{_pkgdocdir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Mar 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.1-4
|
|
|
|
|
- Drop ExcludeArch as ppc64le's tests now pass
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|