diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-12 02:04:53 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-12 02:04:53 +0000 |
| commit | 75b9c5a68fc048cb897f566ba646517711af796b (patch) | |
| tree | 569afa5cc2d9d252b50af5c72b9f00394ea42768 | |
| parent | f63e9a8ab43c3c0d6b67a53a40fa8a7e16d0a8cb (diff) | |
Reset version numbers to 1.1.0 (no rcN)
Add images library to list file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2523 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 6 | ||||
| -rw-r--r-- | fltk.list.in | 17 | ||||
| -rw-r--r-- | fltk.spec | 6 |
3 files changed, 21 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 091782232..dc490e0ae 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.31.2.77 2002/07/10 02:47:14 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.78 2002/07/12 02:04:53 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -35,7 +35,7 @@ dnl FLTK library versions... FL_MAJOR_VERSION=1 FL_MINOR_VERSION=1 FL_PATCH_VERSION=0 -FL_RELEASE_VERSION=rc3 +FL_RELEASE_VERSION= FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION} AC_SUBST(FL_MAJOR_VERSION) @@ -766,5 +766,5 @@ dnl Make sure the fltk-config script is executable... chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.77 2002/07/10 02:47:14 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.78 2002/07/12 02:04:53 easysw Exp $". dnl diff --git a/fltk.list.in b/fltk.list.in index a3cc77d1c..aedf78a32 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -1,5 +1,5 @@ # -# "$Id: fltk.list.in,v 1.1.2.5 2002/03/25 21:39:01 easysw Exp $" +# "$Id: fltk.list.in,v 1.1.2.6 2002/07/12 02:04:53 easysw Exp $" # # EPM product list file for the Fast Light Tool Kit (FLTK). # @@ -111,6 +111,19 @@ l 0000 root sys $libdir/libfltk_gl.so libfltk_gl.so.@FL_API_VERSION@ %system all %endif +%system aix +f 0555 root sys $libdir/libfltk_images_s.a src/libfltk_images_s.a +%system hpux +f 0555 root sys $libdir/libfltk_images.sl.@FL_API_VERSION@ src/libfltk_images.sl.@FL_API_VERSION@ +l 0000 root sys $libdir/libfltk_images.sl libfltk_images.sl.@FL_API_VERSION@ +%system darwin freebsd openbsd netbsd +f 0555 root sys $libdir/libfltk_images.dylib.@FL_API_VERSION@ src/libfltk_images.dylib.@FL_API_VERSION@ +l 0000 root sys $libdir/libfltk_images.dylib libfltk_images.dylib.@FL_API_VERSION@ +%system !aix !darwin !freebsd !openbsd !netbsd !hpux +f 0555 root sys $libdir/libfltk_images.so.@FL_API_VERSION@ src/libfltk_images.so.@FL_API_VERSION@ +l 0000 root sys $libdir/libfltk_images.so libfltk_images.so.@FL_API_VERSION@ +%system all + # Header files f 0444 root sys $includedir/FL/ FL/*.[hH] @@ -232,5 +245,5 @@ f 0444 root sys $datadir/doc/fltk/COPYING COPYING f 0444 root sys $datadir/doc/fltk/CHANGES CHANGES # -# End of "$Id: fltk.list.in,v 1.1.2.5 2002/03/25 21:39:01 easysw Exp $". +# End of "$Id: fltk.list.in,v 1.1.2.6 2002/07/12 02:04:53 easysw Exp $". # @@ -1,5 +1,5 @@ # -# "$Id: fltk.spec,v 1.1.2.9.2.11 2002/06/07 16:58:20 easysw Exp $" +# "$Id: fltk.spec,v 1.1.2.9.2.12 2002/07/12 02:04:53 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.0rc3 +%define version 1.1.0 %define release 0 %define prefix /usr @@ -99,5 +99,5 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/fltk/* # -# End of "$Id: fltk.spec,v 1.1.2.9.2.11 2002/06/07 16:58:20 easysw Exp $". +# End of "$Id: fltk.spec,v 1.1.2.9.2.12 2002/07/12 02:04:53 easysw Exp $". # |
