Hopefully the last of the easysw.com -> fltk.org changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1178 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
7bf3c4e2eb
commit
aa9f41e7d8
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* "$Id: configh.in,v 1.11.2.3 2000/04/25 22:15:40 mike Exp $"
|
||||
* "$Id: configh.in,v 1.11.2.4 2000/06/07 12:11:52 mike Exp $"
|
||||
*
|
||||
* Configuration file for the Fast Light Tool Kit (FLTK).
|
||||
* @configure_input@
|
||||
@ -21,7 +21,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA.
|
||||
*
|
||||
* Please report all bugs and problems to "FLTK-bugs@easysw.com".
|
||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -153,5 +153,5 @@
|
||||
#define HAVE_POLL 0
|
||||
|
||||
/*
|
||||
* End of "$Id: configh.in,v 1.11.2.3 2000/04/25 22:15:40 mike Exp $".
|
||||
* End of "$Id: configh.in,v 1.11.2.4 2000/06/07 12:11:52 mike Exp $".
|
||||
*/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#
|
||||
# "$Id: fltk.list,v 1.1.2.2 2000/04/27 00:17:51 mike Exp $"
|
||||
# "$Id: fltk.list,v 1.1.2.3 2000/06/07 12:11:52 mike Exp $"
|
||||
#
|
||||
# EPM product list file for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA.
|
||||
#
|
||||
# Please report all bugs and problems to "fltk-bugs@easysw.com".
|
||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
||||
#
|
||||
|
||||
%product Fast Light Tool Kit (FLTK)
|
||||
@ -30,7 +30,7 @@
|
||||
%vendor LGPL
|
||||
%license COPYING
|
||||
%readme README
|
||||
%version 1.0.8
|
||||
%version 1.0.9
|
||||
%description FLTK is a cross-platform GUI toolkit for C++.
|
||||
|
||||
# FLUID
|
||||
@ -377,5 +377,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.2 2000/04/27 00:17:51 mike Exp $".
|
||||
# End of "$Id: fltk.list,v 1.1.2.3 2000/06/07 12:11:52 mike Exp $".
|
||||
#
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#
|
||||
# "$Id: fltk.spec,v 1.1.2.3 2000/06/04 20:54:56 mike Exp $"
|
||||
# "$Id: fltk.spec,v 1.1.2.4 2000/06/07 12:11:52 mike Exp $"
|
||||
#
|
||||
# RPM spec file for FLTK.
|
||||
#
|
||||
@ -20,10 +20,10 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA.
|
||||
#
|
||||
# Please report all bugs and problems to "fltk-bugs@easysw.com".
|
||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
||||
#
|
||||
|
||||
%define version 1.0.8
|
||||
%define version 1.0.9
|
||||
%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.3 2000/06/04 20:54:56 mike Exp $".
|
||||
# End of "$Id: fltk.spec,v 1.1.2.4 2000/06/07 12:11:52 mike Exp $".
|
||||
#
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
/*
|
||||
* "$Id: config.h,v 1.5.2.1 2000/04/25 22:17:00 mike Exp $"
|
||||
* "$Id: config.h,v 1.5.2.2 2000/06/07 12:11:53 mike Exp $"
|
||||
*
|
||||
* Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++.
|
||||
*
|
||||
* Copyright 1998 by Bill Spitzak and others.
|
||||
* Copyright 1998-2000 by Bill Spitzak and others.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
@ -20,7 +20,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA.
|
||||
*
|
||||
* Please report all bugs and problems to "FLTK-bugs@easysw.com".
|
||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -138,5 +138,5 @@
|
||||
#define HAVE_POLL 0
|
||||
|
||||
/*
|
||||
* End of "$Id: config.h,v 1.5.2.1 2000/04/25 22:17:00 mike Exp $".
|
||||
* End of "$Id: config.h,v 1.5.2.2 2000/06/07 12:11:53 mike Exp $".
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user