summaryrefslogtreecommitdiff
path: root/fltk.spec.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-05 17:01:51 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-05 17:01:51 +0100
commitcb0930190af7527e8dea2706d52ba7a4dab9aad6 (patch)
tree73b01af4637b16ece7dad9814ac3db4ab35a273f /fltk.spec.in
parent538ad1828f8e69daee02f35a14dd0ae3d4ba5c31 (diff)
Remove remaining 'pronounced "fulltick"' statements
+ fix source URL in fltk.spec.in + fix some typos
Diffstat (limited to 'fltk.spec.in')
-rw-r--r--fltk.spec.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/fltk.spec.in b/fltk.spec.in
index d0fca8bbe..01f28a6fe 100644
--- a/fltk.spec.in
+++ b/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