mirror of https://github.com/fltk/fltk
Remove remaining 'pronounced "fulltick"' statements
+ fix source URL in fltk.spec.in + fix some typos
This commit is contained in:
parent
538ad1828f
commit
cb0930190a
|
@ -3,14 +3,16 @@
|
||||||
fltk \- the fast light tool kit
|
fltk \- the fast light tool kit
|
||||||
.sp
|
.sp
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
The Fast Light Tool Kit ("FLTK") is a cross-platform C++ GUI toolkit
|
||||||
C++ graphical user interface toolkit for the X Window
|
for UNIX(r)/Linux(r) (X11 and Wayland), Microsoft(r) Windows(r),
|
||||||
System, MacOS(r), and Microsoft Windows(r) that supports OpenGL(r).
|
and macOS(r). FLTK provides modern GUI functionality without
|
||||||
|
bloat and supports 3D graphics via OpenGL(r) and its built-in
|
||||||
|
GLUT emulation.
|
||||||
It was originally developed by Mr. Bill Spitzak and is currently
|
It was originally developed by Mr. Bill Spitzak and is currently
|
||||||
maintained by a small group of developers across the world with
|
maintained by a small group of developers across the world with
|
||||||
a central repository in the US.
|
a central repository on GitHub.
|
||||||
.LP
|
.LP
|
||||||
FLTK is provides under the terms of the GNU Library General Public License,
|
FLTK is provided under the terms of the GNU Library General Public License,
|
||||||
with the following exceptions:
|
with the following exceptions:
|
||||||
.IP
|
.IP
|
||||||
1. Modifications to the FLTK configure script, config header
|
1. Modifications to the FLTK configure script, config header
|
||||||
|
@ -29,8 +31,8 @@ constitute a derivative work.
|
||||||
3. Static linking of applications and widgets to the FLTK
|
3. Static linking of applications and widgets to the FLTK
|
||||||
library does not constitute a derivative work and does not
|
library does not constitute a derivative work and does not
|
||||||
require the author to provide source code for the application or
|
require the author to provide source code for the application or
|
||||||
widget, use the shared FLTK libraries, or link their
|
widget, use the shared FLTK libraries, or link their applications
|
||||||
applications or widgets against a user-supplied version of FLTK.
|
or widgets against a user-supplied version of FLTK.
|
||||||
.IP
|
.IP
|
||||||
If you link the application or widget to a modified version of
|
If you link the application or widget to a modified version of
|
||||||
FLTK, then the changes to FLTK must be provided under the terms
|
FLTK, then the changes to FLTK must be provided under the terms
|
||||||
|
|
16
fltk.list.in
16
fltk.list.in
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# (EPM can be found at https://www.msweet.org/epm/)
|
# (EPM can be found at https://www.msweet.org/epm/)
|
||||||
#
|
#
|
||||||
# Copyright 1998-2020 by Bill Spitzak and others.
|
# Copyright 1998-2023 by Bill Spitzak and others.
|
||||||
#
|
#
|
||||||
# This library is free software. Distribution and use rights are outlined in
|
# This library is free software. Distribution and use rights are outlined in
|
||||||
# the file "COPYING" which should have been included with this file. If this
|
# the file "COPYING" which should have been included with this file. If this
|
||||||
|
@ -17,16 +17,16 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
%product Fast Light Tool Kit (FLTK)
|
%product Fast Light Tool Kit (FLTK)
|
||||||
%copyright 1998-2020 by Bill Spitzak and others.
|
%copyright 1998-2023 by Bill Spitzak and others.
|
||||||
%vendor FLTK Development Team
|
%vendor FLTK Development Team
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%readme README.txt
|
%readme README.txt
|
||||||
%version @FLTK_VERSION_MAJOR@.@FLTK_VERSION_MINOR@.@FLTK_VERSION_PATCH@
|
%version @FLTK_VERSION@
|
||||||
%description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
%description The Fast Light Tool Kit ("FLTK") is a cross-platform C++ GUI
|
||||||
%description cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
|
%description toolkit for UNIX(r)/Linux(r) (X11), Microsoft(r) Windows(r),
|
||||||
%description Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern
|
%description and macOS(r). FLTK provides modern GUI functionality without
|
||||||
%description GUI functionality without the bloat and supports 3D graphics via
|
%description bloat and supports 3D graphics via OpenGL(r) and its built-in
|
||||||
%description OpenGL(r) and its built-in GLUT emulation.
|
%description GLUT emulation.
|
||||||
|
|
||||||
$prefix=@prefix@
|
$prefix=@prefix@
|
||||||
$exec_prefix=@exec_prefix@
|
$exec_prefix=@exec_prefix@
|
||||||
|
|
16
fltk.spec.in
16
fltk.spec.in
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# RPM spec file for FLTK.
|
# RPM spec file for FLTK.
|
||||||
#
|
#
|
||||||
# Copyright 1998-2015 by Bill Spitzak and others.
|
# Copyright 1998-2023 by Bill Spitzak and others.
|
||||||
#
|
#
|
||||||
# This library is free software. Distribution and use rights are outlined in
|
# This library is free software. Distribution and use rights are outlined in
|
||||||
# the file "COPYING" which should have been included with this file. If this
|
# the file "COPYING" which should have been included with this file. If this
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
# https://www.fltk.org/bugs.php
|
# https://www.fltk.org/bugs.php
|
||||||
#
|
#
|
||||||
|
|
||||||
%define version @FLTK_VERSION_MAJOR@.@FLTK_VERSION_MINOR@.@FLTK_VERSION_PATCH@
|
%define version @FLTK_VERSION@
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
|
@ -24,18 +24,18 @@ Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.fltk.org/pub/fltk/%{version}/fltk-%{version}-source.tar.gz
|
Source: https://www.fltk.org/pub/fltk/%{version}/fltk-%{version}-source.tar.gz
|
||||||
URL: https://www.fltk.org/
|
URL: https://www.fltk.org/
|
||||||
Packager: FLTK Developer <fltk@fltk.org>
|
Packager: FLTK Developer <fltk@fltk.org>
|
||||||
# use BuildRoot so as not to disturb the version already installed
|
# use BuildRoot so as not to disturb the version already installed
|
||||||
BuildRoot: /var/tmp/fltk-%{PACKAGE_VERSION}
|
BuildRoot: /var/tmp/fltk-%{PACKAGE_VERSION}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
The Fast Light Tool Kit ("FLTK") is a cross-platform C++ GUI
|
||||||
cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
|
toolkit for UNIX(r)/Linux(r) (X11), Microsoft(r) Windows(r),
|
||||||
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern
|
and macOS(r). FLTK provides modern GUI functionality without
|
||||||
GUI functionality without the bloat and supports 3D graphics via
|
bloat and supports 3D graphics via OpenGL(r) and its built-in
|
||||||
OpenGL(r) and its built-in GLUT emulation.
|
GLUT emulation.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: FLTK Development Environment
|
Summary: FLTK Development Environment
|
||||||
|
|
Loading…
Reference in New Issue