Updated the version numbers in spec and list files.

Added HP-UX shared library support in fltk.list.

Fixed error in documentation - Fl_Browser_ is derived from Fl_Group,
not Fl_Widget.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1342 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2000-12-06 13:59:46 +00:00
parent 45c06ba2c4
commit a7826cdc80
3 changed files with 12 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<H3>Class Hierarchy</H3>
<UL>
<PRE>
<A href=Fl_Widget.html#Fl_Widget>Fl_Widget</A>
<A href="Fl_Group.html#Fl_Group">Fl_Group</A>
|
+----<B>Fl_Browser_</B>
|

View File

@ -1,5 +1,5 @@
#
# "$Id: fltk.list,v 1.1.2.3 2000/06/07 12:11:52 mike Exp $"
# "$Id: fltk.list,v 1.1.2.4 2000/12/06 13:59:46 easysw Exp $"
#
# EPM product list file for the Fast Light Tool Kit (FLTK).
#
@ -30,7 +30,7 @@
%vendor LGPL
%license COPYING
%readme README
%version 1.0.9
%version 1.0.10
%description FLTK is a cross-platform GUI toolkit for C++.
# FLUID
@ -48,7 +48,11 @@ f 0444 root sys /usr/man/man1/fluid.1 documentation/fluid.man
f 0444 root sys /usr/lib32/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib32/libfltk.so.1 src/libfltk.so.1
l 0000 root sys /usr/lib32/libfltk.so libfltk.so.1
%system !irix-6.5
%system hpux
f 0444 root sys /usr/lib32/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib32/libfltk.sl.1 src/libfltk.sl.1
l 0000 root sys /usr/lib32/libfltk.sl libfltk.sl.1
%system !irix-6.5 !hpux
f 0444 root sys /usr/lib/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib/libfltk.so.1 src/libfltk.so.1
l 0000 root sys /usr/lib/libfltk.so libfltk.so.1
@ -377,5 +381,5 @@ f 0444 root sys /usr/share/doc/fltk/value_slider.gif documentation/value_slider.
f 0444 root sys /usr/share/doc/fltk/widgets.html documentation/widgets.html
#
# End of "$Id: fltk.list,v 1.1.2.3 2000/06/07 12:11:52 mike Exp $".
# End of "$Id: fltk.list,v 1.1.2.4 2000/12/06 13:59:46 easysw Exp $".
#

View File

@ -1,5 +1,5 @@
#
# "$Id: fltk.spec,v 1.1.2.6 2000/06/24 20:43:33 bill Exp $"
# "$Id: fltk.spec,v 1.1.2.7 2000/12/06 13:59:46 easysw Exp $"
#
# RPM spec file for FLTK.
#
@ -23,7 +23,7 @@
# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
%define version 1.0.9
%define version 1.0.10
%define release 1
%define prefix /usr
@ -90,5 +90,5 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/share/doc/fltk/*
#
# End of "$Id: fltk.spec,v 1.1.2.6 2000/06/24 20:43:33 bill Exp $".
# End of "$Id: fltk.spec,v 1.1.2.7 2000/12/06 13:59:46 easysw Exp $".
#