forked from pool/plexus-xml4
4.1.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-xml4
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%global base_name plexus-xml
|
||||
%global version_suffix 4
|
||||
Name: %{base_name}%{version_suffix}
|
||||
Version: 4.0.4
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
Summary: Plexus XML Utilities
|
||||
License: Apache-2.0
|
||||
@@ -49,8 +49,6 @@ Javadoc for %{name}.
|
||||
%setup -q -n %{base_name}-%{base_name}-%{version}
|
||||
cp -p %{SOURCE1} build.xml
|
||||
|
||||
%pom_change_dep :maven-xml-impl :maven-xml:4.0.0-rc-3
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
@@ -66,7 +64,7 @@ install -pm 0644 target/%{base_name}-%{version}.jar %{buildroot}%{_javadir}/plex
|
||||
# pom
|
||||
install -dm 0755 %{buildroot}%{_mavenpomdir}/plexus
|
||||
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/plexus/xml.pom
|
||||
%add_maven_depmap plexus/xml.pom plexus/xml.jar -v %{version_suffix}
|
||||
%add_maven_depmap plexus/xml.pom plexus/xml.jar -v %{version_suffix},%{version}
|
||||
# javadoc
|
||||
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
|
||||
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
|
||||
Reference in New Issue
Block a user