Bug 1439893 - Review Request: luadec - Lua Decompiler for lua 5.1, 5.2, and 5.3 (built for 5.1)
Summary: Review Request: luadec - Lua Decompiler for lua 5.1, 5.2, and 5.3 (built for ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-06 19:12 UTC by Conrad Meyer
Modified: 2020-07-26 15:22 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-07-26 15:22:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Conrad Meyer 2017-04-06 19:12:00 UTC
Spec URL: https://konradm.fedorapeople.org/fedora/SPECS/luadec.spec
SRPM URL: https://konradm.fedorapeople.org/fedora/SRPMS/luadec-0-0.1.fc24.src.rpm
Fedora Account System Username: konradm
Description:

Hi.  I just packaged luadec and hope to get it into the Fedora package collection.

Luadec is a Lua Decompiler for lua 5.1, 5.2, and 5.3 (compile time).  It is compiled to support Lua 5.1.

Comment 1 Ye Cheng 2017-08-09 08:49:56 UTC

=====Issues=====
  -unnecessary extra sources
>Source1:	https://github.com/mlnlover11/LuaAssemblyTools/archive/%{commit1}.tar.gz#/LuaAssemblyTools-%{shortcommit1}.tar.gz
>Source2:	https://github.com/ilua/ilua/archive/%{commit2}.tar.gz#/ilua-%{shortcommit2}.tar.gz
>Source4:	https://github.com/viruscamp/memwatch/archive/%{commit4}.tar.gz#/memwatch-%{shortcommit4}.tar.gz
They should not be downloaded as they were never used during the process(except for prep)
  -Some requires are missing
>lua-5.1/src/Makefile:98
>linux:
>	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
BuildRequires: readline-devel, ncurses-devel are needed but missing. It seems that there is something wrong on building procedure so the runtime require libreadline.so.7, libhistory.so.7 and libncurses.so.6 wasn't pick up by rpmbuild.
  - Package doesn't obey FHS consistently
>lua-5.1/src/luaconf.h:97
>#define LUA_ROOT	"/usr/local/"
>#define LUA_LDIR	LUA_ROOT "share/lua/5.1/"
>#define LUA_CDIR	LUA_ROOT "lib/lua/5.1/"
It is necessary to patch or sed this file so it can conform FHS.
  - License field in the package spec file matches the actual license.
LuaAssemblyTools contain a problematic license, but was not used during build process, nor was contained in the final package, so it should not be downloaded.
  - License breakdown is not shown.
License of luadec is not indicated. Lua-5.1 is using MIT license.
The only GPLv2 portion is memwatch, but it wasnit used during the whole build and install phase.Its file wasn't included in file section neither(so, I don't know why it was downloaded.)
  - Compiler Flags is not honored.
>lua5.1/src/Makefile:11,99
>CFLAGS= -O2 -Wall $(MYCFLAGS)
> $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory >-lncurses"
>luadec/Makefile:17,38
>CFLAGS= -O2 -Wall -DSRCVERSION=\"$(SRCVERSION)\" $(INCS) $(MYCFLAGS)
>MYCFLAGS=
$RPM_OPT_FLAGS and %{?__global_ldflags} was not honored. %make_build only expands to usr/bin/make -O %{?_smp_mflags}  Perhaps it is necessary to patch the lua-5.1/src/Makefile to include these flags without overriding the -DLUA_USE_LINUX MYLIBS flag.
  - Useful -debuginfo package or justification otherwise.
debuginfo-without-sources, I don't know why this happened, probably due to some problems in building procedure.
  - %check is missing
Upstream shipped some sample lua programs in test directory. Probably some of them can be compiled and ran to test whether the intepreter is functional.
  - Packages should try to preserve timestamps of original installed files.
Please use install -m755 -p at line 52
  - Improper versioning
Release tag should be 1%{dist}
It seems that release tag doesn't comform either simple versioning and complex versioning scheme.
Please refer https://fedoraproject.org/wiki/Package_Versioning_Examples
  - Documents not included
Upstream shipped 2 man pages and several htmls on lua language in lua-5.1/doc directory. They should be included.
===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
Note: generate during compilation and linked against standalone lua intepreter, but not included in the final package.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "MIT/X11 (BSD like)", "GPL (v2 or later) (with incorrect FSF
     address)", "*No copyright* Public domain", "Unknown or generated",
     "*No copyright* GPL". 610 files have unknown license. Detailed output
     of licensecheck in ~/Downloads/lua/review-
     luadec/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[!]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[!]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[?]: Sources contain only permissible code or content.
Note: Not clear about luadec
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[-]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[!]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[!]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[!]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[!]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 1 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[!]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[?]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[!]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in luadec-
     debuginfo
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[?]: Package should compile and build into binary rpms on all supported
     architectures.
