- enable GCJ support

This commit is contained in:
dwalluck 2008-10-24 19:50:40 +00:00
parent 35a11c15c8
commit f756ebb438

View File

@ -35,13 +35,14 @@
%bcond_with maven %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 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 %define section free
Name: qdox Name: qdox
Version: 1.6.1 Version: 1.6.1
Release: 5.1%{?dist} Release: 5.2%{?dist}
Epoch: 0 Epoch: 0
Summary: Extract class/interface/method definitions from sources Summary: Extract class/interface/method definitions from sources
License: ASL 2.0 License: ASL 2.0
@ -214,6 +215,9 @@ fi
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %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 * Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.6.1-5.1
- Fedora-specific: remove repolib - Fedora-specific: remove repolib
- Fedora-specific: use java_cup not java-cup - Fedora-specific: use java_cup not java-cup