diff --git a/aalto-xml-1.0.0.tar.gz b/aalto-xml-1.0.0.tar.gz deleted file mode 100644 index 1381912..0000000 Binary files a/aalto-xml-1.0.0.tar.gz and /dev/null differ diff --git a/aalto-xml-1.3.2.tar.gz b/aalto-xml-1.3.2.tar.gz new file mode 100644 index 0000000..2752719 Binary files /dev/null and b/aalto-xml-1.3.2.tar.gz differ diff --git a/aalto-xml.spec b/aalto-xml.spec index b5fd327..dc7b8df 100644 --- a/aalto-xml.spec +++ b/aalto-xml.spec @@ -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 - 1.3.2-1 +- update to version 1.3.2 + * Fri Dec 20 2019 wanjiankang - 1.0.0-7 - initial rpm