[!]: %check is present and all tests pass.
[!]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[!]: Spec file according to URL is the same as in SRPM.
     Note: Spec file as given by url is not the same as in SRPM (see
     attached diff).
     See: (this test has no URL)
[x]: Rpmlint is run on debuginfo package(s).
     Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.


Rpmlint
-------
Checking: luadec-0-0.1.fc26.x86_64.rpm
          luadec-debuginfo-0-0.1.fc26.x86_64.rpm
          luadec-0-0.1.fc26.src.rpm
luadec.x86_64: W: spelling-error Summary(en_US) Lua -> Lu, La, Luna
luadec.x86_64: W: spelling-error Summary(en_US) lua -> la, luau, lea
luadec.x86_64: W: spelling-error %description -l en_US Lua -> Lu, La, Luna
luadec.x86_64: W: spelling-error %description -l en_US lua -> la, luau, lea
luadec.x86_64: W: no-manual-page-for-binary luadec
luadec.x86_64: W: no-manual-page-for-binary luaopswap
luadec.x86_64: W: no-manual-page-for-binary luareplace
luadec-debuginfo.x86_64: E: debuginfo-without-sources
luadec.src: W: spelling-error Summary(en_US) Lua -> Lu, La, Luna
luadec.src: W: spelling-error Summary(en_US) lua -> la, luau, lea
luadec.src: W: spelling-error %description -l en_US Lua -> Lu, La, Luna
luadec.src: W: spelling-error %description -l en_US lua -> la, luau, lea
3 packages and 0 specfiles checked; 1 errors, 11 warnings.




Rpmlint (debuginfo)
-------------------
Checking: luadec-debuginfo-0-0.1.fc26.x86_64.rpm
luadec-debuginfo.x86_64: E: debuginfo-without-sources
1 packages and 0 specfiles checked; 1 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
sh: /usr/bin/python: No such file or directory
luadec-debuginfo.x86_64: E: debuginfo-without-sources
luadec.x86_64: W: spelling-error Summary(en_US) Lua -> Lu, La, Luna
luadec.x86_64: W: spelling-error Summary(en_US) lua -> la, luau, lea
luadec.x86_64: W: spelling-error %description -l en_US Lua -> Lu, La, Luna
luadec.x86_64: W: spelling-error %description -l en_US lua -> la, luau, lea
luadec.x86_64: W: no-manual-page-for-binary luadec
luadec.x86_64: W: no-manual-page-for-binary luaopswap
luadec.x86_64: W: no-manual-page-for-binary luareplace
2 packages and 0 specfiles checked; 1 errors, 7 warnings.



Diff spec file in url and in SRPM
---------------------------------
--- /home/lu/Downloads/lua/luadec.spec	2017-08-09 13:28:38.569478705 +0800
+++ /home/lu/Downloads/lua/review-luadec/srpm-unpacked/luadec.spec	2017-08-09 12:09:13.000000000 +0800
@@ -22,5 +22,4 @@
 
 BuildRequires: readline-devel
-BuildRequires: ncurses-devel
 #Requires:
 


Requires
--------
luadec-debuginfo (rpmlib, GLIBC filtered):

