From 89d3f74435772fbbd2bcb5c5f5a4dd01ba4e328e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 15 Jan 2006 20:33:10 +0000 Subject: Fix EPM list file and games programs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4761 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fltk.list.in | 51 +++++++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/fltk.list.in b/fltk.list.in index 599062184..341972001 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -33,13 +33,11 @@ %license COPYING %readme README %version @FL_MAJOR_VERSION@.@FL_MINOR_VERSION@.@FL_PATCH_VERSION@ -%description << EOF -The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a -cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11), -Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern -GUI functionality without the bloat and supports 3D graphics via -OpenGL(r) and its built-in GLUT emulation. -EOF +%description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a +%description cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11), +%description Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern +%description GUI functionality without the bloat and supports 3D graphics via +%description OpenGL(r) and its built-in GLUT emulation. $prefix=@prefix@ $exec_prefix=@exec_prefix@ @@ -111,11 +109,9 @@ f 0555 root sys $libdir/libfltk_gl.so.@FL_API_VERSION@ src/libfltk_gl.so.@FL_API %subpackage devel %description FLTK Development Environment -%description << EOF -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. -EOF +%description Install fltk-devel if you need to develop FLTK applications. +%description You'll need to install the fltk package if you plan to run +%description dynamically linked applications. %system darwin f 0444 root sys $includedir/FL/mac.r FL/mac.r @@ -362,41 +358,40 @@ f 0444 root sys $docdir/examples/ test/*.fl f 0444 root sys $docdir/examples/ test/*.h %subpackage games -%description <