diff options
author | ericm <ericm> | 2000-03-24 23:15:29 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-03-24 23:15:29 (GMT) |
commit | 0cfa63e93a87df5a81ad82ec44fbf54c523e73c7 (patch) | |
tree | fb580b239d1372213beb853380e745f83349a2bf /unix/tcl.spec | |
parent | c00dc12840819fe6894220637347629267d8a409 (diff) | |
download | tcl-0cfa63e93a87df5a81ad82ec44fbf54c523e73c7.zip tcl-0cfa63e93a87df5a81ad82ec44fbf54c523e73c7.tar.gz tcl-0cfa63e93a87df5a81ad82ec44fbf54c523e73c7.tar.bz2 |
Updated file list.
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 |