The combination of RPM with Rubygem is not an ideal solution. We should find a way of building and patching our Deplate package with the means of RPM only. |
||
Table of Contents1 SituationWe have packaged the module as compressed tar, source rpm and object rpm package, based on rubygem-deplate.spec, for the a2e opensuse public repository. We are not yet able to meaningfully patch ruby gems. To do this we have to dig deeply into the ruby gem building process. It might be cleaner to build RPM packages on the basis of tarballs, but Opensuse also uses CPAN packages for building Perl RPMs. 2 Tasks3 Timeline4 Resources5 Chronology
In 0.8.1, the fmt/latex.rb had to be patched to fix the Quote environment as encouraged by the author. For this and other purposes we need to take the tar package rather than the gem as a basis of our package building efforts. |