- Don't ship the HTML documentation (generated from the man page, contains

also a copy of the man page)
This commit is contained in:
Miloslav Trmac 2005-02-25 16:37:34 +00:00
parent 59df7f9a78
commit d7abf476bc

View File

@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell.
Name: tcsh
Version: 6.13
Release: 11
Release: 12
License: distributable
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@ -58,7 +58,6 @@ autoreconf
%build
%configure --without-hesiod
make all
%{__perl} tcsh.man2html tcsh.man
make -C nls catalogs
%install
@ -114,12 +113,16 @@ fi
%files -f tcsh.lang
%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}/csh
%{_mandir}/*/*
%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
- Fix the previous patch, handle a missed case (#146330)