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
|
||||
.sp
|
||||
.SH SYNOPSIS
|
||||
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
||||
C++ graphical user interface toolkit for the X Window
|
||||
System, MacOS(r), and Microsoft Windows(r) that supports OpenGL(r).
|
||||
The Fast Light Tool Kit ("FLTK") is a cross-platform C++ GUI toolkit
|
||||
for UNIX(r)/Linux(r) (X11 and Wayland), Microsoft(r) Windows(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
|
||||
maintained by a small group of developers across the world with
|
||||
a central repository in the US.
|
||||
a central repository on GitHub.
|
||||
.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:
|
||||
.IP
|
||||
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
|
||||
library does not constitute a derivative work and does not
|
||||
require the author to provide source code for the application or
|
||||
widget, use the shared FLTK libraries, or link their
|
||||
applications or widgets against a user-supplied version of FLTK.
|
||||
widget, use the shared FLTK libraries, or link their applications
|
||||
or widgets against a user-supplied version of FLTK.
|
||||
.IP
|
||||
If you link the application or widget to a modified version of
|
||||
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/)
|
||||
#
|
||||
# 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
|
||||
# the file "COPYING" which should have been included with this file. If this
|
||||
@ -17,16 +17,16 @@
|
||||
#
|
||||
|
||||
%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
|
||||
%license COPYING
|
||||
%readme README.txt
|
||||
%version @FLTK_VERSION_MAJOR@.@FLTK_VERSION_MINOR@.@FLTK_VERSION_PATCH@
|
||||
%description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
||||
%description cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
|
||||
%description Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern
|
||||
%description GUI functionality without the bloat and supports 3D graphics via
|
||||
%description OpenGL(r) and its built-in GLUT emulation.
|
||||
%version @FLTK_VERSION@
|
||||
%description The Fast Light Tool Kit ("FLTK") is a cross-platform C++ GUI
|
||||
%description toolkit for UNIX(r)/Linux(r) (X11), Microsoft(r) Windows(r),
|
||||
%description and macOS(r). FLTK provides modern GUI functionality without
|
||||
%description bloat and supports 3D graphics via OpenGL(r) and its built-in
|
||||
%description GLUT emulation.
|
||||
|
||||
$prefix=@prefix@
|
||||
$exec_prefix=@exec_prefix@
|
||||
|
16
fltk.spec.in
16
fltk.spec.in
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# the file "COPYING" which should have been included with this file. If this
|
||||
@ -14,7 +14,7 @@
|
||||
# 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 prefix /usr
|
||||
|
||||
@ -24,18 +24,18 @@ Version: %{version}
|
||||
Release: %{release}
|
||||
License: LGPL
|
||||
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/
|
||||
Packager: FLTK Developer <fltk@fltk.org>
|
||||
# use BuildRoot so as not to disturb the version already installed
|
||||
BuildRoot: /var/tmp/fltk-%{PACKAGE_VERSION}
|
||||
|
||||
%description
|
||||
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
||||
cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
|
||||
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern
|
||||
GUI functionality without the bloat and supports 3D graphics via
|
||||
OpenGL(r) and its built-in GLUT emulation.
|
||||
The Fast Light Tool Kit ("FLTK") is a cross-platform C++ GUI
|
||||
toolkit for UNIX(r)/Linux(r) (X11), Microsoft(r) Windows(r),
|
||||
and macOS(r). FLTK provides modern GUI functionality without
|
||||
bloat and supports 3D graphics via OpenGL(r) and its built-in
|
||||
GLUT emulation.
|
||||
|
||||
%package devel
|
||||
Summary: FLTK Development Environment
|
||||
|
Loading…
Reference in New Issue
Block a user