Update jdeparser to 2.0.3
jdeparser is required for resteasy revival process. See also: BZ#1758686 Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
This commit is contained in:
parent
60607b74ee
commit
98d46c4ae9
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/jdeparser-1.0.0.Final.tar.xz
|
||||
/2.0.0.Final.tar.gz
|
||||
/*.tar.gz
|
||||
/*.src.rpm
|
||||
|
||||
@ -2,21 +2,18 @@
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
|
||||
Name: jdeparser
|
||||
Version: 2.0.0
|
||||
Release: 6%{?dist}
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Source generator library for Java
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/jdeparser/jdeparser2
|
||||
# old repos https://github.com/jdeparser/jdeparser
|
||||
Source0: https://github.com/jdeparser/jdeparser2/archive/%{namedversion}.tar.gz
|
||||
Source0: %{url}/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(jdepend:jdepend)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildRequires: mvn(org.jboss.apiviz:apiviz)
|
||||
|
||||
%description
|
||||
This project is a fork of Sun's (now Oracle's) com.sun.codemodel project. We
|
||||
@ -46,6 +43,10 @@ This package contains the API documentation for %{name}.
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 08 2019 Dogtag PKI Team <pki-devel@redhat.com> - 2.0.3-1
|
||||
- Rebuild as part of revival process
|
||||
- BZ#1758686
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user