mirror of https://github.com/fltk/fltk
Update dist files for 1.1.0b4...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1633 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
3c6019c179
commit
90784b7e65
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# "$Id: fltk.list,v 1.1.2.6.2.4 2001/09/30 17:54:45 easysw Exp $"
|
||||
# "$Id: fltk.list,v 1.1.2.6.2.5 2001/10/02 18:42:59 easysw Exp $"
|
||||
#
|
||||
# EPM product list file for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
|
@ -30,7 +30,7 @@
|
|||
%vendor LGPL
|
||||
%license COPYING
|
||||
%readme README
|
||||
%version 1.1.0b3
|
||||
%version 1.1.0b4
|
||||
%description FLTK is a cross-platform GUI toolkit for C++.
|
||||
|
||||
# FLUID
|
||||
|
@ -189,5 +189,5 @@ f 0444 root sys /usr/share/doc/fltk/COPYING COPYING
|
|||
f 0444 root sys /usr/share/doc/fltk/CHANGES CHANGES
|
||||
|
||||
#
|
||||
# End of "$Id: fltk.list,v 1.1.2.6.2.4 2001/09/30 17:54:45 easysw Exp $".
|
||||
# End of "$Id: fltk.list,v 1.1.2.6.2.5 2001/10/02 18:42:59 easysw Exp $".
|
||||
#
|
||||
|
|
25
fltk.spec
25
fltk.spec
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# "$Id: fltk.spec,v 1.1.2.9.2.3 2001/09/30 17:54:45 easysw Exp $"
|
||||
# "$Id: fltk.spec,v 1.1.2.9.2.4 2001/10/02 18:42:59 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.0b3
|
||||
%define version 1.1.0b4
|
||||
%define release 0
|
||||
%define prefix /usr
|
||||
|
||||
|
@ -39,21 +39,22 @@ Packager: Michael Sweet <mike@easysw.com>
|
|||
# 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 LGPL'd C++ graphical user interface toolkit for
|
||||
X (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r). 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.
|
||||
%description
|
||||
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
||||
LGPL'd C++ graphical user interface toolkit for X (UNIX(r)),
|
||||
OpenGL(r), and Microsoft(r) Windows(r). 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.
|
||||
|
||||
%package devel
|
||||
Summary: FLTK - development environment
|
||||
Group: Development/Libraries
|
||||
|
||||
%description devel
|
||||
Install fltk-devel if you need to develop FLTK applications. You'll
|
||||
need to install the fltk package if you plan to run dynamically linked
|
||||
applications.
|
||||
Install fltk-devel if you need to develop FLTK applications.
|
||||
You'll need to install the fltk package if you plan to run
|
||||
dynamically linked applications.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
@ -90,5 +91,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{prefix}/share/doc/fltk/*
|
||||
|
||||
#
|
||||
# End of "$Id: fltk.spec,v 1.1.2.9.2.3 2001/09/30 17:54:45 easysw Exp $".
|
||||
# End of "$Id: fltk.spec,v 1.1.2.9.2.4 2001/10/02 18:42:59 easysw Exp $".
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue