rpms/eclipse-mylar/devel eclipse-mylar.spec,1.2,1.3

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Tue Mar 20 15:50:06 UTC 2007


Author: overholt

Update of /cvs/extras/rpms/eclipse-mylar/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5830

Modified Files:
	eclipse-mylar.spec 
Log Message:
Update to approved version ... grr to multiple out of sync machines.


Index: eclipse-mylar.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-mylar/devel/eclipse-mylar.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-mylar.spec	20 Mar 2007 15:36:07 -0000	1.2
+++ eclipse-mylar.spec	20 Mar 2007 15:49:34 -0000	1.3
@@ -5,7 +5,8 @@
 Summary: Mylar is a task-focused UI for Eclipse
 Version: 1.0
 Release: 1%{?dist} 
-License: EPL
+License: Eclipse Public License
+URL: http://www.eclipse.org/mylar
 
 # mkdir temp && cd temp
 # sh fetch-mylar.sh
@@ -40,6 +41,7 @@
 %endif
 
 BuildRequires: eclipse-pde >= 3.2.1
+BuildRequires: eclipse-platform >= 3.2.1
 BuildRequires: jakarta-commons-codec
 BuildRequires: jakarta-commons-httpclient
 BuildRequires: jakarta-commons-logging
@@ -52,19 +54,12 @@
 Requires: ws-commons-util
 Requires: xmlrpc3
 
-Group: Eclipse Plugins
+Group: Development/Tools
 
 %description
-Mylar reduces information overload in Eclipse and makes multi-tasking easy.  It
-does this by making tasks a first class part of Eclipse, and integrating rich
-and offline editing for repositories such as Bugzilla, Trac, and JIRA. Once your
-tasks are integrated, Mylar monitors your work activity to identify information
-relevant to the task-at-hand, and uses this task context to focus the Eclipse UI
-on the interesting information, hide the uninteresting, and automatically find
-what's related. This puts the information you need to get work done at your
-fingertips and improves productivity by reducing searching, scrolling, and
-navigation. By making task context explicit Mylar also facilitates multitasking,
-planning, reusing past efforts, and sharing expertise.
+Mylar integrates task support into Eclipse.  It supports offline editing
+for certain task repositories and monitors work activity to hide
+information that is not relevant to the current task.
 
 #Provides:  org.eclipse.mylar.doc = 1.0.0.v20061219-1530
 #Provides:  org.eclipse.mylar = 1.0.0.v20061219-1530
@@ -93,7 +88,7 @@
 %package  bugzilla
 Summary:  Mylar Bugzilla Connector
 Requires: %{name} = %{version}-%{release}
-Group: Eclipse Plugins
+Group: Development/Tools
 
 %description bugzilla
 Bugzilla client integrated with Eclipse and Mylar; can be used
@@ -124,7 +119,7 @@
 %package  ide
 Summary:  Mylar Focused UI
 Requires: %{name} = %{version}-%{release}
-Group: Eclipse Plugins
+Group: Development/Tools
 
 %description ide
 Mylar Focused UI for reducing information overload when working with
@@ -183,7 +178,7 @@
 %package  trac
 Summary:  Mylar Trac Connector
 Requires: %{name} = %{version}-%{release}
-Group: Eclipse Plugins
+Group: Development/Tools
 
 %description trac
 Trac client integrated with Eclipse and Mylar; can be used standalone.
@@ -237,7 +232,7 @@
      -nosplash                                         \
      -application org.eclipse.ant.core.antRunner       \
      -Dtype=feature                                    \
-     -Did=org.eclipse.mylar_feature                     \
+     -Did=org.eclipse.mylar_feature                    \
      -DbaseLocation=$SDK                               \
      -DsourceDirectory=$(pwd)                          \
      -DbuildDirectory=$(pwd)/build                     \
@@ -322,7 +317,7 @@
 %endif
 
 %files bugzilla
-%defattr(0644,root,root,0755)
+%defattr(-,root,root,-)
 %{eclipse_base}/plugins/org.eclipse.mylar.bugzilla.core_1.0.0.jar
 %{eclipse_base}/plugins/org.eclipse.mylar.bugzilla.ui_1.0.0.jar
 %dir %{eclipse_base}/features/org.eclipse.mylar.bugzilla_feature_1.0.0
@@ -335,7 +330,7 @@
 %endif
 
 %files ide
-%defattr(0644,root,root,0755)
+%defattr(-,root,root,-)
 %{eclipse_base}/plugins/org.eclipse.mylar.team_1.0.0.jar
 %{eclipse_base}/plugins/org.eclipse.mylar.context.ui_1.0.0.jar
 %{eclipse_base}/plugins/org.eclipse.mylar.java_1.0.0.jar
@@ -354,7 +349,7 @@
 %endif
 
 %files trac
-%defattr(0644,root,root,0755)
+%defattr(-,root,root,-)
 %{eclipse_base}/plugins/org.eclipse.mylar.trac.core_1.0.0.jar
 %{eclipse_base}/plugins/org.eclipse.mylar.trac.ui_1.0.0.jar
 %dir %{eclipse_base}/features/org.eclipse.mylar.trac_feature_1.0.0
@@ -364,7 +359,7 @@
 %endif
 
 %files
-%defattr(0644,root,root,0755)
+%defattr(-,root,root,-)
 %{eclipse_base}/plugins/org.eclipse.mylar.tasks.web_1.0.0.jar
 %{eclipse_base}/plugins/org.eclipse.mylar.context.core_1.0.0.jar
 %{eclipse_base}/plugins/org.eclipse.mylar.tasks.ui_1.0.0.jar




More information about the fedora-extras-commits mailing list