From 7a5dcb089b2f6375791f8ff54b5af6fb7eff6cf7 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 9 Mar 1999 19:54:00 +0000 Subject: [PATCH] Final changes for 1.0 distribution files for Linux. git-svn-id: file:///fltk/svn/fltk/trunk@395 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- packages/linux/fltk.spec | 2 +- 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