diff --git a/fltk.list.in b/fltk.list.in index 00248a19a..599062184 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -52,6 +52,7 @@ $docdir=$(datadir)/doc/fltk $CAT1EXT=@CAT1EXT@ $CAT3EXT=@CAT3EXT@ +$CAT6EXT=@CAT6EXT@ $DSONAME=@DSONAME@ $FLDSONAME=@FLDSONAME@ @@ -59,6 +60,9 @@ $FLLIBNAME=@FLLIBNAME@ $GLDSONAME=@GLDSONAME@ $GLLIBNAME=@GLLIBNAME@ $FLUID=@FLUID@ +$JPEG=@JPEG@ +$PNG=@PNG@ +$ZLIB=@ZLIB@ %if DSONAME %system aix @@ -119,16 +123,16 @@ l 0444 root sys /usr/include/gcc/darwin/3.1/g++-v3/FL $includedir/FL d 0555 root sys /Applications/fluid.app - d 0555 root sys /Applications/fluid.app/Contents - -f 0444 root sys /Applications/fluid.app/Info.plist fluid/fluid.plist -f 0444 root sys /Applications/fluid.app/PkgInfo fluid/fluid.info +f 0444 root sys /Applications/fluid.app/Contents/Info.plist fluid/fluid.app/Contents/Info.plist +f 0444 root sys /Applications/fluid.app/Contents/PkgInfo fluid/fluid.app/Contents/PkgInfo d 0555 root sys /Applications/fluid.app/Contents/MacOS - l 0555 root sys /Applications/fluid.app/Contents/MacOS/fluid $bindir/fluid d 0555 root sys /Applications/fluid.app/Contents/Resources - -f 0444 root sys /Applications/fluid.app/Contents/Resources/fluid.icns fluid/icons/fluid.icns +f 0444 root sys /Applications/fluid.app/Contents/Resources/fluid.icns fluid/fluid.app/Contents/Resources/fluid.icns %postinstall $bindir/fltk-config --post $bindir/fluid %postremove /bin/rm -rf /Applications/fluid.app -%system linux +%system !darwin f 0444 root sys /usr/share/applnk/Development/fluid.desktop fluid/fluid.desktop f 0444 root sys /usr/share/icons/hicolor/16x16/apps/fluid.png fluid/icons/fluid-16.png f 0444 root sys /usr/share/icons/hicolor/32x32/apps/fluid.png fluid/icons/fluid-32.png @@ -159,6 +163,18 @@ f 0444 root sys $libdir/libfltk_images.a lib/libfltk_images.a f 0444 root sys $libdir/libfltk_gl.a lib/libfltk_gl.a %endif +%if JPEG +f 0444 root sys $libdir/libfltk_jpeg.a lib/libfltk_jpeg.a +%endif + +%if PNG +f 0444 root sys $libdir/libfltk_png.a lib/libfltk_png.a +%endif + +%if ZLIB +f 0444 root sys $libdir/libfltk_z.a lib/libfltk_z.a +%endif + %if DSONAME %system hpux l 0000 root sys $libdir/libfltk.sl libfltk.sl.@FL_API_VERSION@ @@ -198,6 +214,24 @@ l 0000 root sys $libdir/libfltk_gl.so libfltk_gl.so.@FL_API_VERSION@ # Header files f 0444 root sys $includedir/FL/ FL/*.[hH] +%if JPEG +f 0444 root sys $includedir/FL/images/jconfig.h jpeg/jconfig.h +f 0444 root sys $includedir/FL/images/jerror.h jpeg/jerror.h +f 0444 root sys $includedir/FL/images/jmorecfg.h jpeg/jmorecfg.h +f 0444 root sys $includedir/FL/images/jpeglib.h jpeg/jpeglib.h +%endif + +%if PNG +f 0444 root sys $includedir/FL/images/png.h png/png.h +f 0444 root sys $includedir/FL/images/pngconf.h png/pngconf.h +%endif + +%if ZLIB +f 0444 root sys $includedir/FL/images/zconf.h zlib/zconf.h +f 0444 root sys $includedir/FL/images/zlib.h zlib/zlib.h +f 0444 root sys $includedir/FL/images/zutil.h zlib/zutil.h +%endif + %system !darwin # Symlinks to handle common case problems... l 0000 root sys $includedir/Fl FL @@ -327,6 +361,49 @@ f 0444 root sys $docdir/examples/ test/*.cxx f 0444 root sys $docdir/examples/ test/*.fl f 0444 root sys $docdir/examples/ test/*.h +%subpackage games +%description <