Linux packaging? - Page 2

Linux packaging?

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

User avatar
Masse
Damned Developer
Posts: 979
Joined: 15 Sep 2004, 18:56

Post by Masse »

but not all know that alien exists i didnt know it actually works :D just heard of it
10053r
Posts: 297
Joined: 28 Feb 2005, 19:19

Post by 10053r »

It only works well if both distros put everything in the same places and have all the dependent packages named the same (i.e. it doesn't work easily). Better off making both, and not making either of the two package manager userbases feel like second class citizens. Basically, make a .deb and a .rpm and you've covered almost everyone who is used to package management. Those who are not used to having package management don't need packages!
own3d
Posts: 129
Joined: 25 Aug 2006, 16:31

Post by own3d »

Why not use the /opt directory? If it doesn't exsist on the computer you can create it and add /opt/bin/ to their paths
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post by hollowsoul »

/opt is for different things... than games.

Main prob is some distros split packages up abit & are named slightly differently. Which can get annoying if making a rpm (/ debian packages already in the works). But wont be a show stopper

Really need to follow fhs layout guide ideally, unfortunatly abit vague on place for games togo. So some distros put games data in slightly different directorys
HAARP
Posts: 182
Joined: 06 Apr 2006, 07:18

Post by HAARP »

What does it matter? The package defines what goes where, so it can tell what to remove when you "uninstall" it. No harm done?
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post by hollowsoul »

Why the hell install in a wrong location when u can just install in the right locations. U talking about 1 line change in rpm

Rather than using a wrong location & then altering configs to add /opt/<foo>/bin to path. Not all distros use the same way, and could break someones distro path setting if not carefull.
When some distros use different config files to store that value.

Be easy enough to have multiple rpms for distros.

Worst case with multiple rpms / debs is 1 line change for location.
And about 5 lines changes for different descriptions of packages needed to install spring.

Anyway discussion is pointless till someone steps up to maintain rpm / debs.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Only RPM is still needed.

Cyril Brulebois and I are working on getting debs in Debian (and after that, Ubuntu, hopefully feisty+1). The debs are already available for those interested. (in this forum section)
User avatar
Relative
Posts: 1371
Joined: 15 Oct 2006, 13:17

Post by Relative »

Tobi wrote:
Cyril Brulebois and I are working on getting debs in Debian (and after that, Ubuntu, hopefully feisty+1). The debs are already available for those interested. (in this forum section)
Once that goes to Debian and ubuntu expect a huge influx of new players :shock:
Post Reply

Return to “Linux”