diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-06 19:44:10 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-06 19:44:10 +0000 |
| commit | 31e948ed4bc2122fdab183fbf08eb6743f63d717 (patch) | |
| tree | e01de78b9d0806135e92ac75cbf279ae016a72db /fltk.spec.in | |
| parent | 44b2ff35cf0e7aa0cb394acb9e44fb39ab068b71 (diff) | |
Update packaging files.
Remove --post code from fltk-config (--post is now ignore on all
platforms)
Remove outdated information from README.mac.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.spec.in')
| -rw-r--r-- | fltk.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fltk.spec.in b/fltk.spec.in index 0fe849567..83d94284f 100644 --- a/fltk.spec.in +++ b/fltk.spec.in @@ -3,7 +3,7 @@ # # RPM spec file for FLTK. # -# Copyright 1998-2006 by Bill Spitzak and others. +# Copyright 1998-2007 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -25,8 +25,8 @@ # http://www.fltk.org/str.php # -%define version @VERSION@ -%define release @RELEASE@ +%define version @FL_MAJOR_VERSION@.@FL_MINOR_VERSION@.@FL_PATCH_VERSION@ +%define release 1 %define prefix /usr Summary: Fast Light Tool Kit (FLTK) @@ -62,7 +62,7 @@ Summary: FLTK Games Group: Games %description games -Install fltk-games to play Block Attack!, checkers, or Sudoku on your computer. +Install fltk-games to play Block Attack!, Checkers, or Sudoku on your computer. %prep %setup |
