diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 19:54:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 19:54:00 +0000 |
| commit | 7a5dcb089b2f6375791f8ff54b5af6fb7eff6cf7 (patch) | |
| tree | 10cdced147dec38c3c824b13c6a106417185a2dd | |
| parent | fd3cb8ecbb4fcce4749d255299af48e4191be8c9 (diff) | |
Final changes for 1.0 distribution files for Linux.
git-svn-id: file:///fltk/svn/fltk/trunk@395 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | packages/linux/fltk.spec | 2 | ||||
| -rwxr-xr-x | packages/linux/makedist.sh | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux/fltk.spec b/packages/linux/fltk.spec index 874d9a446..20b6c8c72 100644 --- a/packages/linux/fltk.spec +++ b/packages/linux/fltk.spec @@ -207,7 +207,7 @@ repository in the US. /usr/include/FL/x.H /usr/include/FL/x.h /usr/include/Fl -%doc /usr/catman/pman/cat1/fluid.z +%doc /usr/man/man1/fluid.1 %doc /usr/info/fltk/FL.gif %doc /usr/info/fltk/Fl_Adjuster.html %doc /usr/info/fltk/Fl_Box.html diff --git a/packages/linux/makedist.sh b/packages/linux/makedist.sh index 92b63fb78..6587c3099 100755 --- a/packages/linux/makedist.sh +++ b/packages/linux/makedist.sh @@ -10,5 +10,8 @@ # order to test your distribution. Ya, I think RPM is just # *great*... # +# Also, this script currently only builds a binary distribution. +# FLTK's source tar file builds under Linux without any modification. +# -rpm -ba fltk.spec +rpm -bb fltk.spec |
