[eclipse-mylyn/f17] Change the root location of all files.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Jul 12 06:32:08 UTC 2012


commit 938f9de6f5f297d62c531bd2fb919fd341660431
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Jul 12 08:31:20 2012 +0200

    Change the root location of all files.

 eclipse-mylyn.spec |  321 ++++++++++++++++++++++++++--------------------------
 1 files changed, 163 insertions(+), 158 deletions(-)
---
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index c7df031..c6fafc4 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -5,7 +5,7 @@
 Name: eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
 Version: 3.8.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -413,12 +413,13 @@ mvn-rpmbuild clean install -Dmaven.test.skip=true
 
 %install
 install -d %{buildroot}%{install_loc}/mylyn
-install -d %{buildroot}%{install_loc}/mylyn/plugins
-install -d %{buildroot}%{install_loc}/mylyn/features
+install -d %{buildroot}%{install_loc}/mylyn/eclipse
+install -d %{buildroot}%{install_loc}/mylyn/eclipse/plugins
+install -d %{buildroot}%{install_loc}/mylyn/eclipse/features
 
-cp  org.eclipse.mylyn/org.eclipse.mylyn-site/target/site/plugins/*.jar %{buildroot}%{install_loc}/mylyn/plugins/
+cp  org.eclipse.mylyn/org.eclipse.mylyn-site/target/site/plugins/*.jar %{buildroot}%{install_loc}/mylyn/eclipse/plugins/
 
-pushd %{buildroot}%{install_loc}/mylyn/plugins/
+pushd %{buildroot}%{install_loc}/mylyn/eclipse/plugins/
 rm com.google.gson_*.jar
 rm com.sun.syndication_*.jar
 rm javax.mail_*.jar
@@ -462,241 +463,245 @@ ln -s %{_javadir}/axis/saaj.jar
 ln -s %{_javadir}/javamail/mail.jar
 popd
 
-mkdir -p %{buildroot}%{install_loc}/mylyn/features
+mkdir -p %{buildroot}%{install_loc}/mylyn/eclipse/features
 for f in `ls -1 org.eclipse.mylyn/org.eclipse.mylyn-site/target/site/features/ | grep jar$`; do
-    unzip org.eclipse.mylyn/org.eclipse.mylyn-site/target/site/features/$f -d %{buildroot}%{install_loc}/mylyn/features/${f/.jar//};
+    unzip org.eclipse.mylyn/org.eclipse.mylyn-site/target/site/features/$f -d %{buildroot}%{install_loc}/mylyn/eclipse/features/${f/.jar//};
 done
 
-install %{SOURCE6} %{buildroot}%{install_loc}/mylyn/redhat-bugzilla-custom-transitions.txt
+install %{SOURCE6} %{buildroot}%{install_loc}/mylyn/eclipse/redhat-bugzilla-custom-transitions.txt
 
 %files
 %dir %{install_loc}/mylyn
-%dir %{install_loc}/mylyn/features/
-%dir %{install_loc}/mylyn/plugins/
-%{install_loc}/mylyn/features/org.eclipse.mylyn_feature_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.tasks.ide_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.tasks.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.tasks.index.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.tasks.index.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.tasks.search_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.tasks.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.tasks.bugs_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.help.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.oslc.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.oslc.ui_*.jar
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons.activity_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons.compatibility_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons.identity_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons.notifications_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons.repositories_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons.repositories.http_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.discovery_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.monitor_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.activity.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.identity.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.identity.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.notifications_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.notifications.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.notifications.feed_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.notifications.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.repositories.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.repositories.http.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.repositories.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.repositories_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.screenshots_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.team_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.workbench_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.discovery.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.discovery.ui*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.monitor.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.monitor.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.sdk.util_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.soap_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.xmlrpc_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.commons.net_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.core.runtime.compatibility.auth_*.jar
-%{install_loc}/mylyn/features/org.eclipse.mylyn.context_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.context.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.context.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.resources.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.context.tasks.ui_*.jar
-%{install_loc}/mylyn/plugins/apache-commons-lang.jar
-%{install_loc}/mylyn/plugins/apache-commons-logging-api.jar
-%{install_loc}/mylyn/plugins/apache-commons-io.jar
-%{install_loc}/mylyn/plugins/jdom.jar
-%{install_loc}/mylyn/plugins/rome*.jar
-%{install_loc}/mylyn/plugins/xmlrpc3-client.jar
-%{install_loc}/mylyn/plugins/xmlrpc3-common.jar
-%{install_loc}/mylyn/plugins/httpcore.jar
-%{install_loc}/mylyn/plugins/httpclient.jar
-%{install_loc}/mylyn/plugins/apache-commons-discovery.jar
-%{install_loc}/mylyn/plugins/ws-commons-util.jar
-%{install_loc}/mylyn/plugins/jaxmeapi.jar
-%{install_loc}/mylyn/plugins/jaxp.jar
-%{install_loc}/mylyn/plugins/google-gson.jar
-%{install_loc}/mylyn/plugins/axis.jar
-%{install_loc}/mylyn/plugins/jaxrpc.jar
-%{install_loc}/mylyn/plugins/saaj.jar
-%{install_loc}/mylyn/plugins/mail.jar
+%dir %{install_loc}/mylyn/eclipse
+%dir %{install_loc}/mylyn/eclipse/features/
+%dir %{install_loc}/mylyn/eclipse/plugins/
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn_feature_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.tasks.ide_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.tasks.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.tasks.index.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.tasks.index.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.tasks.search_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.tasks.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.tasks.bugs_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.help.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.oslc.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.oslc.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons.activity_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons.compatibility_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons.identity_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons.notifications_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons.repositories_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons.repositories.http_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.discovery_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.monitor_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.activity.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.identity.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.identity.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.notifications_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.notifications.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.notifications.feed_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.notifications.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.repositories.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.repositories.http.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.repositories.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.repositories_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.screenshots_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.team_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.workbench_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.discovery.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.discovery.ui*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.monitor.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.monitor.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.sdk.util_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.soap_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.xmlrpc_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.commons.net_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.context_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.context.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.context.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.resources.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.context.tasks.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/apache-commons-lang.jar
+%{install_loc}/mylyn/eclipse/plugins/apache-commons-logging-api.jar
+%{install_loc}/mylyn/eclipse/plugins/apache-commons-io.jar
+%{install_loc}/mylyn/eclipse/plugins/jdom.jar
+%{install_loc}/mylyn/eclipse/plugins/rome*.jar
+%{install_loc}/mylyn/eclipse/plugins/xmlrpc3-client.jar
+%{install_loc}/mylyn/eclipse/plugins/xmlrpc3-common.jar
+%{install_loc}/mylyn/eclipse/plugins/httpcore.jar
+%{install_loc}/mylyn/eclipse/plugins/httpclient.jar
+%{install_loc}/mylyn/eclipse/plugins/apache-commons-discovery.jar
+%{install_loc}/mylyn/eclipse/plugins/ws-commons-util.jar
+%{install_loc}/mylyn/eclipse/plugins/jaxmeapi.jar
+%{install_loc}/mylyn/eclipse/plugins/jaxp.jar
+%{install_loc}/mylyn/eclipse/plugins/google-gson.jar
+%{install_loc}/mylyn/eclipse/plugins/axis.jar
+%{install_loc}/mylyn/eclipse/plugins/jaxrpc.jar
+%{install_loc}/mylyn/eclipse/plugins/saaj.jar
+%{install_loc}/mylyn/eclipse/plugins/mail.jar
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn-feature/epl-v10.html
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn-feature/license.html
 
 %files context-java
-%{install_loc}/mylyn/features/org.eclipse.mylyn.java_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.java.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.java.tasks_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.ide.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.ide.ant_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.java_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.java.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.java.tasks_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.ide.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.ide.ant_*.jar
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.java-feature/epl-v10.html
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.java-feature/license.html
 
 %files context-pde
-%{install_loc}/mylyn/features/org.eclipse.mylyn.pde_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.pde.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.pde_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.pde.ui_*.jar
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.pde-feature/epl-v10.html
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.pde-feature/license.html
 
 %files context-cdt
-%{install_loc}/mylyn/features/org.eclipse.cdt.mylyn_*
-%{install_loc}/mylyn/plugins/org.eclipse.cdt.mylyn.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.cdt.mylyn_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.cdt.mylyn.ui_*.jar
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.cdt-feature/epl-v10.html
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.cdt-feature/license.html
 
 %files context-team
-%{install_loc}/mylyn/features/org.eclipse.mylyn.team_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.team.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.team_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.team.ui_*.jar
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.team-feature/epl-v10.html
 %doc org.eclipse.mylyn.context/org.eclipse.mylyn.team-feature/license.html
 
 %files ide
-%{install_loc}/mylyn/features/org.eclipse.mylyn.ide_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.team.cvs_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.bugzilla.ide_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.ide.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.ide_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.team.cvs_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.bugzilla.ide_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.ide.ui_*.jar
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.ide-feature/epl-v10.html
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.ide-feature/license.html
 
 %files tasks-bugzilla
-%{install_loc}/mylyn/features/org.eclipse.mylyn.bugzilla_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.bugzilla.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.bugzilla.ui_*.jar
-%{install_loc}/mylyn/redhat-bugzilla-custom-transitions.txt
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.bugzilla_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.bugzilla.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.bugzilla.ui_*.jar
+%{install_loc}/mylyn/eclipse/redhat-bugzilla-custom-transitions.txt
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla-feature/epl-v10.html
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla-feature/license.html
 
 %files tasks-trac
-%{install_loc}/mylyn/features/org.eclipse.mylyn.trac_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.trac.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.trac.ui_*.jar
-%{install_loc}/mylyn/features/org.eclipse.mylyn.trac.wiki_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.trac.wiki_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.trac_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.trac.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.trac.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.trac.wiki_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.trac.wiki_*.jar
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.trac-feature/epl-v10.html
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.trac-feature/license.html
 
 %files tasks-web
-%{install_loc}/mylyn/features/org.eclipse.mylyn.web.tasks_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.web.tasks_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.web.tasks_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.web.tasks_*.jar
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.web.tasks-feature/epl-v10.html
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn.web.tasks-feature/license.html
 
 %files docs-wikitext
-%{install_loc}/mylyn/features/org.eclipse.mylyn.wikitext_feature_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.textile.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.mediawiki.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.confluence.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.tracwiki.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.twiki.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.help.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.textile.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.confluence.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.twiki.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.tasks.ui_*.jar
-%{install_loc}/mylyn/plugins/jsoup.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.wikitext_feature_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.textile.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.confluence.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.twiki.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.help.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.textile.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.confluence.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.twiki.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.tasks.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/jsoup.jar
 %doc org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext-feature/epl-v10.html
 %doc org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext-feature/license.html
 
 %files docs-htmltext
-%{install_loc}/mylyn/features/org.eclipse.mylyn.htmltext_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.htmltext.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.htmltext_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.htmltext.ui_*.jar
 %doc org.eclipse.mylyn.docs/org.eclipse.mylyn.htmltext-feature/epl-v10.html
 %doc org.eclipse.mylyn.docs/org.eclipse.mylyn.htmltext-feature/license.html
 
 %files docs-epub
-%{install_loc}/mylyn/features/org.eclipse.mylyn.docs.epub_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.docs.epub.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.docs.epub.help_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.docs.epub.ui_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.docs.epub.ant.core_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.docs.epub_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.docs.epub.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.docs.epub.help_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.docs.epub.ui_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.docs.epub.ant.core_*.jar
 %doc org.eclipse.mylyn.docs/org.eclipse.mylyn.docs.epub-feature/epl-v10.html
 %doc org.eclipse.mylyn.docs/org.eclipse.mylyn.docs.epub-feature/license.html
 
 %files versions
-%{install_loc}/mylyn/features/org.eclipse.mylyn.versions_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.versions.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.versions.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.versions_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.versions.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.versions.ui_*.jar
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.versions-feature/epl-v10.html
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.versions-feature/license.html
 
 %files versions-git
-%{install_loc}/mylyn/features/org.eclipse.mylyn.git_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.git.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.git.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.git_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.git.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.git.ui_*.jar
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.git-feature/epl-v10.html
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.git-feature/license.html
 
 %files versions-cvs
-%{install_loc}/mylyn/features/org.eclipse.mylyn.cvs_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.cvs.core_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.cvs_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.cvs.core_*.jar
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.cvs-feature/epl-v10.html
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.cvs-feature/license.html
 
 %files versions-subclipse
-%{install_loc}/mylyn/features/org.eclipse.mylyn.subclipse_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.subclipse.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.subclipse.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.subclipse_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.subclipse.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.subclipse.ui_*.jar
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.subclipse-feature/epl-v10.html
 %doc org.eclipse.mylyn.versions/org.eclipse.mylyn.subclipse-feature/license.html
 
 %files builds
-%{install_loc}/mylyn/features/org.eclipse.mylyn.builds_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.builds.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.builds.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.builds_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.builds.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.builds.ui_*.jar
 %doc org.eclipse.mylyn.builds/org.eclipse.mylyn.builds-feature/epl-v10.html
 %doc org.eclipse.mylyn.builds/org.eclipse.mylyn.builds-feature/license.html
 
 %files builds-hudson
-%{install_loc}/mylyn/features/org.eclipse.mylyn.hudson_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.hudson.core_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.hudson.ui_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.hudson_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.hudson.core_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.hudson.ui_*.jar
 %doc org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/epl-v10.html
 %doc org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/license.html
 
 %files sdk
-%{install_loc}/mylyn/features/org.eclipse.mylyn.builds.sdk_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.context.sdk_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.commons.sdk_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.docs.epub.sdk_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.docs.sdk_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.sdk_feature_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.versions.sdk_*
-%{install_loc}/mylyn/features/org.eclipse.mylyn.wikitext.sdk_*
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.context.sdk.java_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.context.sdk.util_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.wikitext.help.sdk_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.tests.util_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.mylyn.*.source_*.jar
-%{install_loc}/mylyn/plugins/org.eclipse.cdt.mylyn.ui.source_*.jar
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.builds.sdk_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.context.sdk_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.commons.sdk_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.docs.epub.sdk_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.docs.sdk_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.sdk_feature_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.versions.sdk_*
+%{install_loc}/mylyn/eclipse/features/org.eclipse.mylyn.wikitext.sdk_*
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.context.sdk.java_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.context.sdk.util_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.wikitext.help.sdk_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.tests.util_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.mylyn.*.source_*.jar
+%{install_loc}/mylyn/eclipse/plugins/org.eclipse.cdt.mylyn.ui.source_*.jar
 %doc org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.sdk-feature/epl-v10.html
 %doc org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.sdk-feature/license.html
 
 %changelog
+* Thu Jul 12 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.0-4
+- Change the root location of all files.
+
 * Wed Jul 11 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.0-3
 - Symlink the wsdl jar provided by axis package.
 


More information about the scm-commits mailing list