- Don't ship the HTML documentation (generated from the man page, contains
also a copy of the man page)
This commit is contained in:
parent
59df7f9a78
commit
d7abf476bc
@ -3,7 +3,7 @@
|
|||||||
Summary: An enhanced version of csh, the C shell.
|
Summary: An enhanced version of csh, the C shell.
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.13
|
Version: 6.13
|
||||||
Release: 11
|
Release: 12
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
|
||||||
@ -58,7 +58,6 @@ autoreconf
|
|||||||
%build
|
%build
|
||||||
%configure --without-hesiod
|
%configure --without-hesiod
|
||||||
make all
|
make all
|
||||||
%{__perl} tcsh.man2html tcsh.man
|
|
||||||
make -C nls catalogs
|
make -C nls catalogs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -114,12 +113,16 @@ fi
|
|||||||
|
|
||||||
%files -f tcsh.lang
|
%files -f tcsh.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc FAQ Fixes NewThings complete.tcsh eight-bit.txt tcsh.html
|
%doc FAQ Fixes NewThings complete.tcsh eight-bit.txt
|
||||||
%{_bindir}/tcsh
|
%{_bindir}/tcsh
|
||||||
%{_bindir}/csh
|
%{_bindir}/csh
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 25 2005 Miloslav Trmac <mitr@redhat.com> - 6.13-12
|
||||||
|
- Don't ship the HTML documentation (generated from the man page, contains
|
||||||
|
also a copy of the man page)
|
||||||
|
|
||||||
* Sun Jan 30 2005 Miloslav Trmac <mitr@redhat.com> - 6.13-11
|
* Sun Jan 30 2005 Miloslav Trmac <mitr@redhat.com> - 6.13-11
|
||||||
- Fix the previous patch, handle a missed case (#146330)
|
- Fix the previous patch, handle a missed case (#146330)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user