[Bug 1661602] Review Request: procyon - suite of Java metaprogramming tools focused on code generation and analysis.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1661602



--- Comment #6 from Petra Alice Mikova <pmikova@xxxxxxxxxx> ---
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Packages have proper BuildRequires/Requires on jpackage-utils
- Javadoc documentation files are generated and included in -javadoc
  subpackage
  Note: No javadoc html files found in procyon-compilertools-javadoc
  See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation


===== MUST items =====

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]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU Lesser General Public License
     (v2.1 or later)", "Apache License (v2.0)", "*No copyright* Apache
     License", "Apache License (v2.0.10)", "*No copyright* Apache License
     (v2.0)", "*No copyright* Public domain", "GPL (v2)". 45 files have
     unknown license. Detailed output of licensecheck in
     /home/pmikova/fedora_repos/fedora-
     reviews/1661602-procyon/1661602-procyon/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[!]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/java
         There is missing require javapackages-tools for: expressions-srcs,
decompiler-javadoc - it might cause the issue

[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: Macros in Summary, %description expandable at SRPM build time.
     Note: Macros in: procyon-decompiler (description)
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[x]: Package contains systemd file(s) if in need.
[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 112640 bytes in 11 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]: 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.
[x]: Package requires other packages for directories it uses.
[x]: Package does not own files or directories owned by other packages.
[x]: 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]: 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

Java:
[x]: Javadoc subpackages should not have Requires: jpackage-utils
     Note: More than one javadoc package
[x]: Bundled jar/class files should be removed before build
[x]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)

Maven:
[-]: If package contains pom.xml files install it (including metadata) even
     when building with ant
[x]: Old add_to_maven_depmap macro is not being used

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

Generic:
[x]: 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).
         Note: The final requires have strange requires of 
           javapackages-filesystem & javapackages-tools

[-]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in procyon-
     compilertools , procyon-core , procyon-expressions , procyon-
     decompiler , procyon-reflection , procyon-compilertools-javadoc ,
     procyon-core-javadoc , procyon-expressions-javadoc , procyon-
     decompiler-javadoc , procyon-reflection-javadoc , procyon-
     compilertools-srcs , procyon-core-srcs , procyon-expressions-srcs ,
     procyon-decompiler-srcs , procyon-reflection-srcs
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[x]: SourceX tarball generation or download is documented.
     Note: Package contains tarball without URL, check comments
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define debug_package %{nil}
[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]: SourceX is a working URL.

Java:
[x]: Package uses upstream build method (ant/maven/etc.)
[x]: Packages are noarch unless they use JNI

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

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: procyon-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-compilertools-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-core-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-expressions-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-decompiler-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-reflection-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-compilertools-javadoc-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-core-javadoc-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-expressions-javadoc-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-decompiler-javadoc-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-reflection-javadoc-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-compilertools-srcs-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-core-srcs-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-expressions-srcs-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-decompiler-srcs-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-reflection-srcs-0.5.33-0.1.pre02.fc29.noarch.rpm
          procyon-0.5.33-0.1.pre02.fc29.src.rpm
procyon.noarch: W: spelling-error Summary(en_US) decompiler -> recompiled,
compiler, recompile
procyon.noarch: W: summary-not-capitalized C procyon java decompiler and other
tools
procyon.noarch: W: name-repeated-in-summary C procyon
procyon.noarch: W: spelling-error %description -l en_US metaprogramming -> meta
programming, meta-programming, reprogramming
procyon.noarch: W: spelling-error %description -l en_US bitbucket -> bit
bucket, bit-bucket, bucket
procyon.noarch: W: spelling-error %description -l en_US mstrobel -> strobe
procyon.noarch: E: description-line-too-long C Procyon is a suite of Java
metaprogramming tools focused on code generation and analysis.
procyon.noarch: E: description-line-too-long C The Procyon libraries are
available from Maven Central under group ID org.bitbucket.mstrobel.
procyon.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon/README.md

