rpms/eclipse-mylyn/devel eclipse-mylyn-addfedoracustomizations.patch, NONE, 1.1 eclipse-mylyn.spec, 1.7, 1.8

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Wed Sep 19 22:31:48 UTC 2007


Author: overholt

Update of /cvs/pkgs/rpms/eclipse-mylyn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8447/devel

Modified Files:
	eclipse-mylyn.spec 
Added Files:
	eclipse-mylyn-addfedoracustomizations.patch 
Log Message:
* Wed Sep 19 2007 Andrew Overholt <overholt at redhat.com> 2.0.0-8
- Add patch and source to have common bugzilla servers by default.

eclipse-mylyn-addfedoracustomizations.patch:

--- NEW FILE eclipse-mylyn-addfedoracustomizations.patch ---
### Eclipse Workspace Patch 1.0
#P org.eclipse.mylyn.bugzilla-feature
Index: feature.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla-feature/feature.xml,v
retrieving revision 1.335
diff -u -r1.335 feature.xml
--- feature.xml	28 Jun 2007 18:19:54 -0000	1.335
+++ feature.xml	19 Sep 2007 19:05:41 -0000
@@ -252,4 +252,11 @@
          version="2.0.0.v20070627-1400"
          unpack="false"/>
 
+   <plugin
+         id="org.fedoraproject.mylyn.bugzilla"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>


Index: eclipse-mylyn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eclipse-mylyn.spec	18 Sep 2007 18:24:16 -0000	1.7
+++ eclipse-mylyn.spec	19 Sep 2007 22:31:16 -0000	1.8
@@ -4,7 +4,7 @@
 Name: eclipse-mylyn 
 Summary: Mylyn is a task-focused UI for Eclipse
 Version: 2.0.0
-Release: 7%{?dist} 
+Release: 8%{?dist} 
 License: Eclipse Public License
 URL: http://www.eclipse.org/mylyn
 
@@ -17,6 +17,7 @@
 # tar cjf org.eclipse.mylyn-R_2_0_0-fetched-src.tar.bz2 org.eclipse.mylyn
 Source0: org.eclipse.mylyn-R_2_0_0-fetched-src.tar.bz2
 Source1: fetch-mylar.sh
+Source2: fedoraeclipse-mylynbugzilla-0.0.1.zip
 
 # SSLSocketFactory#createSocket() is not implemented in GNU Classpath
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31626
@@ -24,6 +25,7 @@
 # So we can symlink to dependencies
 Patch4: %{name}-unpackwebcore.patch
 Patch5: %{name}-webcorejar.patch
+Patch6: %{name}-addfedoracustomizations.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -122,6 +124,7 @@
 
 %prep
 %setup -q -n org.eclipse.mylyn
+unzip -q %{SOURCE2}
 
 # GCJ issue
 sed --in-place "s/@Override//" \
@@ -160,6 +163,10 @@
 ln -s %{_javadir}/jdom-1.0.jar
 popd
 
+pushd org.eclipse.mylyn.bugzilla-feature
+%patch6
+popd
+
 #sed --in-place "s/<import.*mylar.*\/>//" org.eclipse.mylyn-feature/feature.xml
 # remove references to mylar in feature
 sed --in-place -e "304,456d" org.eclipse.mylyn-feature/feature.xml 
@@ -353,6 +360,7 @@
 %defattr(-,root,root,-)
 %{eclipse_base}/plugins/org.eclipse.mylyn.bugzilla.core_*.jar
 %{eclipse_base}/plugins/org.eclipse.mylyn.bugzilla.ui_*.jar
+%{eclipse_base}/plugins/org.fedoraproject.mylyn.bugzilla_*.jar
 %dir %{eclipse_base}/features/org.eclipse.mylyn.bugzilla_feature_*
 %doc %{eclipse_base}/features/org.eclipse.mylyn.bugzilla_feature_*/license.html
 %doc %{eclipse_base}/features/org.eclipse.mylyn.bugzilla_feature_*/about.html
@@ -360,6 +368,7 @@
 %{eclipse_base}/features/org.eclipse.mylyn.bugzilla_feature_*/feature.xml
 %if %{gcj_support}
 %{_libdir}/gcj/%{name}/org.eclipse.mylyn.bugzilla*
+%{_libdir}/gcj/%{name}/org.fedoraproject.mylyn.bugzilla*
 %endif
 
 %files ide
@@ -447,6 +456,9 @@
 %endif
 
 %changelog
+* Wed Sep 19 2007 Andrew Overholt <overholt at redhat.com> 2.0.0-8
+- Add patch and source to have common bugzilla servers by default.
+
 * Tue Sep 18 2007 Andrew Overholt <overholt at redhat.com> 2.0.0-7
 - Fix filename of webcore jar.
 




More information about the fedora-extras-commits mailing list