summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-12-06 13:59:46 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-12-06 13:59:46 +0000
commita7826cdc80f888fd9d647ce41b590f57098e37fd (patch)
treee520bd4eadc6f861ce69810edd970916fbf595e6
parent45c06ba2c4b432bd3c3fdc5a565d668cba482197 (diff)
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
-rw-r--r--documentation/Fl_Browser_.html2
-rw-r--r--fltk.list12
-rw-r--r--fltk.spec6
3 files changed, 12 insertions, 8 deletions
diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html
index 14aa12a73..4d4956a4d 100644
--- a/documentation/Fl_Browser_.html
+++ b/documentation/Fl_Browser_.html
@@ -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>
|
diff --git a/fltk.list b/fltk.list
index 7cf710afc..04e35b78f 100644
--- a/fltk.list
+++ b/fltk.list
@@ -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 $".
#
diff --git a/fltk.spec b/fltk.spec
index b6484bdd1..27f1e6333 100644
--- a/fltk.spec
+++ b/fltk.spec
@@ -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 $".
#