rpms/eclipse-mylyn/devel eclipse-mylyn-wikitext_builddoc.patch, NONE, 1.1 eclipse-mylyn.spec, 1.36, 1.37

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Mar 25 13:36:34 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-mylyn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24706/devel

Modified Files:
	eclipse-mylyn.spec 
Added Files:
	eclipse-mylyn-wikitext_builddoc.patch 
Log Message:
Fix documentation build.

eclipse-mylyn-wikitext_builddoc.patch:

--- NEW FILE eclipse-mylyn-wikitext_builddoc.patch ---
--- org.eclipse.mylyn.wikitext.ui/META-INF/MANIFEST.MF.orig	2009-03-25 14:04:18.000000000 +0100
+++ org.eclipse.mylyn.wikitext.ui/META-INF/MANIFEST.MF	2009-03-25 14:05:24.000000000 +0100
@@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.mylyn.w
 Bundle-Version: 1.0.0.qualifier
 Bundle-Vendor: %Bundle-Vendor.0
 Require-Bundle: org.eclipse.mylyn.wikitext.core;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.wikitext.textile.core;bundle-version="[1.0.0,1.1.0)",
  org.eclipse.core.runtime,
  org.eclipse.jface.text,
  org.eclipse.ui,


Index: eclipse-mylyn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- eclipse-mylyn.spec	23 Mar 2009 16:32:05 -0000	1.36
+++ eclipse-mylyn.spec	25 Mar 2009 13:36:03 -0000	1.37
@@ -11,7 +11,7 @@
 Name: eclipse-mylyn
 Summary: Mylyn is a task-focused UI for Eclipse
 Version: 3.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -33,6 +33,9 @@
 # Our xmlrpc packages are split into JARs differently than Orbit
 # This patch is not suitable for upstream.
 Patch8: %{name}-splitxmlrpc.patch
+# Add additional Bundle-Require to ensure that all docs are build.
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=269970
+Patch9: %{name}-wikitext_builddoc.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -169,6 +172,7 @@
 popd
 %patch7
 %patch8
+%patch9
 
 find -name feature.xml |
   while read f; do
@@ -327,6 +331,9 @@
 # FIXME:  add the doc files back
 
 %changelog
+* Wed Mar 25 2009 Alexander Kurtakov <akurtako at redhat.com> 3.1.0-3
+- Fix documentation build.
+
 * Mon Mar 23 2009 Alexander Kurtakov <akurtako at redhat.com> 3.1.0-2
 - Rebuild to not ship p2 context.xml.
 




More information about the fedora-extras-commits mailing list