diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-02 18:42:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-02 18:42:59 +0000 |
| commit | 90784b7e651c27a4ba1b6de21379d77aa6b0d6d7 (patch) | |
| tree | e095a9e175991d258386aeee0a16b379c4c13473 | |
| parent | 3c6019c1793290b4a54c9a048f45cc396fcceb36 (diff) | |
Update dist files for 1.1.0b4...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1633 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fltk.list | 6 | ||||
| -rw-r--r-- | fltk.spec | 25 |
2 files changed, 16 insertions, 15 deletions
@@ -1,5 +1,5 @@ # -# "$Id: fltk.list,v 1.1.2.6.2.4 2001/09/30 17:54:45 easysw Exp $" +# "$Id: fltk.list,v 1.1.2.6.2.5 2001/10/02 18:42:59 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.1.0b3 +%version 1.1.0b4 %description FLTK is a cross-platform GUI toolkit for C++. # FLUID @@ -189,5 +189,5 @@ f 0444 root sys /usr/share/doc/fltk/COPYING COPYING f 0444 root sys /usr/share/doc/fltk/CHANGES CHANGES # -# End of "$Id: fltk.list,v 1.1.2.6.2.4 2001/09/30 17:54:45 easysw Exp $". +# End of "$Id: fltk.list,v 1.1.2.6.2.5 2001/10/02 18:42:59 easysw Exp $". # @@ -1,5 +1,5 @@ # -# "$Id: fltk.spec,v 1.1.2.9.2.3 2001/09/30 17:54:45 easysw Exp $" +# "$Id: fltk.spec,v 1.1.2.9.2.4 2001/10/02 18:42:59 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.1.0b3 +%define version 1.1.0b4 %define release 0 %define prefix /usr @@ -39,21 +39,22 @@ Packager: Michael Sweet <mike@easysw.com> # use BuildRoot so as not to disturb the version already installed BuildRoot: /var/tmp/fltk-%{PACKAGE_VERSION} -%description The Fast Light Tool Kit ("FLTK", pronounced -"fulltick") is a LGPL'd C++ graphical user interface toolkit for -X (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r). It was -originally developed by Mr. Bill Spitzak and is currently -maintained by a small group of developers across the world with -a central repository in the US. +%description +The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a +LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), +OpenGL(r), and Microsoft(r) Windows(r). It was originally +developed by Mr. Bill Spitzak and is currently maintained by a +small group of developers across the world with a central +repository in the US. %package devel Summary: FLTK - development environment Group: Development/Libraries %description devel -Install fltk-devel if you need to develop FLTK applications. You'll -need to install the fltk package if you plan to run dynamically linked -applications. +Install fltk-devel if you need to develop FLTK applications. +You'll need to install the fltk package if you plan to run +dynamically linked applications. %prep %setup @@ -90,5 +91,5 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/fltk/* # -# End of "$Id: fltk.spec,v 1.1.2.9.2.3 2001/09/30 17:54:45 easysw Exp $". +# End of "$Id: fltk.spec,v 1.1.2.9.2.4 2001/10/02 18:42:59 easysw Exp $". # |
