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
This commit is contained in:
Michael R Sweet 2002-07-12 02:04:53 +00:00
parent f63e9a8ab4
commit 75b9c5a68f
3 changed files with 21 additions and 8 deletions

View File

@ -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

View File

@ -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 $".
#

View File

@ -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 $".
#