Compare commits
10 Commits
7077625c6c
...
54f628820f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54f628820f | ||
|
|
61a03103b8 | ||
|
|
3884811424 | ||
|
|
53bc6af3e4 | ||
|
|
1fd89966f6 | ||
|
|
fe668b8b09 | ||
|
|
db23c830e5 | ||
|
|
5698d7c600 | ||
|
|
a07cd87789 | ||
|
|
afa0eda0da |
BIN
bcel-6.7.0-src.tar.gz
Normal file
BIN
bcel-6.7.0-src.tar.gz
Normal file
Binary file not shown.
55
bcel.spec
Normal file
55
bcel.spec
Normal file
@ -0,0 +1,55 @@
|
||||
Name: bcel
|
||||
Version: 6.7.0
|
||||
Release: 1
|
||||
Summary: Byte Code Engineering Library
|
||||
License: Apache-2.0
|
||||
URL: http://commons.apache.org/proper/commons-bcel/
|
||||
Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||
Obsoletes: bcel-javadoc < %{version}-%{release}
|
||||
Provides: bcel-javadoc = %{version}-%{release}
|
||||
|
||||
%description
|
||||
The Byte Code Engineering Library (formerly known as JavaClass) is intended to
|
||||
give users a convenient possibility to analyze, create, and manipulate (binary)
|
||||
Java class files (those ending with .class).
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}-src -p1
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :spotbugs-maven-plugin
|
||||
%pom_remove_plugin :jacoco-maven-plugin
|
||||
%mvn_alias : bcel: apache:
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files
|
||||
%attr(0644,root,root) %{_datadir}/maven-metadata/bcel.xml
|
||||
%attr(0644,root,root) %{_datadir}/java/bcel.jar
|
||||
%attr(0644,root,root) %{_datadir}/maven-poms/bcel.pom
|
||||
%doc RELEASE-NOTES.txt
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Aug 22 2023 yaoxin <yao_xin001@hoperun.com> - 6.7.0-1
|
||||
- Update to 6.7.0
|
||||
|
||||
* Thu Sep 22 2022 wangkai <wangkai385@h-partners.com> - 6.5.0-2
|
||||
- Fix CVE-2022-34169 for xalan-j2
|
||||
|
||||
* Thu Jun 16 2022 Ge Wang <wangge20@h-partners.com> - 6.5.0-1
|
||||
- Upgrade to version 6.5.0
|
||||
|
||||
* Thu Apr 14 2022 wangkai <wangkai385@h-partners.com> - 6.4.1-1
|
||||
- Upgrade to version 6.4.1
|
||||
|
||||
* Thu Dec 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 6.2-4
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user