diff --git a/qdox.spec b/qdox.spec index 09819b8..e788799 100644 --- a/qdox.spec +++ b/qdox.spec @@ -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 0:1.6.1-5.2 +- Fedora-specific: enable GCJ support + * Fri Oct 24 2008 David Walluck 0:1.6.1-5.1 - Fedora-specific: remove repolib - Fedora-specific: use java_cup not java-cup