191 lines
6.3 KiB
RPMSpec
191 lines
6.3 KiB
RPMSpec
Name: pdfbox
|
|
Version: 2.0.25
|
|
Release: 3
|
|
Summary: A Java PDF Library
|
|
License: ASL 2.0
|
|
URL: http://pdfbox.apache.org/
|
|
Source0: https://archive.apache.org/dist/pdfbox/%{version}/pdfbox-%{version}-src.zip
|
|
BuildRequires: maven-local mvn(commons-io:commons-io)
|
|
BuildRequires: mvn(commons-logging:commons-logging) mvn(junit:junit)
|
|
BuildRequires: mvn(org.apache.ant:ant) mvn(org.apache:apache:pom:)
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) mvn(org.bouncycastle:bcmail-jdk15on)
|
|
BuildRequires: mvn(org.bouncycastle:bcprov-jdk15on) dejavu-sans-mono-fonts google-noto-emoji-fonts
|
|
BuildRequires: liberation-sans-fonts icc-profiles-openicc fontconfig mockito
|
|
Requires: liberation-sans-fonts
|
|
|
|
BuildArch: noarch
|
|
Obsoletes: pdfbox-ant < 2.0.16-%{release} jempbox < 2.0.16-%{release} pdfbox-examples < 2.0.16-%{release}
|
|
|
|
%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.
|
|
|
|
%package debugger
|
|
Summary: Apache PDFBox Debugger
|
|
|
|
%description debugger
|
|
This package contains the PDF debugger for Apache PDFBox.
|
|
|
|
%package tools
|
|
Summary: Apache PDFBox Tools
|
|
|
|
%description tools
|
|
This package contains command line tools for Apache PDFBox.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for pdfbox
|
|
|
|
%description javadoc
|
|
This package contains the API documentation for pdfbox
|
|
|
|
%package -n fontbox
|
|
Summary: Apache FontBox
|
|
|
|
%description -n fontbox
|
|
FontBox is a Java library used to obtain low level information from font
|
|
files. FontBox is a subproject of Apache PDFBox.
|
|
|
|
%package parent
|
|
Summary: Apache PDFBox Parent POM
|
|
|
|
%description parent
|
|
Apache PDFBox Parent POM.
|
|
|
|
%package reactor
|
|
Summary: Apache PDFBox Reactor POM
|
|
|
|
%description reactor
|
|
Apache PDFBox Reactor POM.
|
|
|
|
%package -n preflight
|
|
Summary: Apache Preflight
|
|
|
|
%description -n preflight
|
|
The Apache Preflight library is an open source Java tool that implements
|
|
a parser compliant with the ISO-19005 (PDF/A) specification.
|
|
|
|
%package -n xmpbox
|
|
Summary: Apache XmpBox
|
|
|
|
%description -n xmpbox
|
|
The Apache XmpBox library is an open source Java tool that implements Adobe's
|
|
XMP(TM) specification. It can be used to parse, validate and create xmp
|
|
contents. It is mainly used by subproject preflight of Apache PDFBox.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
|
|
%pom_disable_module preflight-app
|
|
%pom_disable_module debugger-app
|
|
%pom_disable_module app
|
|
%pom_disable_module examples
|
|
|
|
%pom_remove_plugin -r :animal-sniffer-maven-plugin
|
|
%pom_remove_plugin -r :apache-rat-plugin
|
|
%pom_remove_plugin -r :maven-deploy-plugin
|
|
%pom_remove_plugin -r :maven-release-plugin
|
|
%pom_remove_plugin -r :maven-source-plugin
|
|
%pom_remove_plugin -r :maven-javadoc-plugin
|
|
%pom_remove_plugin -r :maven-checkstyle-plugin
|
|
%pom_remove_plugin -r :download-maven-plugin
|
|
|
|
%pom_remove_dep -r com.github.jai-imageio:
|
|
%pom_remove_dep -r :jbig2-imageio
|
|
%pom_remove_dep :diffutils pdfbox
|
|
|
|
for fpath in tools/src/test/java/org/apache/pdfbox/tools/imageio/TestImageIOUtils.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/text/TestTextStripper.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java
|
|
do
|
|
rm -f ${fpath}
|
|
done
|
|
sed -i -e 's/TestTextStripper/BidiTest/' pdfbox/src/test/java/org/apache/pdfbox/text/BidiTest.java
|
|
|
|
rm pdfbox/src/test/java/org/apache/pdfbox/multipdf/MergeAcroFormsTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/multipdf/MergeAnnotationsTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/font/PDFontTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroFormFlattenTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroFormFromAnnotsTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroFormGenerateAppearancesTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroFormTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDFieldTreeTest.java \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/TestRadioButtons.java
|
|
sed -i -e '/\(OptionsAndNamesNotNumbers\|RadioButtonWithOptions\)/i\@org.junit.Ignore' \
|
|
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDButtonTest.java
|
|
|
|
|
|
%mvn_file :pdfbox pdfbox
|
|
%mvn_file :pdfbox-debugger pdfbox-debugger
|
|
%mvn_file :pdfbox-examples pdfbox-examples
|
|
%mvn_file :pdfbox-tools pdfbox-tools
|
|
%mvn_file :preflight preflight
|
|
%mvn_file :xmpbox xmpbox
|
|
%mvn_file :fontbox fontbox
|
|
|
|
%build
|
|
%mvn_build -s --skipTests -- -DskipITs -Dlucene.version=4 -Dmaven.test.failure.ignore=true
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%check
|
|
xmvn test --batch-mode --offline -Dmaven.test.failure.ignore=true verify
|
|
|
|
%files -f .mfiles-pdfbox
|
|
%doc README.md RELEASE-NOTES.txt
|
|
|
|
%files debugger -f .mfiles-pdfbox-debugger
|
|
|
|
%files tools -f .mfiles-pdfbox-tools
|
|
|
|
%files -n fontbox -f .mfiles-fontbox
|
|
%doc fontbox/README.txt LICENSE.txt NOTICE.txt
|
|
|
|
%files parent -f .mfiles-pdfbox-parent
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
%files reactor -f .mfiles-pdfbox-reactor
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
%files -n preflight -f .mfiles-preflight
|
|
%doc preflight/README.txt
|
|
|
|
%files -n xmpbox -f .mfiles-xmpbox
|
|
%doc xmpbox/README.txt LICENSE.txt NOTICE.txt
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
%changelog
|
|
* Fri Nov 25 2022 yaoxin <yaoxin30@h-partners.com> - 2.0.25-3
|
|
- Fix build error
|
|
|
|
* Mon Nov 14 2022 wulei <wulei80@h-partners.com> - 2.0.25-2
|
|
- Modifying the source code package address
|
|
|
|
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.0.25-1
|
|
- Upgrade to version 2.0.25
|
|
|
|
* Fri Jul 09 2021 lingsheng <lingsheng@huawei.com> - 2.0.24-2
|
|
- Remove tests which require net connectivity to avoid build stuck
|
|
- Move tests to check stage
|
|
|
|
* Tue Jun 29 2021 houyingchao <houyingchao@huawei.com> - 2.0.24-1
|
|
- Upgrade to 2.0.24
|
|
|
|
* Thu Apr 01 2021 maminjie <maminjie1@huawei.com> - 2.0.23-1
|
|
- Upgrade to 2.0.23
|
|
|
|
* Tue Jan 26 2021 lingsheng <lingsheng@huawei.com> - 2.0.9-8
|
|
- Remove tests which require net connectivity
|
|
|
|
* Sat Sep 19 2020 zhanghua <zhanghua40@huawei.com> - 2.0.9-7
|
|
- Fix CVE-2018-8036, CVE-2018-11797
|
|
|
|
* Fri Feb 28 2020 Senlin Xia <xiasenlin1@huawei.com> - 2.0.9-6
|
|
- package init
|