- optional fix (for all occurences)

procyon-compilertools.noarch: W: name-repeated-in-summary C
procyon-compilertools
procyon-compilertools.noarch: W: spelling-error %description -l en_US bytecode
-> byte code, byte-code, decorate
procyon-compilertools.noarch: W: spelling-error %description -l en_US
decompiler -> recompiled, compiler, recompile
procyon-compilertools.noarch: E: description-line-too-long C Class metadata and
bytecode inspection/manipulation facilities based on Mono.Cecil and
procyon-compilertools.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-compilertools/README.md
procyon-core.noarch: W: name-repeated-in-summary C procyon-core
procyon-core.noarch: E: description-line-too-long C filesystem/path utilities,
freezable objects and collections, attached data stores,
procyon-core.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-core/README.md
procyon-expressions.noarch: E: summary-too-long C The procyon-expressions
framework provides a more natural form of Linq-like code generation
procyon-expressions.noarch: W: name-repeated-in-summary C procyon-expressions
procyon-expressions.noarch: W: spelling-error %description -l en_US bytecode ->
byte code, byte-code, decorate
procyon-expressions.noarch: W: spelling-error %description -l en_US Linq ->
Lin, Lina, Lind
procyon-expressions.noarch: W: spelling-error %description -l en_US NET's ->
Net's, NE's, PET's
procyon-expressions.noarch: W: spelling-error %description -l en_US callsite ->
call site, call-site, calcite
procyon-expressions.noarch: E: description-line-too-long C The
procyon-expressions framework provides a more natural form of code generation.
procyon-expressions.noarch: E: description-line-too-long C Rather than
requiring bytecode to be emitted directly, as with procyon-reflection
procyon-expressions.noarch: E: description-line-too-long C and other popular
libraries like ASM, procyon-expressions enables code composition
procyon-expressions.noarch: E: description-line-too-long C using declarative
expression trees. These expression trees may then be compiled directly
procyon-expressions.noarch: E: description-line-too-long C almost a direct port
of System.Linq.Expressions from .NET's Dynamic Language Runtime,
procyon-expressions.noarch: E: description-line-too-long C minus the dynamic
callsite support (and with more relaxed rules regarding type conversions).
procyon-expressions.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-expressions/README.md
procyon-decompiler.noarch: W: summary-not-capitalized C procyon-decompiler is a
front-end for the Java decompiler
procyon-decompiler.noarch: W: name-repeated-in-summary C procyon-decompiler
procyon-decompiler.noarch: W: spelling-error %description -l en_US
compilertools -> compiler tools, compiler-tools, compiler
procyon-decompiler.noarch: E: description-line-too-long C procyon-decompiler is
a front-end for the Java decompiler included in procyon-compilertools.
procyon-decompiler.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-decompiler/README.md
procyon-decompiler.noarch: W: no-manual-page-for-binary procyon-decompiler
procyon-reflection.noarch: E: summary-too-long C The procyon-reflection
framework provides a rich reflection and code generation API
procyon-reflection.noarch: W: name-repeated-in-summary C procyon-reflection
procyon-reflection.noarch: W: spelling-error %description -l en_US wildcards ->
wild cards, wild-cards, wildcatters
procyon-reflection.noarch: W: spelling-error %description -l en_US NET's ->
Net's, NE's, PET's
procyon-reflection.noarch: W: spelling-error %description -l en_US bytecode ->
byte code, byte-code, decorate
procyon-reflection.noarch: E: description-line-too-long C The
procyon-reflection framework provides a rich reflection and code generation API
with full support for generics,
procyon-reflection.noarch: E: description-line-too-long C wildcards, and other
high-level Java type concepts. It is based on .NET's System.Reflection and
System.Reflection.
procyon-reflection.noarch: E: description-line-too-long C Emit APIs and is
meant to address many of the shortcomings of the core Java reflection API,
which offers rather
procyon-reflection.noarch: E: description-line-too-long C limited and
cumbersome support for generic type inspection. Its code generation facilities
include a TypeBuilder,
procyon-reflection.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-reflection/README.md
procyon-compilertools-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-compilertools-javadoc/README.md
procyon-core-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-core-javadoc/README.md
procyon-expressions-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-expressions-javadoc/README.md
procyon-decompiler-javadoc.noarch: W: summary-not-capitalized C
procyon-decompiler javadoc
procyon-decompiler-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-decompiler-javadoc/README.md
procyon-decompiler-javadoc.noarch: W: no-manual-page-for-binary
procyon-decompiler
procyon-reflection-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-reflection-javadoc/README.md
procyon-compilertools-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-compilertools-srcs/README.md
procyon-core-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-core-srcs/README.md
procyon-expressions-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-expressions-srcs/README.md
procyon-decompiler-srcs.noarch: W: summary-not-capitalized C procyon-decompiler
sources
procyon-decompiler-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-decompiler-srcs/README.md
procyon-decompiler-srcs.noarch: W: no-manual-page-for-binary procyon-decompiler
procyon-reflection-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-reflection-srcs/README.md
procyon.src: W: spelling-error Summary(en_US) decompiler -> recompiled,
compiler, recompile
procyon.src: W: summary-not-capitalized C procyon java decompiler and other
tools
procyon.src: W: name-repeated-in-summary C procyon
procyon.src: W: spelling-error %description -l en_US metaprogramming -> meta
programming, meta-programming, reprogramming
procyon.src: W: spelling-error %description -l en_US bitbucket -> bit bucket,
bit-bucket, bucket
procyon.src: W: spelling-error %description -l en_US mstrobel -> strobe
procyon.src: E: description-line-too-long C Procyon is a suite of Java
metaprogramming tools focused on code generation and analysis.
procyon.src: E: description-line-too-long C The Procyon libraries are available
from Maven Central under group ID org.bitbucket.mstrobel.
procyon.src: W: strange-permission procyon-decompiler 755
procyon.src: W: invalid-url Source0: mstrobel-procyon-ee404caa9a29.zip
17 packages and 0 specfiles checked; 19 errors, 51 warnings.




