mirror of https://github.com/sbt/sbt.git
modifications so that RPM will actually build. A few areas I thoguht optional are mandatory.
This commit is contained in:
parent
221667426c
commit
c462aad953
|
|
@ -49,8 +49,10 @@ object DebianPkg {
|
|||
name in Rpm := "sbt",
|
||||
version in Rpm <<= sbtVersion.identity,
|
||||
rpmRelease := "1",
|
||||
rpmVendor := "Typesafe, Inc.",
|
||||
rpmVendor := "typesafe",
|
||||
rpmOs := "i386",
|
||||
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")
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue