Bug 1396492 - Review Request: pdfbox1 - Java library for working with PDF documents
Summary: Review Request: pdfbox1 - Java library for working with PDF documents
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ben Rosser
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1340387 1394157
TreeView+ depends on / blocked
 
Reported: 2016-11-18 13:39 UTC by gil cattaneo
Modified: 2019-08-27 18:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-27 18:31:16 UTC
Type: ---
Embargoed:
rosser.bjr: fedora-review+


Attachments (Terms of Use)

Description gil cattaneo 2016-11-18 13:39:33 UTC
Spec URL: https://gil.fedorapeople.org/pdfbox1.spec
SRPM URL: https://gil.fedorapeople.org/pdfbox1-1.8.12-1.fc24.src.rpm
Description:
Apache PDFBox is an open source Java PDF library for working with PDF
documents. This project allows creation of new PDF documents, manipulation of
existing documents and the ability to extract content from documents. Apache
PDFBox also includes several command line utilities. Apache PDFBox is
published under the Apache License v2.0.
Fedora Account System Username: gil

Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=16511041

Used by Apache Tika >= 1.13

Comment 1 gil cattaneo 2016-11-23 14:29:30 UTC
This package IS used for backwards compatibility.
Soon will PDFBox UPDATED last version 2.0.3

Comment 2 Ben Rosser 2016-11-24 22:36:32 UTC
It seems that there are unit test failures when building on current Rawhide. Mock build log: https://paste.fedoraproject.org/489313/26791148/

Specifically in the "Apache Preflight" section of the tests: the following snippet seems to be the relevant part of the logs:

