summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorSimon Howard2010-01-18 19:14:54 +0000
committerSimon Howard2010-01-18 19:14:54 +0000
commit7f7a7354a5e72f1226f06f6109c0d1bc6cc30133 (patch)
treea2a021089785e0462218d6770a72b16f08f7bf61 /pkg
parent34e73b9fffae922b3be954c98ec3724f4b15cfec (diff)
downloadchocolate-doom-7f7a7354a5e72f1226f06f6109c0d1bc6cc30133.tar.gz
chocolate-doom-7f7a7354a5e72f1226f06f6109c0d1bc6cc30133.tar.bz2
chocolate-doom-7f7a7354a5e72f1226f06f6109c0d1bc6cc30133.zip
Define project short description, copyright, maintainer and URL in
configure.in. Use these for the Info-gnustep.plist file. Add generated .spec file for building RPM packages. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1821
Diffstat (limited to 'pkg')
-rw-r--r--pkg/osx/Info-gnustep.plist.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkg/osx/Info-gnustep.plist.in b/pkg/osx/Info-gnustep.plist.in
index e7436df2..da6675ba 100644
--- a/pkg/osx/Info-gnustep.plist.in
+++ b/pkg/osx/Info-gnustep.plist.in
@@ -1,10 +1,14 @@
{
ApplicationName = "@PACKAGE_NAME@";
- ApplicationDescription = "Doom source port";
+ ApplicationDescription = "@PACKAGE_SHORTDESC@";
ApplicationIcon = app.png;
ApplicationRelease = @PACKAGE_VERSION@;
- Copyright = "Copyright (C) 2009-2010";
- CopyrightDescription = "GNU General Public License, version 2";
+ ApplicationURL = "@PACKAGE_URL@";
+ Authors = (
+ "@PACKAGE_MAINTAINER@ <@PACKAGE_BUGREPORT@>"
+ );
+ Copyright = "@PACKAGE_COPYRIGHT@";
+ CopyrightDescription = "@PACKAGE_LICENSE@";
FullVersionID = @PACKAGE_VERSION@;
GSMainMarkupFile = "";
NSExecutable = "launcher";