forked from pool/maven-doxia
This commit is contained in:
parent
a879df0024
commit
ed540b854f
@ -23,10 +23,6 @@ Sat Sep 23 17:46:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
- Removed patch:
|
||||
* 0001-Fix-itext-dependency.patch
|
||||
+ no need to patch a module that we disable
|
||||
- Added patch:
|
||||
* 0002-Commons-configuration2.patch
|
||||
+ port to commons-configuration2 in order to remove dependency
|
||||
on old commons-lang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 13 09:03:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
@ -25,11 +25,11 @@ Group: Development/Libraries/Java
|
||||
URL: https://maven.apache.org/doxia/
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/%{version}/doxia-%{version}-source-release.zip
|
||||
Source1: %{name}-build.tar.xz
|
||||
Patch0: 0002-Commons-configuration2.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: apache-commons-cli
|
||||
BuildRequires: apache-commons-collections
|
||||
BuildRequires: apache-commons-configuration2
|
||||
BuildRequires: apache-commons-configuration
|
||||
BuildRequires: apache-commons-lang
|
||||
BuildRequires: apache-commons-lang3
|
||||
BuildRequires: apache-commons-text
|
||||
BuildRequires: atinject
|
||||
@ -185,7 +185,6 @@ API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n doxia-%{version} -a1
|
||||
%patch0 -p1
|
||||
|
||||
# we don't have clirr-maven-plugin
|
||||
%pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin pom.xml
|
||||
@ -210,7 +209,8 @@ build-jar-repository -s lib \
|
||||
apache-commons-lang3 \
|
||||
apache-commons-text \
|
||||
commons-cli \
|
||||
commons-configuration2 \
|
||||
commons-configuration \
|
||||
commons-lang \
|
||||
guava/guava \
|
||||
guice/google-guice \
|
||||
httpcomponents/httpclient \
|
||||
|
Loading…
Reference in New Issue
Block a user