.
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=74
This commit is contained in:
parent
f7eb959efb
commit
d336f81430
@ -78,6 +78,8 @@
|
|||||||
complete dvips n/*/f:*.dvi/
|
complete dvips n/*/f:*.dvi/
|
||||||
complete tex n/*/f:*.{tex,TEX}/ # Only files that match *.tex
|
complete tex n/*/f:*.{tex,TEX}/ # Only files that match *.tex
|
||||||
complete latex n/*/f:*.{tex,TEX,texi,latex,ltx}/
|
complete latex n/*/f:*.{tex,TEX,texi,latex,ltx}/
|
||||||
|
complete pdftex n/*/f:*.{tex,TEX}/ # Only files that match *.tex
|
||||||
|
complete pdflatex n/*/f:*.{tex,TEX,texi,latex,ltx}/
|
||||||
complete slitex n/*/f:*.{tex,TEX,latex,ltx}/
|
complete slitex n/*/f:*.{tex,TEX,latex,ltx}/
|
||||||
complete su c/--/"(login fast preserve-environment command shell \
|
complete su c/--/"(login fast preserve-environment command shell \
|
||||||
help version)"/ c/-/"(f l m p c s -)"/ \
|
help version)"/ c/-/"(f l m p c s -)"/ \
|
||||||
|
@ -188,7 +188,8 @@ correction, a history mechanism, job control, and a C-like syntax.
|
|||||||
find %{buildroot}%{_datadir}/locale -name tcsh | xargs chmod 0644
|
find %{buildroot}%{_datadir}/locale -name tcsh | xargs chmod 0644
|
||||||
%fdupes -s %{buildroot}%{_datadir}/locale
|
%fdupes -s %{buildroot}%{_datadir}/locale
|
||||||
mkdir -p %{buildroot}%{_docdir}/tcsh
|
mkdir -p %{buildroot}%{_docdir}/tcsh
|
||||||
install -m 0444 FAQ %{buildroot}%{_docdir}/tcsh/FAQ.tcsh
|
install -m 0644 FAQ %{buildroot}%{_docdir}/tcsh/FAQ.tcsh
|
||||||
|
install -m 0644 Copyright %{buildroot}%{_docdir}/tcsh/Copyright
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
|
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
|
||||||
mkdir -p %{buildroot}%{_prefix}/bin
|
mkdir -p %{buildroot}%{_prefix}/bin
|
||||||
install -m 644 $RPM_SOURCE_DIR/bindkey.tcsh %{buildroot}%{_sysconfdir}/profile.d/
|
install -m 644 $RPM_SOURCE_DIR/bindkey.tcsh %{buildroot}%{_sysconfdir}/profile.d/
|
||||||
@ -212,6 +213,7 @@ correction, a history mechanism, job control, and a C-like syntax.
|
|||||||
%config %{_sysconfdir}/profile.d/complete.tcsh
|
%config %{_sysconfdir}/profile.d/complete.tcsh
|
||||||
%{_bindir}/csh
|
%{_bindir}/csh
|
||||||
%{_bindir}/tcsh
|
%{_bindir}/tcsh
|
||||||
|
%doc %{_docdir}/tcsh/Copyright
|
||||||
%doc %{_docdir}/tcsh/FAQ.tcsh
|
%doc %{_docdir}/tcsh/FAQ.tcsh
|
||||||
%doc %{_mandir}/man1/csh.1.gz
|
%doc %{_mandir}/man1/csh.1.gz
|
||||||
%doc %{_mandir}/man1/tcsh.1.gz
|
%doc %{_mandir}/man1/tcsh.1.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user