forked from pool/apache-pdfbox
Accepting request 860172 from home:pmonrealgonzalez:branches:Java:packages
- Update to 2.0.22: * See https://downloads.apache.org/pdfbox/2.0.22/RELEASE-NOTES.txt - Remove provided binaries OBS-URL: https://build.opensuse.org/request/show/860172 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-pdfbox?expand=0&rev=26
This commit is contained in:
parent
641ffc9c74
commit
ba0c222c8b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 12:00:50 UTC 2020 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 2.0.22:
|
||||
* See https://downloads.apache.org/pdfbox/2.0.22/RELEASE-NOTES.txt
|
||||
- Remove provided binaries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 05:06:54 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apache-pdfbox
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
# Only fontbox and jempbox are built as pdfbox itself depends on Adobe's pcif.
|
||||
Name: apache-pdfbox
|
||||
Version: 2.0.19
|
||||
Version: 2.0.22
|
||||
Release: 0
|
||||
Summary: Java PDF Library
|
||||
License: Apache-2.0 AND OFL-1.1
|
||||
Group: Development/Libraries/Java
|
||||
URL: https://pdfbox.apache.org/
|
||||
Source0: http://archive.apache.org/dist/pdfbox/%{version}/pdfbox-%{version}-src.zip
|
||||
Source0: https://archive.apache.org/dist/pdfbox/%{version}/pdfbox-%{version}-src.zip
|
||||
Source1: pdfbox-%{version}-build.tar.xz
|
||||
BuildRequires: ant
|
||||
BuildRequires: apache-commons-logging
|
||||
@ -55,6 +55,11 @@ JavaDoc documentation for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q -n pdfbox-%{version} -a1
|
||||
|
||||
# Remove provided binaries
|
||||
find -name '*.class' -delete
|
||||
find -name '*.jar' -delete
|
||||
|
||||
%pom_change_dep :junit :::test fontbox
|
||||
|
||||
%build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6914dc8c26228507457c71b044994d25d0f04c7385771ee0ba1a735415033ed
|
||||
size 7064
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae8ff375939f1209d4c3b21a933404d312acceb68b04a5435f0bc47bc72a0e32
|
||||
size 15360412
|
3
pdfbox-2.0.22-build.tar.xz
Normal file
3
pdfbox-2.0.22-build.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e251074a59cb4293285745ab58bfdc87b981236029fd564b7a5cce1a76c3f472
|
||||
size 7464
|
3
pdfbox-2.0.22-src.zip
Normal file
3
pdfbox-2.0.22-src.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:214ca7613b240dca0e55cd53735714de2a19fda443e4b5a058a730e446264679
|
||||
size 15585201
|
Loading…
Reference in New Issue
Block a user