From e46a0be2b5b2bdb524b3c49462fcd3cd11bf5ff6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 23 Apr 1999 20:27:27 +0000 Subject: Updated packages files for 1.0.2. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@557 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- packages/hpux/fltk.info | 10 +++++----- packages/hpux/makedist.sh | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'packages/hpux') diff --git a/packages/hpux/fltk.info b/packages/hpux/fltk.info index e4c01dab9..41e504954 100644 --- a/packages/hpux/fltk.info +++ b/packages/hpux/fltk.info @@ -1,7 +1,7 @@ product tag fltk - revision 1.0.1 - title Fast Light Tool Kit, 1.0.1 + revision 1.0.2 + title Fast Light Tool Kit, 1.0.2 description C++ GUI toolkit for UNIX and Microsoft Windows. copyright Copyright 1998-1999, see the GNU Library General Public License for details. number HP-FLTK @@ -13,7 +13,7 @@ product fileset tag dso - title FLTK - Shared Libraries, 1.0.1 + title FLTK - Shared Libraries, 1.0.2 file -m 0000 -o root -g sys packages/hpux/links/libfltk.sl /usr/lib/libfltk.sl file -m 0555 -o root -g sys src/libfltk.sl.1 /usr/lib/libfltk.sl.1 @@ -21,7 +21,7 @@ product fileset tag doc - title FLTK - Documentation, 1.0.1 + title FLTK - Documentation, 1.0.2 file -m 0444 -o root -g sys documentation/adjuster1.gif /usr/info/fltk/adjuster1.gif file -m 0444 -o root -g sys documentation/ask.C.gif /usr/info/fltk/ask.C.gif @@ -158,7 +158,7 @@ product fileset tag dev - title FLTK - Development Software, 1.0.1 + title FLTK - Development Software, 1.0.2 file -m 0444 -o root -g sys fluid/fluid /usr/bin/X11/fluid file -m 0444 -o root -g sys FL/dirent.h /usr/include/FL/dirent.h diff --git a/packages/hpux/makedist.sh b/packages/hpux/makedist.sh index e3700171a..eb18489dd 100755 --- a/packages/hpux/makedist.sh +++ b/packages/hpux/makedist.sh @@ -26,7 +26,7 @@ ln -sf libfltk.sl.1 links/libfltk.sl cd ../.. /usr/sbin/swpackage -v -s packages/hpux/fltk.info \ - -d packages/hpux/fltk-1.0.1-hpux.depot -x write_remote_files=true \ + -d packages/hpux/fltk-1.0.2-hpux.depot -x write_remote_files=true \ -x target_type=tape fltk echo "Compressing distribution..." @@ -34,6 +34,6 @@ echo "Compressing distribution..." cd packages/hpux rm -rf links -rm -f fltk-1.0.1-hpux.depot.gz -gzip -9 fltk-1.0.1-hpux.depot +rm -f fltk-1.0.2-hpux.depot.gz +gzip -9 fltk-1.0.2-hpux.depot -- cgit v1.2.3