[jhighlight] Pull content up from nested dirs in javadoc pkg

Gerard Ryan galileo at fedoraproject.org
Wed Jul 2 19:11:20 UTC 2014


commit 0bbb5e2809d3401ef86aa98042a203c5fbac67c1
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Wed Jul 2 20:09:12 2014 +0100

    Pull content up from nested dirs in javadoc pkg

 jhighlight.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jhighlight.spec b/jhighlight.spec
index 2e44368..ed6a447 100644
--- a/jhighlight.spec
+++ b/jhighlight.spec
@@ -1,6 +1,6 @@
 Name:           jhighlight
 Version:        1.0
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        An embeddable pure Java syntax highlighting library
 
 Group:          Development/Libraries
@@ -68,7 +68,7 @@ ant
 mkdir javadoc
 unzip build/dist/%{name}-javadocs-%{version}.zip -d javadoc
 
-%mvn_install -J javadoc
+%mvn_install -J javadoc/docs/api
 
 %files -f .mfiles
 %doc README
@@ -81,6 +81,9 @@ unzip build/dist/%{name}-javadocs-%{version}.zip -d javadoc
 
 
 %changelog
+* Wed Jul 02 2014 Gerard Ryan <galileo at fedoraproject.org> - 1.0-11
+- Pull content up from nested dirs in javadoc pkg
+
 * Tue Jul 01 2014 Gerard Ryan <galileo at fedoraproject.org> - 1.0-10
 - Use new mvn_* macros to generate metadata
 - Change broken servlet-api dependency in POM


More information about the scm-commits mailing list