lua-5.2: added Lua specfile patches for 'peaceful coexistence'.
authorKrisztian Litkey <kli@iki.fi>
Sun, 9 Mar 2014 21:31:46 +0000 (23:31 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 11 Mar 2014 10:26:45 +0000 (12:26 +0200)
commita73248e256ea343d1734d29f96d0987c4cc63c37
tree7a5cff06e00ef18ad6de9a9209508689ec7f4fde
parent99bf8ff0ed62bebb7e5c2e77308724ffda7aa0c6
lua-5.2: added Lua specfile patches for 'peaceful coexistence'.

Added two patches that allow Lua-5.2.x and Lua-5.1.x to co-
exist without conflicts with whichever version you happen to
have installed on your system. To get the additional version
installed, take the Fedora source RPM of the version you want,
patch its specfile with the patch in this commit, then build
and install. So rougly:

    rpm -ivh <uri-of-fedora-lua.src.rpm>
    patch -p0 < <patch-from-this-commit>
    rpm -bb ~/rpmbuild/SPECS/lua.spec
    rpm -ivh ~/rpmbuild/RPMS/<arch>/lua-*.rpm
patches/lua/lua-5.1.4-specfile.patch [new file with mode: 0644]
patches/lua/lua-5.2.2-specfile.patch [new file with mode: 0644]