Rpmlint (installed packages)
----------------------------
sh: /usr/bin/python: No such file or directory
procyon-compilertools-javadoc.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-compilertools-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-compilertools-javadoc/README.md
procyon-reflection.noarch: E: summary-too-long C The procyon-reflection
framework provides a rich reflection and code generation API
procyon-reflection.noarch: W: name-repeated-in-summary C procyon-reflection
procyon-reflection.noarch: W: spelling-error %description -l en_US wildcards ->
wild cards, wild-cards, wildcatters
procyon-reflection.noarch: W: spelling-error %description -l en_US NET's ->
Net's, NE's, PET's
procyon-reflection.noarch: W: spelling-error %description -l en_US bytecode ->
byte code, byte-code, decorate
procyon-reflection.noarch: E: description-line-too-long C The
procyon-reflection framework provides a rich reflection and code generation API
with full support for generics,
procyon-reflection.noarch: E: description-line-too-long C wildcards, and other
high-level Java type concepts. It is based on .NET's System.Reflection and
System.Reflection.
procyon-reflection.noarch: E: description-line-too-long C Emit APIs and is
meant to address many of the shortcomings of the core Java reflection API,
which offers rather
procyon-reflection.noarch: E: description-line-too-long C limited and
cumbersome support for generic type inspection. Its code generation facilities
include a TypeBuilder,
procyon-reflection.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-reflection.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-reflection/README.md
procyon-core-srcs.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-core-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-core-srcs/README.md
procyon-decompiler-srcs.noarch: W: summary-not-capitalized C procyon-decompiler
sources
procyon-decompiler-srcs.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-decompiler-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-decompiler-srcs/README.md
procyon-decompiler-srcs.noarch: W: no-manual-page-for-binary procyon-decompiler
procyon-core.noarch: W: name-repeated-in-summary C procyon-core
procyon-core.noarch: E: description-line-too-long C filesystem/path utilities,
freezable objects and collections, attached data stores,
procyon-core.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-core.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-core/README.md
procyon-core-javadoc.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-core-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-core-javadoc/README.md
procyon-reflection-srcs.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-reflection-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-reflection-srcs/README.md
procyon-compilertools-srcs.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-compilertools-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-compilertools-srcs/README.md
procyon-compilertools.noarch: W: name-repeated-in-summary C
procyon-compilertools
procyon-compilertools.noarch: W: spelling-error %description -l en_US bytecode
-> byte code, byte-code, decorate
procyon-compilertools.noarch: W: spelling-error %description -l en_US
decompiler -> recompiled, compiler, recompile
procyon-compilertools.noarch: E: description-line-too-long C Class metadata and
bytecode inspection/manipulation facilities based on Mono.Cecil and
procyon-compilertools.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-compilertools.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-compilertools/README.md
procyon-expressions-javadoc.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-expressions-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-expressions-javadoc/README.md
procyon-decompiler.noarch: W: summary-not-capitalized C procyon-decompiler is a
front-end for the Java decompiler
procyon-decompiler.noarch: W: name-repeated-in-summary C procyon-decompiler
procyon-decompiler.noarch: W: spelling-error %description -l en_US
compilertools -> compiler tools, compiler-tools, compiler
procyon-decompiler.noarch: E: description-line-too-long C procyon-decompiler is
a front-end for the Java decompiler included in procyon-compilertools.
procyon-decompiler.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-decompiler.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-decompiler/README.md
procyon-decompiler.noarch: W: no-manual-page-for-binary procyon-decompiler
procyon-decompiler-javadoc.noarch: W: summary-not-capitalized C
procyon-decompiler javadoc
procyon-decompiler-javadoc.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-decompiler-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-decompiler-javadoc/README.md
procyon-decompiler-javadoc.noarch: W: no-manual-page-for-binary
procyon-decompiler
procyon-reflection-javadoc.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-reflection-javadoc.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-reflection-javadoc/README.md
procyon-expressions-srcs.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-expressions-srcs.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-expressions-srcs/README.md
procyon.noarch: W: spelling-error Summary(en_US) decompiler -> recompiled,
compiler, recompile
procyon.noarch: W: summary-not-capitalized C procyon java decompiler and other
tools
procyon.noarch: W: name-repeated-in-summary C procyon
procyon.noarch: W: spelling-error %description -l en_US metaprogramming -> meta
programming, meta-programming, reprogramming
procyon.noarch: W: spelling-error %description -l en_US bitbucket -> bit
bucket, bit-bucket, bucket
procyon.noarch: W: spelling-error %description -l en_US mstrobel -> strobe
procyon.noarch: E: description-line-too-long C Procyon is a suite of Java
metaprogramming tools focused on code generation and analysis.
procyon.noarch: E: description-line-too-long C The Procyon libraries are
available from Maven Central under group ID org.bitbucket.mstrobel.
procyon.noarch: W: invalid-url URL: https://bitbucket.org/mstrobel/procyon/
<urlopen error [Errno -2] Name or service not known>
procyon.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon/README.md
procyon-expressions.noarch: E: summary-too-long C The procyon-expressions
framework provides a more natural form of Linq-like code generation
procyon-expressions.noarch: W: name-repeated-in-summary C procyon-expressions
procyon-expressions.noarch: W: spelling-error %description -l en_US bytecode ->
byte code, byte-code, decorate
procyon-expressions.noarch: W: spelling-error %description -l en_US Linq ->
Lin, Lina, Lind
procyon-expressions.noarch: W: spelling-error %description -l en_US NET's ->
Net's, NE's, PET's
procyon-expressions.noarch: W: spelling-error %description -l en_US callsite ->
call site, call-site, calcite
procyon-expressions.noarch: E: description-line-too-long C The
procyon-expressions framework provides a more natural form of code generation.
procyon-expressions.noarch: E: description-line-too-long C Rather than
requiring bytecode to be emitted directly, as with procyon-reflection
procyon-expressions.noarch: E: description-line-too-long C and other popular
libraries like ASM, procyon-expressions enables code composition
procyon-expressions.noarch: E: description-line-too-long C using declarative
expression trees. These expression trees may then be compiled directly
procyon-expressions.noarch: E: description-line-too-long C almost a direct port
of System.Linq.Expressions from .NET's Dynamic Language Runtime,
procyon-expressions.noarch: E: description-line-too-long C minus the dynamic
callsite support (and with more relaxed rules regarding type conversions).
procyon-expressions.noarch: W: invalid-url URL:
https://bitbucket.org/mstrobel/procyon/ <urlopen error [Errno -2] Name or
service not known>
procyon-expressions.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/procyon-expressions/README.md
16 packages and 0 specfiles checked; 17 errors, 59 warnings.



