update to version 1.3.2

This commit is contained in:
wang--ge 2023-12-12 14:34:11 +08:00
parent 81df0aa650
commit 8f61dbc3bf
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
aalto-xml-1.3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: aalto-xml
Version: 1.0.0
Release: 7
Version: 1.3.2
Release: 1
Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2)
License: ASL 2.0
URL: https://www.studytrails.com/java/xml/aalto/java-xml-aalto-introduction/
@ -8,6 +8,7 @@ Source0: https://github.com/FasterXML/aalto-xml/archive/%{name}-%{version}
BuildRequires: maven-local mvn(com.fasterxml:oss-parent:pom:) mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) mvn(org.codehaus.woodstox:stax2-api)
BuildRequires: mvn(com.fasterxml.woodstox:woodstox-core)
BuildArch: noarch
%description
@ -32,12 +33,12 @@ This package contains help documentation for aalto-xml.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%pom_remove_plugin org.moditect:moditect-maven-plugin
sed -i 's/${version.junit}/4.12/g' pom.xml
find -name "*.class" -exec rm {} \;
find -name "*.jar" -exec rm {} \;
mv release-notes/asl/ASL2.0 LICENSE
mv release-notes/asl/LICENSE NOTICE
mv release-notes/asl/NOTICE NOTICE
%mvn_file : %{name}
@ -55,5 +56,8 @@ mv release-notes/asl/LICENSE NOTICE
%files help -f .mfiles-javadoc
%changelog
* Tue Dec 12 2023 Ge Wang <wang__ge@126.com> - 1.3.2-1
- update to version 1.3.2
* Fri Dec 20 2019 wanjiankang <wanjiankang@huawei.com> - 1.0.0-7
- initial rpm