summaryrefslogtreecommitdiff
path: root/fltk.spec
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-01-15 03:16:09 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-01-15 03:16:09 +0000
commit887a45822703da2420df9c2ecc024b1f4dfc218e (patch)
tree96ef1fdd63089ad87b759fbb150953635ce2e08f /fltk.spec
parent93e158df5fb93552bc06210a0098c4b818890a5e (diff)
Work on Linux and OSX desktop integration stuff via make install and
packaging via EPM. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4750 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.spec')
-rw-r--r--fltk.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/fltk.spec b/fltk.spec
index 5509a67c2..f84088cf2 100644
--- a/fltk.spec
+++ b/fltk.spec
@@ -3,7 +3,7 @@
#
# RPM spec file for FLTK.
#
-# Copyright 1998-2005 by Bill Spitzak and others.
+# Copyright 1998-2006 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
@@ -33,7 +33,7 @@ Summary: Fast Light Tool Kit (FLTK)
Name: fltk
Version: %{version}
Release: %{release}
-Copyright: LGPL
+License: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.fltk.org/pub/fltk/%{version}/fltk-%{version}-source.tar.gz
URL: http://www.fltk.org
@@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%dir %{prefix}/share/doc/fltk
%{prefix}/share/doc/fltk/*
+%{prefix}/share/applnk/*
+%{prefix}/share/icons/*
+%{prefix}/share/mimelnk/*
#
# End of "$Id$".