forked from pool/apache-commons-imaging
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
fee06a80cb | |||
be54316f2b | |||
53d72b77d8 | |||
a139b68da7 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 13 08:26:18 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Fix build with apache-commons-parent 71
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 23:53:53 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
Wed Apr 27 23:53:53 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package apache-commons-imaging
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -47,6 +47,7 @@ This package contains the API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{short_name}-%{base_ver}-%{pre_ver}-src
|
%setup -q -n %{short_name}-%{base_ver}-%{pre_ver}-src
|
||||||
%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin
|
%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin
|
||||||
|
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{mvn_build} -f -- -Dsource=8
|
%{mvn_build} -f -- -Dsource=8
|
||||||
|
Reference in New Issue
Block a user