Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c720190231 |
1 changed files with 6 additions and 9 deletions
15
apiviz.spec
15
apiviz.spec
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apiviz
|
||||
Version: 1.3.2
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: APIviz is a JavaDoc doclet to generate class and package diagrams
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
|
|
@ -36,7 +36,7 @@ BuildRequires: junit
|
|||
%description
|
||||
APIviz is a JavaDoc doclet which extends the Java standard doclet.
|
||||
It generates comprehensive UML-like class and package diagrams for
|
||||
quick understanding of the overall API structure.
|
||||
quick understanding of the overall API structure.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
|
|
@ -48,14 +48,8 @@ This package contains the API documentation for %{name}.
|
|||
%prep
|
||||
%setup -q -n apiviz-%{namedversion}
|
||||
%patch0 -p1
|
||||
|
||||
%if 0%{?fedora} >= 21
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 26
|
||||
%patch2 -p0
|
||||
%endif
|
||||
|
||||
find -name '*.class' -exec rm -f '{}' \;
|
||||
find -name '*.jar' -exec rm -f '{}' \;
|
||||
|
|
@ -81,6 +75,9 @@ find -name '*.jar' -exec rm -f '{}' \;
|
|||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 09 2017 Benjamin Lefoul <lef@fedoraproject.org> - 1.3.2-13
|
||||
- Applying the fedora patches to EPEL7.
|
||||
|
||||
* Wed Jan 04 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.3.2-12
|
||||
- Correct deprecated assembly goal that was eliminated from
|
||||
maven-assembly-plugin 3.x to fix FTBFS (BZ#1402518).
|
||||
|
|
@ -126,7 +123,7 @@ find -name '*.jar' -exec rm -f '{}' \;
|
|||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Mar 12 2012 Marek Goldmann <mgoldman@redhat.com> 1.3.1-6
|
||||
* Mon Mar 12 2012 Marek Goldmann <mgoldman@redhat.com> 1.3.1-6
|
||||
- Added additional POM mapping
|
||||
|
||||
* Fri Mar 09 2012 Marek Goldmann <mgoldman@redhat.com> 1.3.1-5
|
||||
|
|
|
|||
Reference in a new issue