Requires
--------
procyon-compilertools-javadoc (rpmlib, GLIBC filtered):
    javapackages-filesystem
    javapackages-tools

procyon-reflection (rpmlib, GLIBC filtered):
    javapackages-tools

procyon-core-srcs (rpmlib, GLIBC filtered):
    javapackages-tools

procyon-decompiler-srcs (rpmlib, GLIBC filtered):
    /usr/bin/bash
    javapackages-tools

procyon-core (rpmlib, GLIBC filtered):
    javapackages-tools

procyon-core-javadoc (rpmlib, GLIBC filtered):
    javapackages-filesystem
    javapackages-tools

procyon-reflection-srcs (rpmlib, GLIBC filtered):
    javapackages-tools

procyon-compilertools-srcs (rpmlib, GLIBC filtered):
    javapackages-tools

procyon-compilertools (rpmlib, GLIBC filtered):
    javapackages-tools

procyon-expressions-javadoc (rpmlib, GLIBC filtered):
    javapackages-filesystem
    javapackages-tools

procyon-decompiler (rpmlib, GLIBC filtered):
    /usr/bin/bash
    beust-jcommander
    javapackages-tools
    procyon-compilertools
    procyon-core

procyon-decompiler-javadoc (rpmlib, GLIBC filtered):
    /usr/bin/bash
    javapackages-filesystem

