diff options
Diffstat (limited to 'unix/tcl.spec')
-rw-r--r-- | unix/tcl.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/unix/tcl.spec b/unix/tcl.spec index b205733..dc7b148 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,4 +1,4 @@ -# $Id: tcl.spec,v 1.1 2000/02/14 22:40:56 ericm Exp $ +# $Id: tcl.spec,v 1.2 2000/03/24 23:15:29 ericm Exp $ # This file is the basis for a binary Tcl RPM for Linux. %define version 8.3.0 @@ -43,9 +43,11 @@ rm -rf $RPM_BUILD_ROOT # then to create the files list for tk, uncomment tk, comment out tcl, # then rm -rf $RPM_BUILD_ROOT then rpm --short-circuit -bi then redo a find, # and remove the files in specific directories which suffice by themselves. -%files -n tcl +%files %defattr(-,root,root) %{directory}/lib %{directory}/bin %{directory}/include -%{directory}/man +%{directory}/man/man1 +%{directory}/man/man3 +%{directory}/man/mann |