drop unmaintained and undocumented zshprompt.pl script
This commit is contained in:
parent
16616a0fe1
commit
79b8b8951b
9
zsh.spec
9
zsh.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Powerful interactive shell
|
Summary: Powerful interactive shell
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 5.3.1
|
Version: 5.3.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://zsh.sourceforge.net/
|
URL: http://zsh.sourceforge.net/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -14,7 +14,6 @@ Source3: zprofile.rhs
|
|||||||
Source4: zshrc.rhs
|
Source4: zshrc.rhs
|
||||||
Source5: zshenv.rhs
|
Source5: zshenv.rhs
|
||||||
Source6: dotzshrc
|
Source6: dotzshrc
|
||||||
Source7: zshprompt.pl
|
|
||||||
|
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
@ -60,7 +59,6 @@ This package contains the Zsh manual in html format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
cp -p %SOURCE7 .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Compile with -fconserve-stack to prevent stack overflow while executing
|
# Compile with -fconserve-stack to prevent stack overflow while executing
|
||||||
@ -159,7 +157,7 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ FEATURES MACHINES
|
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ FEATURES MACHINES
|
||||||
%doc NEWS Etc/zsh-development-guide Etc/completion-style-guide zshprompt.pl
|
%doc NEWS Etc/zsh-development-guide Etc/completion-style-guide
|
||||||
%attr(755,root,root) %{_bindir}/zsh
|
%attr(755,root,root) %{_bindir}/zsh
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
@ -173,6 +171,9 @@ fi
|
|||||||
%doc Doc/*.html
|
%doc Doc/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 25 2017 Kamil Dudka <kdudka@redhat.com> - 5.3.1-7
|
||||||
|
- drop unmaintained and undocumented zshprompt.pl script
|
||||||
|
|
||||||
* Wed May 17 2017 Kamil Dudka <kdudka@redhat.com> - 5.3.1-6
|
* Wed May 17 2017 Kamil Dudka <kdudka@redhat.com> - 5.3.1-6
|
||||||
- drop workaround for broken terminals over serial port (#56353)
|
- drop workaround for broken terminals over serial port (#56353)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user