!1 package init

Merge pull request !1 from duyyb/next_openeuler
This commit is contained in:
openeuler-ci-bot 2019-12-17 10:58:30 +08:00 committed by Gitee
commit 03504f3c34
2 changed files with 36 additions and 0 deletions

BIN
2.0.0.Final.tar.gz Normal file

Binary file not shown.

36
jdeparser.spec Normal file
View File

@ -0,0 +1,36 @@
Name: jdeparser
Version: 2.0.0
Release: 6
Summary: Source generator library for Java
License: ASL 2.0
URL: https://github.com/jdeparser/jdeparser2
Source0: https://github.com/jdeparser/jdeparser2/archive/%{version}.Final.tar.gz
BuildArch: noarch
BuildRequires: graphviz, maven-local, mvn(jdepend:jdepend), mvn(junit:junit), mvn(org.jboss:jboss-parent:pom:), mvn(org.jboss.apiviz:apiviz)
Provides: %{name}-javadoc%{?_isa} %{name}-javadoc
Obsoletes: %{name}-javadoc
%description
This project is a fork of Sun's (now Oracle's) com.sun.codemodel project. We
decided to fork the project because by all evidence, the upstream project is
dead and not actively accepting outside contribution. All JBoss projects are
urged to use this project instead for source code generation.
%prep
%setup -q -n jdeparser2-%{version}.Final
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license LICENSE.txt
%{_javadocdir}/%{name}/*
%changelog
* Tue Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.0-6
- Package init