- enable GCJ support
This commit is contained in:
parent
35a11c15c8
commit
f756ebb438
@ -35,13 +35,14 @@
|
||||
|
||||
%bcond_with maven
|
||||
|
||||
%define _with_gcj_support 1
|
||||
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||
|
||||
%define section free
|
||||
|
||||
Name: qdox
|
||||
Version: 1.6.1
|
||||
Release: 5.1%{?dist}
|
||||
Release: 5.2%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Extract class/interface/method definitions from sources
|
||||
License: ASL 2.0
|
||||
@ -214,6 +215,9 @@ fi
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.6.1-5.2
|
||||
- Fedora-specific: enable GCJ support
|
||||
|
||||
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.6.1-5.1
|
||||
- Fedora-specific: remove repolib
|
||||
- Fedora-specific: use java_cup not java-cup
|
||||
|
Loading…
Reference in New Issue
Block a user