Tests run: 12, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec <<< FAILURE! - in org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation
testBadPrefixSchemas(org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:<7.[4.]2> but was:<7.[]2>
    at org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.testBadPrefixSchemas(TestSynchronizedMetadataValidation.java:499)
testAllInfoSynhcronized(org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<2>
    at org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.testAllInfoSynhcronized(TestSynchronizedMetadataValidation.java:422)
testdoublePrefixSchemas(org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError
    at org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.testdoublePrefixSchemas(TestSynchronizedMetadataValidation.java:572)
Running org.apache.pdfbox.preflight.TestPreflightConfiguration
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.pdfbox.preflight.TestPreflightConfiguration
Results :
Failed tests:
  TestSynchronizedMetadataValidation.testAllInfoSynhcronized:422 expected:<0> but was:<2>
  TestSynchronizedMetadataValidation.testBadPrefixSchemas:499 expected:<7.[4.]2> but was:<7.[]2>
  TestSynchronizedMetadataValidation.testdoublePrefixSchemas:572

Comment 3 gil cattaneo 2016-11-24 23:21:41 UTC
(In reply to Ben Rosser from comment #2)
> It seems that there are unit test failures when building on current Rawhide.
> Mock build log: https://paste.fedoraproject.org/489313/26791148/
> 
> Specifically in the "Apache Preflight" section of the tests: the following
> snippet seems to be the relevant part of the logs:
> 
> Tests run: 12, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
> <<< FAILURE! - in
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation
> testBadPrefixSchemas(org.apache.pdfbox.preflight.metadata.
> TestSynchronizedMetadataValidation)  Time elapsed: 0.006 sec  <<< FAILURE!
> junit.framework.ComparisonFailure: expected:<7.[4.]2> but was:<7.[]2>
>     at
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.
> testBadPrefixSchemas(TestSynchronizedMetadataValidation.java:499)
> testAllInfoSynhcronized(org.apache.pdfbox.preflight.metadata.
> TestSynchronizedMetadataValidation)  Time elapsed: 0.002 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<0> but was:<2>
>     at
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.
> testAllInfoSynhcronized(TestSynchronizedMetadataValidation.java:422)
> testdoublePrefixSchemas(org.apache.pdfbox.preflight.metadata.
> TestSynchronizedMetadataValidation)  Time elapsed: 0.002 sec  <<< FAILURE!
> junit.framework.AssertionFailedError
>     at
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.
> testdoublePrefixSchemas(TestSynchronizedMetadataValidation.java:572)
> Running org.apache.pdfbox.preflight.TestPreflightConfiguration
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in
> org.apache.pdfbox.preflight.TestPreflightConfiguration
> Results :
> Failed tests:
>   TestSynchronizedMetadataValidation.testAllInfoSynhcronized:422
> expected:<0> but was:<2>
>   TestSynchronizedMetadataValidation.testBadPrefixSchemas:499
> expected:<7.[4.]2> but was:<7.[]2>
>   TestSynchronizedMetadataValidation.testdoublePrefixSchemas:572

... 
Spec URL: https://gil.fedorapeople.org/pdfbox1.spec
SRPM URL: https://gil.fedorapeople.org/pdfbox1-1.8.12-1.fc24.src.rpm

- remove random test failure
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=16604675

Comment 4 Ben Rosser 2016-12-31 22:28:25 UTC
Package Review
==============

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

Issues
======

* This package appears to bundle the 3-Clause BSD Adobe cmap resources
  (https://github.com/adobe-type-tools/cmap-resources/). I'm not sure that
  it's possible to unbundle them, but they are currently packaged in Fedora
  (by me, in the cmap-resources package). If it's not possible to unbundle
  you should update the license field accordingly.

Otherwise things look good.

===== 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.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Apache (v2.0)", "Unknown or generated", "Apache (v2.0) BSD (3
     clause)", "BSD (3 clause)", "BSD (3 clause) MIT/X11 (BSD like)", "*No
     copyright* Apache (v2.0)". 192 files have unknown license. Detailed
     output of licensecheck in
     /home/bjr/Programming/fedora/reviews/1396492-pdfbox1/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[!]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: 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.
[-]: 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 30720 bytes in 6 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 must own all directories that it creates.
[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]: 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

Java:
[x]: Bundled jar/class files should be removed before build
[x]: Packages have proper BuildRequires/Requires on jpackage-utils
     Note: Maven packages do not need to (Build)Require jpackage-utils. It
     is pulled in by maven-local
[x]: Javadoc documentation files are generated and included in -javadoc
     subpackage
[x]: Javadoc subpackages should not have Requires: jpackage-utils
[x]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)

Maven:
[x]: If package contains pom.xml files install it (including metadata) even
     when building with ant
[x]: POM files have correct Maven mapping
[x]: Maven packages should use new style packaging
[x]: Old add_to_maven_depmap macro is not being used
[x]: Packages DO NOT have Requires(post) and Requires(postun) on jpackage-
     utils for %update_maven_depmap macro
[x]: Package DOES NOT use %update_maven_depmap in %post/%postun
[x]: Packages use .mfiles file list instead of %{_datadir}/maven2/poms

===== 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.
[x]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     pdfbox1-javadoc
[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]: 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]: 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.

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: pdfbox1-1.8.12-1.fc26.noarch.rpm
          pdfbox1-javadoc-1.8.12-1.fc26.noarch.rpm
          pdfbox1-1.8.12-1.fc26.src.rpm
pdfbox1.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/pdfbox1/jempbox-README.txt
3 packages and 0 specfiles checked; 0 errors, 1 warnings.




Rpmlint (installed packages)
----------------------------
pdfbox1.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/pdfbox1/jempbox-README.txt
2 packages and 0 specfiles checked; 0 errors, 1 warnings.



Requires
--------
pdfbox1-javadoc (rpmlib, GLIBC filtered):
    javapackages-tools

pdfbox1 (rpmlib, GLIBC filtered):
    bitstream-vera-sans-fonts
    icc-profiles-openicc
    java
    java-headless
    javapackages-tools
    mvn(commons-io:commons-io)
    mvn(commons-logging:commons-logging)
    mvn(log4j:log4j:1.2.17)
    mvn(org.apache.ant:ant)
    mvn(org.bouncycastle:bcpkix-jdk15on)



Provides
--------
pdfbox1-javadoc:
    pdfbox1-javadoc

pdfbox1:
    mvn(org.apache.pdfbox:fontbox:1)
    mvn(org.apache.pdfbox:fontbox:1.8)
    mvn(org.apache.pdfbox:fontbox:1.8.12)
    mvn(org.apache.pdfbox:fontbox:pom:1)
    mvn(org.apache.pdfbox:fontbox:pom:1.8)
    mvn(org.apache.pdfbox:fontbox:pom:1.8.12)
    mvn(org.apache.pdfbox:jempbox:1)
    mvn(org.apache.pdfbox:jempbox:1.8)
    mvn(org.apache.pdfbox:jempbox:1.8.12)
    mvn(org.apache.pdfbox:jempbox:pom:1)
    mvn(org.apache.pdfbox:jempbox:pom:1.8)
    mvn(org.apache.pdfbox:jempbox:pom:1.8.12)
    mvn(org.apache.pdfbox:pdfbox-ant:1)
    mvn(org.apache.pdfbox:pdfbox-ant:1.8)
    mvn(org.apache.pdfbox:pdfbox-ant:1.8.12)
    mvn(org.apache.pdfbox:pdfbox-ant:pom:1)
    mvn(org.apache.pdfbox:pdfbox-ant:pom:1.8)
    mvn(org.apache.pdfbox:pdfbox-ant:pom:1.8.12)
    mvn(org.apache.pdfbox:pdfbox-examples:1)
    mvn(org.apache.pdfbox:pdfbox-examples:1.8)
    mvn(org.apache.pdfbox:pdfbox-examples:1.8.12)
    mvn(org.apache.pdfbox:pdfbox-examples:pom:1)
    mvn(org.apache.pdfbox:pdfbox-examples:pom:1.8)
    mvn(org.apache.pdfbox:pdfbox-examples:pom:1.8.12)
    mvn(org.apache.pdfbox:pdfbox-parent:pom:1)
    mvn(org.apache.pdfbox:pdfbox-parent:pom:1.8)
    mvn(org.apache.pdfbox:pdfbox-parent:pom:1.8.12)
    mvn(org.apache.pdfbox:pdfbox-reactor:pom:1)
    mvn(org.apache.pdfbox:pdfbox-reactor:pom:1.8)
    mvn(org.apache.pdfbox:pdfbox-reactor:pom:1.8.12)
    mvn(org.apache.pdfbox:pdfbox:1)
    mvn(org.apache.pdfbox:pdfbox:1.8)
    mvn(org.apache.pdfbox:pdfbox:1.8.12)
    mvn(org.apache.pdfbox:pdfbox:pom:1)
    mvn(org.apache.pdfbox:pdfbox:pom:1.8)
    mvn(org.apache.pdfbox:pdfbox:pom:1.8.12)
    mvn(org.apache.pdfbox:preflight:1)
    mvn(org.apache.pdfbox:preflight:1.8)
    mvn(org.apache.pdfbox:preflight:1.8.12)
    mvn(org.apache.pdfbox:preflight:pom:1)
    mvn(org.apache.pdfbox:preflight:pom:1.8)
    mvn(org.apache.pdfbox:preflight:pom:1.8.12)
    mvn(org.apache.pdfbox:xmpbox:1)
    mvn(org.apache.pdfbox:xmpbox:1.8)
    mvn(org.apache.pdfbox:xmpbox:1.8.12)
    mvn(org.apache.pdfbox:xmpbox:pom:1)
    mvn(org.apache.pdfbox:xmpbox:pom:1.8)
    mvn(org.apache.pdfbox:xmpbox:pom:1.8.12)
    osgi(org.apache.pdfbox)
    osgi(org.apache.pdfbox.fontbox)
    osgi(org.apache.pdfbox.jempbox)
    osgi(org.apache.pdfbox.preflight)
    osgi(org.apache.pdfbox.xmpbox)
    pdfbox1



Source checksums
----------------
http://www.apache.org/dist/pdfbox/1.8.12/pdfbox-1.8.12-src.zip :
  CHECKSUM(SHA256) this package     : b3365b395564d40e0f5e77e96a88dc9dd452634f912e400aac8422d51f660cd0
  CHECKSUM(SHA256) upstream package : b3365b395564d40e0f5e77e96a88dc9dd452634f912e400aac8422d51f660cd0


Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -b 1396492 -m fedora-rawhide-x86_64
Buildroot used: fedora-rawhide-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

Comment 5 gil cattaneo 2016-12-31 23:48:02 UTC
(In reply to Ben Rosser from comment #4)
> Package Review
> ==============
> 
> Legend:
> [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
> [ ] = Manual review needed
> 
> Issues
> ======
> 
> * This package appears to bundle the 3-Clause BSD Adobe cmap resources
>   (https://github.com/adobe-type-tools/cmap-resources/). I'm not sure that
>   it's possible to unbundle them, but they are currently packaged in Fedora
>   (by me, in the cmap-resources package). If it's not possible to unbundle
>   you should update the license field accordingly.
> 
> Otherwise things look good.

> [!]: License field in the package spec file matches the actual license.
>      Note: Checking patched sources after %prep for licenses. Licenses
>      found: "Apache (v2.0)", "Unknown or generated", "Apache (v2.0) BSD (3
>      clause)", "BSD (3 clause)", "BSD (3 clause) MIT/X11 (BSD like)", "*No
>      copyright* Apache (v2.0)". 192 files have unknown license. Detailed
>      output of licensecheck in
>      /home/bjr/Programming/fedora/reviews/1396492-pdfbox1/licensecheck.txt

Fixed

> Rpmlint
> -------
> Checking: pdfbox1-1.8.12-1.fc26.noarch.rpm
>           pdfbox1-javadoc-1.8.12-1.fc26.noarch.rpm
>           pdfbox1-1.8.12-1.fc26.src.rpm
> pdfbox1.noarch: W: wrong-file-end-of-line-encoding
> /usr/share/doc/pdfbox1/jempbox-README.txt
> 3 packages and 0 specfiles checked; 0 errors, 1 warnings.
> 
> 
> 
> 
> Rpmlint (installed packages)
> ----------------------------
> pdfbox1.noarch: W: wrong-file-end-of-line-encoding
> /usr/share/doc/pdfbox1/jempbox-README.txt
> 2 packages and 0 specfiles checked; 0 errors, 1 warnings.

Fixed

Spec URL: https://gil.fedorapeople.org/pdfbox1.spec
SRPM URL: https://gil.fedorapeople.org/pdfbox1-1.8.12-2.fc24.src.rpm

Comment 6 Ben Rosser 2017-01-01 06:00:10 UTC
Great, package looks good to me then.

Comment 7 gil cattaneo 2017-01-01 10:36:11 UTC
Thanks for the review! and happy new year

create new SCM requests:
https://admin.fedoraproject.org/pkgdb/package/requests/9379

Comment 8 Kevin Fenzi 2017-01-02 20:51:42 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/pdfbox1

Comment 9 Ben Rosser 2017-10-24 03:03:11 UTC
I'm going through bugs assigned to me, and I noticed this never got imported. e.g. https://src.fedoraproject.org/rpms/pdfbox1/ is empty. Is the package no longer necessary? Should the review just get closed?

Comment 10 gil cattaneo 2017-10-24 14:34:34 UTC
(In reply to Ben Rosser from comment #9)
> Is the package no longer necessary? 
NO
> Should the review just get closed?
NO


At the moment i have no time and resources to continue with this package

Comment 11 Ben Rosser 2019-08-27 18:31:16 UTC
pdfbox1 was orphaned, as the non-responsive maintainer policy was followed for gil:

https://pagure.io/fesco/issue/2159

(Note that pdfbox itself, along with other java packages, are currently orphaned too due to the implosion of the Java SIG).

I am sorry, but I am going to close this review as WONTFIX, since it seems unlikely that the package will be imported. Of course, anyone is welcome to take pdfbox1 and import it...


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