Update to 0.9.12

(cherry picked from commit a06b2b643ec9a0dd468b6f3e8cbdfd96587e7a3d)
This commit is contained in:
wk333 2022-07-22 10:10:22 +08:00 committed by openeuler-sync-bot
parent 9867f3fd19
commit 2cbfd3d87d
3 changed files with 8 additions and 8 deletions

BIN
reflections-0.9.12.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,15 @@
%global githash 91af9aa088b9e29d36c44b53e63b378a2ba501cd
Name: reflections Name: reflections
Version: 0.9.10 Version: 0.9.12
Release: 1 Release: 1
Summary: Java run-time meta-data analysis Summary: Java run-time meta-data analysis
License: WTFPL License: WTFPL
URL: https://github.com/ronmamo/reflections URL: https://github.com/ronmamo/reflections
Source0: https://github.com/ronmamo/reflections/archive/91af9aa088b9e29d36c44b53e63b378a2ba501cd/%{name}-91af9aa088b9e29d36c44b53e63b378a2ba501cd.tar.gz Source0: https://github.com/ronmamo/reflections/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: maven-local mvn(com.google.code.findbugs:annotations) BuildRequires: maven-local
BuildRequires: mvn(com.google.code.gson:gson) mvn(dom4j:dom4j) BuildRequires: mvn(com.google.code.gson:gson) mvn(dom4j:dom4j)
BuildRequires: mvn(javax.servlet:javax.servlet-api) mvn(junit:junit) BuildRequires: mvn(javax.servlet:javax.servlet-api) mvn(junit:junit)
BuildRequires: mvn(org.apache.commons:commons-vfs2) mvn(org.javassist:javassist) BuildRequires: mvn(org.javassist:javassist)
BuildRequires: mvn(org.jsr-305:ri) mvn(org.slf4j:slf4j-api) mvn(org.slf4j:slf4j-simple) BuildRequires: mvn(org.jsr-305:ri) mvn(org.slf4j:slf4j-api) mvn(org.slf4j:slf4j-simple)
BuildRequires: java-atk-wrapper
BuildArch: noarch BuildArch: noarch
%description %description
A Java run-time meta-data analysis, in the spirit of Scannotations A Java run-time meta-data analysis, in the spirit of Scannotations
@ -30,10 +28,9 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}. This package contains javadoc for %{name}.
%prep %prep
%setup -q -n %{name}-%{githash} %setup -q -n %{name}-%{version}
find -name "*.class" -print -delete find -name "*.class" -print -delete
find -name "*.jar" -print -delete find -name "*.jar" -print -delete
%pom_remove_plugin :maven-clean-plugin
%pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-source-plugin %pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-javadoc-plugin %pom_remove_plugin :maven-javadoc-plugin
@ -55,5 +52,8 @@ find -name "*.jar" -print -delete
%license COPYING.txt %license COPYING.txt
%changelog %changelog
* Fri Jul 22 2022 wangkai <wangkai385@h-partners.com> - 0.9.12-1
- Update to 0.9.12
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 0.9.10-1 * Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 0.9.10-1
- Package init - Package init