luadec (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libm.so.6()(64bit)
    rtld(GNU_HASH)



Provides
--------
luadec-debuginfo:
    luadec-debuginfo
    luadec-debuginfo(x86-64)

luadec:
    luadec
    luadec(x86-64)



Source checksums
----------------
https://github.com/ilua/ilua/archive/c9ef6799113e71d89d629b29b266d1eba4105038.tar.gz#/ilua-c9ef679.tar.gz :
  CHECKSUM(SHA256) this package     : 82a5760cf4bc698099d7b62818a9c742429d306cce2dcd25515c0ec46240cad1
  CHECKSUM(SHA256) upstream package : 82a5760cf4bc698099d7b62818a9c742429d306cce2dcd25515c0ec46240cad1
https://github.com/viruscamp/lua5/archive/5.1/lua5-5.1.tar.gz :
  CHECKSUM(SHA256) this package     : ce85067ce444b07cffd3b28ef00b42c2f11ee1a9772fcdb6028112bb3ac44292
  CHECKSUM(SHA256) upstream package : ce85067ce444b07cffd3b28ef00b42c2f11ee1a9772fcdb6028112bb3ac44292
https://github.com/viruscamp/luadec/archive/895d92313fabaee260121c758c8320d1b21dd741.tar.gz#/luadec-895d923.tar.gz :
  CHECKSUM(SHA256) this package     : 49b2467a9742ea150e900c5c1f9b2aae8060add8c6f1349930a3b52e551762f0
  CHECKSUM(SHA256) upstream package : 49b2467a9742ea150e900c5c1f9b2aae8060add8c6f1349930a3b52e551762f0
https://github.com/mlnlover11/LuaAssemblyTools/archive/e496bc6df2e49ea0beebb26f216aca3821a2b28e.tar.gz#/LuaAssemblyTools-e496bc6.tar.gz :
  CHECKSUM(SHA256) this package     : 0ea663a3786df707408ca9befc7291b7669793b1618cac7efa1ea486d2a951db
  CHECKSUM(SHA256) upstream package : 0ea663a3786df707408ca9befc7291b7669793b1618cac7efa1ea486d2a951db
https://github.com/viruscamp/memwatch/archive/79c86d1b258b13dc0d1a2a66f28aadc0f6e23944.tar.gz#/memwatch-79c86d1.tar.gz :
  CHECKSUM(SHA256) this package     : 32ac1ad7d7def21ae6b5ebc3a90f3a229d039542662e56e716df3ac2904df0a2
  CHECKSUM(SHA256) upstream package : 32ac1ad7d7def21ae6b5ebc3a90f3a229d039542662e56e716df3ac2904df0a2


Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -n lua -v
Buildroot used: fedora-26-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

Comment 2 Ye Cheng 2017-08-09 08:51:53 UTC
(In reply to Ye Cheng from comment #1)
Sorry for not indicating that this is an unofficial review before pushing the Save Changes bottom.

Comment 3 Ye Cheng 2017-08-09 09:33:51 UTC
(In reply to Ye Cheng from comment #1)
There are also some compiler warnings in build.log
+ cd ../luadec
gcc -O2 -Wall -DSRCVERSION=\"UNKNOWN\" -I../lua-5.1/src    -c -o guess.o guess.c
guess.c: In function 'luaU_guess_locals':
guess.c:152:3: warning: enumeration value 'OP_LOADK' not handled in switch [-Wswitch]
   switch (o) {
   ^~~~~~
guess.c:152:3: warning: enumeration value 'OP_LOADBOOL' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_LOADNIL' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_GETUPVAL' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_GETGLOBAL' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_NEWTABLE' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_CONCAT' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_JMP' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_TEST' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_CALL' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_TAILCALL' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_FORLOOP' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_FORPREP' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_TFORLOOP' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_SETLIST' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_CLOSE' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_CLOSURE' not handled in switch [-Wswitch]
guess.c:152:3: warning: enumeration value 'OP_VARARG' not handled in switch [-Wswitch]
guess.c:216:7: warning: unused variable 'bc' [-Wunused-variable]
   int bc = GETARG_Bx(instr);
       ^~
guess.c:574:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 6 [-Wformat-overflow=]
     sprintf(names,"l_%d_%d",main,i);
                         ^~
guess.c:574:19: note: directive argument in the range [0, 2147483647]
     sprintf(names,"l_%d_%d",main,i);
                   ^~~~~~~~~
guess.c:574:5: note: 'sprintf' output between 6 and 25 bytes into a destination of size 10
     sprintf(names,"l_%d_%d",main,i);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
disassemble.c: In function 'luadec_disassemble':
disassemble.c:80:16: warning: zero-length gnu_printf format string [-Wformat-zero-length]
   sprintf(line,"");
                ^~
disassemble.c:321:17: warning: zero-length gnu_printf format string [-Wformat-zero-length]
     sprintf(tmp,"");
                 ^~
disassemble.c:331:18: warning: zero-length gnu_printf format string [-Wformat-zero-length]
     sprintf(tmp2,"");
                  ^~
disassemble.c:345:18: warning: zero-length gnu_printf format string [-Wformat-zero-length]
     sprintf(tmp, "");
                  ^~
disassemble.c:391:8: warning: unused variable 'next_is_extraarg' [-Wunused-variable]
    int next_is_extraarg = 1;
        ^~~~~~~~~~~~~~~~
statement.c: In function 'PrintBreakStatement':
statement.c:118:32: warning: too many arguments for format [-Wformat-extra-args]
   StringBuffer_addPrintf(buff, "do break end\n", stmt->code);
                                ^~~~~~~~~~~~~~~~
statement.c:121:32: warning: too many arguments for format [-Wformat-extra-args]
   StringBuffer_addPrintf(buff, "break\n", stmt->code);
                                ^~~~~~~~~
luareplace.c: In function 'checkProto':
luareplace.c:178:16: warning: variable 'stop' set but not used [-Wunused-but-set-variable]
  int diff = 0, stop = 0;
                ^~~~
decompile.c:458:15: warning: variable 'savecurr' set but not used [-Wunused-but-set-variable]
     LogicExp* savecurr;
               ^~~~~~~~
decompile.c: In function 'RawAddAstStatement':
decompile.c:606:8: warning: unused variable 'blockSize' [-Wunused-variable]
    int blockSize = block->sub->size;
        ^~~~~~~~~
decompile.c:591:17: warning: unused variable 'tail' [-Wunused-variable]
   AstStatement* tail = cast(AstStatement*, block->sub->tail);
                 ^~~~
decompile.c: In function 'FlushBoolean':
decompile.c:666:8: warning: unused variable 'whileStart' [-Wunused-variable]
    int whileStart = walk->start;
        ^~~~~~~~~~
decompile.c: In function 'DeclareLocals':
decompile.c:1220:6: warning: variable 'loopconvert' set but not used [-Wunused-but-set-variable]
  int loopconvert;
      ^~~~~~~~~~~
decompile.c: In function 'MakeIndex':
decompile.c:1432:4: warning: enumeration value 'SQUARE_BRACKET' not handled in switch [-Wswitch]
    switch (type) {
    ^~~~~~
decompile.c: In function 'PrintLoopTree':
decompile.c:1702:25: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'LoopItem * {aka struct LoopItem_ *}' [-Wformat=]
  fprintf(stderr, "%s=0x%x prep=%d start=%d body=%d end=%d out=%d block=0x%x \n"
                        ~^
decompile.c:1702:75: warning: format '%x' expects argument of type 'unsigned int', but argument 10 has type 'AstStatement * {aka struct AstStatement_ *}' [-Wformat=]
  fprintf(stderr, "%s=0x%x prep=%d start=%d body=%d end=%d out=%d block=0x%x \n"
                                                                          ~^
   ,stmttype[li->type], li, li->prep, li->start, li->body, li->end, li->out, li->block);
                                                                             ~~~~~~~~~
decompile.c: In function 'ProcessCode':
decompile.c:1836:7: warning: unused variable 'func_check_result' [-Wunused-variable]
   int func_check_result = FunctionCheck(f, funcnumstr, str);
       ^~~~~~~~~~~~~~~~~
decompile.c:2211:23: warning: unused variable 'endif' [-Wunused-variable]
     int thenaddr = 0, endif = 0;
                       ^~~~~
decompile.c:2532:39: warning: variable 'state' set but not used [-Wunused-but-set-variable]
     const char *generator, *control, *state;
                                       ^~~~~
decompile.c:2532:29: warning: variable 'control' set but not used [-Wunused-but-set-variable]
     const char *generator, *control, *state;
                             ^~~~~~~
decompile.c:2614:23: warning: unused variable 'endif' [-Wunused-variable]
     int thenaddr = 0, endif = 0;
                       ^~~~~
decompile.c:2755:19: warning: unused variable 'parentStmt' [-Wunused-variable]
     AstStatement* parentStmt = NULL;
                   ^~~~~~~~~~
decompile.c:2941:9: warning: variable 'stepLen' set but not used [-Wunused-but-set-variable]
     int stepLen;
         ^~~~~~~
decompile.c:2940:35: warning: variable 'endstr' set but not used [-Wunused-but-set-variable]
     const char *initial, *a1str, *endstr;
                                   ^~~~~~
decompile.c:3049:8: warning: unused variable 'cfnum' [-Wunused-variable]
    int cfnum = functionnum;
        ^~~~~
decompile.c:1792:6: warning: unused variable 'baseIndent' [-Wunused-variable]
  int baseIndent = indent;
      ^~~~~~~~~~
decompile.c: In function 'MakeIndex':
decompile.c:1420:6: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int ret;
      ^~~

Comment 4 Ye Cheng 2017-08-14 12:09:22 UTC
(In reply to Ye Cheng from comment #1)
>   - Useful -debuginfo package or justification otherwise.
> debuginfo-without-sources, I don't know why this happened, probably due to
> some problems in building procedure.
I'm really sorry for this false positive, debuginfo without source could probably be acceptable, as debugsource package is now separated. 
Reference: https://fedoraproject.org/wiki/Changes/SubpackageAndSourceDebuginfo

Comment 5 Ye Cheng 2017-08-25 15:02:05 UTC
Perhaps it is better to seperate lua and luadec package, because lua directory contains a lua interpreter, while luadec contains a lua decompiler.

Comment 6 Package Review 2020-07-10 00:55:46 UTC
This is an automatic check from review-stats script.

This review request ticket hasn't been updated for some time. We're sorry
it is taking so long. If you're still interested in packaging this software
into Fedora repositories, please respond to this comment clearing the
NEEDINFO flag.

You may want to update the specfile and the src.rpm to the latest version
available and to propose a review swap on Fedora devel mailing list to increase
chances to have your package reviewed. If this is your first package and you
need a sponsor, you may want to post some informal reviews. Read more at
https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group.

Without any reply, this request will shortly be considered abandoned
and will be closed.
Thank you for your patience.

Comment 7 Conrad Meyer 2020-07-26 15:22:32 UTC
It can be expired.  I hope someone else packages luadec (or has already done so), but I'm afraid I don't have time to pursue this at the moment.  Cheers.


Note You need to log in before you can comment on or make changes to this bug.