[opensuse-ruby] gem2rpm and dependencies
hi, i just committed a small fix to gem2rpm in d:l:r:extensions. in the past our templated also added development dependencies to the (Build)Requires list of the spec. those are usually not needed at runtime. when you update a package next time run gem2rpm-opensuse on the new gem file again and diff the output with the existing spec file. just updated nokogiri that way. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-ruby+help@opensuse.org
On 2009-11-14 03:34:20 +0100, Marcus Rueckert wrote:
in the past our templated also added development dependencies to the (Build)Requires list of the spec. those are usually not needed at runtime. when you update a package next time run gem2rpm-opensuse on the new gem file again and diff the output with the existing spec file.
a good indicator for bloated dependencies is a requires on hoe/newgem/echoe. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-ruby+help@opensuse.org
participants (1)
-
Marcus Rueckert