forked from pool/plexus-xml4
4.1.0
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82359f0a2e638a7cd30f46888dc892b262915a7145a57303b0256d01fac2c9d8
|
|
||||||
size 113806
|
|
||||||
BIN
plexus-xml-4.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
plexus-xml-4.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||||
<property name="project.artifactId" value="plexus-xml"/>
|
<property name="project.artifactId" value="plexus-xml"/>
|
||||||
<property name="project.version" value="4.0.4"/>
|
<property name="project.version" value="4.1.0"/>
|
||||||
|
|
||||||
<property name="compiler.release" value="8"/>
|
<property name="compiler.release" value="8"/>
|
||||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-xml4
|
# 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
|
# 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
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%global base_name plexus-xml
|
%global base_name plexus-xml
|
||||||
%global version_suffix 4
|
%global version_suffix 4
|
||||||
Name: %{base_name}%{version_suffix}
|
Name: %{base_name}%{version_suffix}
|
||||||
Version: 4.0.4
|
Version: 4.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plexus XML Utilities
|
Summary: Plexus XML Utilities
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -49,8 +49,6 @@ Javadoc for %{name}.
|
|||||||
%setup -q -n %{base_name}-%{base_name}-%{version}
|
%setup -q -n %{base_name}-%{base_name}-%{version}
|
||||||
cp -p %{SOURCE1} build.xml
|
cp -p %{SOURCE1} build.xml
|
||||||
|
|
||||||
%pom_change_dep :maven-xml-impl :maven-xml:4.0.0-rc-3
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s lib \
|
build-jar-repository -s lib \
|
||||||
@@ -66,7 +64,7 @@ install -pm 0644 target/%{base_name}-%{version}.jar %{buildroot}%{_javadir}/plex
|
|||||||
# pom
|
# pom
|
||||||
install -dm 0755 %{buildroot}%{_mavenpomdir}/plexus
|
install -dm 0755 %{buildroot}%{_mavenpomdir}/plexus
|
||||||
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/plexus/xml.pom
|
%{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
|
# javadoc
|
||||||
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
|
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
|
||||||
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
|
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
|
||||||
|
|||||||
Reference in New Issue
Block a user