[cal10n] - Fix build failure (javadoc:aggregate).

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Sep 8 09:56:36 UTC 2010


commit 63b5b2370aa005fcc30de2156da75ff7bbee2b85
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Sep 8 12:55:57 2010 +0300

    - Fix build failure (javadoc:aggregate).

 cal10n.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cal10n.spec b/cal10n.spec
index 6145d48..f7985d9 100644
--- a/cal10n.spec
+++ b/cal10n.spec
@@ -1,6 +1,6 @@
 Name:           cal10n
 Version:        0.7.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Compiler assisted localization library (CAL10N)
 
 Group:          Development/Libraries
@@ -69,7 +69,7 @@ mvn-jpp \
         -e \
         -Dmaven2.jpp.mode=true \
         -Dmaven.test.failure.ignore=true \
-        install javadoc:javadoc
+        install javadoc:aggregate
 
 %install
 rm -rf %{buildroot}
@@ -131,6 +131,9 @@ rm -rf target/site/api*
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Sep 8 2010 Alexander Kurtakov <akurtako at redhat.com> 0.7.4-3
+- Fix build failure (javadoc:aggregate).
+
 * Mon Jul 19 2010 Alexander Kurtakov <akurtako at redhat.com> 0.7.4-2
 - BR maven-site-plugin.
 


More information about the scm-commits mailing list