Fixed summary for SBT package.

This commit is contained in:
Josh Suereth 2012-01-11 13:41:36 -05:00
parent b429b0a246
commit 97a73b7d77
1 changed files with 3 additions and 4 deletions

View File

@ -24,8 +24,8 @@ object Packaging {
}, },
// GENERAL LINUX PACKAGING STUFFS // GENERAL LINUX PACKAGING STUFFS
maintainer := "Josh Suereth <joshua.suereth@typesafe.com>", maintainer := "Josh Suereth <joshua.suereth@typesafe.com>",
packageDescription := """Simple Build Tool packageSummary := "Simple Build Tool for Scala-driven builds.",
This script provides a native way to run the Simple Build Tool, packageDescription := """This script provides a native way to run the Simple Build Tool,
a build tool for Scala software, also called SBT.""", a build tool for Scala software, also called SBT.""",
linuxPackageMappings <+= (baseDirectory) map { bd => linuxPackageMappings <+= (baseDirectory) map { bd =>
(packageMapping((bd / "sbt") -> "/usr/bin/sbt") (packageMapping((bd / "sbt") -> "/usr/bin/sbt")
@ -80,7 +80,6 @@ object Packaging {
rpmRelease := "1", rpmRelease := "1",
rpmVendor := "typesafe", rpmVendor := "typesafe",
rpmUrl := Some("http://github.com/paulp/sbt-extras"), rpmUrl := Some("http://github.com/paulp/sbt-extras"),
rpmSummary := Some("Simple Build Tool for Scala-driven builds."),
rpmLicense := Some("BSD"), rpmLicense := Some("BSD"),