procyon-reflection-javadoc (rpmlib, GLIBC filtered):
    javapackages-filesystem
    javapackages-tools

procyon-expressions-srcs (rpmlib, GLIBC filtered):

procyon (rpmlib, GLIBC filtered):
    java-headless
    javapackages-tools

procyon-expressions (rpmlib, GLIBC filtered):
    javapackages-tools



Provides
--------
procyon-compilertools-javadoc:
    procyon-compilertools-javadoc

procyon-reflection:
    procyon-reflection

procyon-core-srcs:
    procyon-core-srcs

procyon-decompiler-srcs:
    procyon-decompiler-srcs

procyon-core:
    procyon-core

procyon-core-javadoc:
    procyon-core-javadoc

procyon-reflection-srcs:
    procyon-reflection-srcs

procyon-compilertools-srcs:
    procyon-compilertools-srcs

procyon-compilertools:
    procyon-compilertools

procyon-expressions-javadoc:
    procyon-expressions-javadoc

procyon-decompiler:
    procyon-decompiler

procyon-decompiler-javadoc:
    procyon-decompiler-javadoc

procyon-reflection-javadoc:
    procyon-reflection-javadoc

procyon-expressions-srcs:
    procyon-expressions-srcs

procyon:
    procyon

procyon-expressions:
    procyon-expressions



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux