diff --git a/tcsh.spec b/tcsh.spec index 9e8aa33..06e63f7 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -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 - 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 - 6.13-11 - Fix the previous patch, handle a missed case (#146330)