Try to fix build on Rawhide

epel9
Andy Lutomirski 10 years ago
parent a4ee7be31c
commit 7af2e1f189

@ -1,6 +1,6 @@
Name: fish
Version: 2.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A friendly interactive shell
Group: System Environment/Shells
@ -47,6 +47,10 @@ gzip %{buildroot}%{_datadir}/fish/man/man1/*.1
# Fish has what appears to be a useless pkgconfig file
rm %{buildroot}/usr/share/pkgconfig/fish.pc
# Install docs from tarball root
cp README.md %{buildroot}%{_pkgdocdir}
cp CONTRIBUTING.md %{buildroot}%{_pkgdocdir}
%check
# Broken in 2.2.0
@ -71,15 +75,17 @@ fi
%files -f %{name}.lang
%doc README.md
%doc CONTRIBUTING.md
%{_mandir}/man1/*.1*
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/fish
%{_datadir}/fish/
%{_pkgdocdir}
%changelog
* Wed Aug 19 2015 Andy Lutomirski <luto@mit.edu> - 2.2.0-2
- Fix docs on newer RPM
* Wed Aug 19 2015 Andy Lutomirski <luto@mit.edu> - 2.0.0-1
- Bump to 2.2.0
- Drop most Fedora patches

Loading…
Cancel
Save