packages: flvtool2/flvtool2.spec, flvtool2/flvtool2-ruby19.patch (NEW) - up...

Radosław Zieliński radek42 at gmail.com
Sat May 1 16:48:36 CEST 2010


On 1 May 2010 06:58, Caleb Maclennan <caleb at pld-linux.org> wrote:
> However this breaks the package build on ruby 1.8 systems. Is there an
> acceptable way to mark a patch in the spec for inclusion only if the
> host system is running a certain version of a package?

Writing portable patches is the preferred solution.

  if RUBY_VERSION < "1.9"
     ... force_encoding() ...
  end


More information about the pld-devel-en mailing list